WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: A few more candidates for a repository clean-up  (Read 3553 times)

Offline maro

  • Hero Member
  • *****
  • Posts: 1228
A few more candidates for a repository clean-up
« on: November 09, 2009, 05:53:23 PM »
Starting with my local mirror of the TCZ repository I wrote a little script to find files which might be surplus to requirements. It also checks if there are some which one would rather expect to see.

Currently the output of running the script is as follows:

Quote
Unexpected entries
   src -> ../tce/src
   temp
   zisoextensions

Unexpected files
   appbrowser-cli.tcz.old
   footer.template
   giblib-1.2.4.tczl.m5d.txt
   hal_support.tczl.lst
   header.template
   perl5.tcz.files
   pkg-config.tcz.md5.txt.list
   thunderbird.tcz.filelist
   top.template

Surplus LIST files
   inkscape.tcz.list
   pkg-config.tcz.md5.txt.list
   usbutils.tcz.list
   vim_7.1.tcz.list

Missing LIST files
   dialog.tcz.list
   ffmpeg-ffserver.tczl.list
   powertop.tcz.list
   rsync.tcz.list
   tripl.tcz.list
   watcher.tcz.list
   xdrdesktop.tcz.list

Surplus DEP files
   libotr-dev.tczl.dep 

I don't think that any of these findings are causing any real problems. I ran an earlier version of this script several weeks ago, and that showed probably some more interesting stuff at the time.

The script has now been cleaned up a bit and is attached, it requires curl.tczl

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: A few more candidates for a repository clean-up
« Reply #1 on: November 09, 2009, 06:56:19 PM »
the src symlink is meant to be there, other two dirs deleted as they were unused.  I checked the other findings below and dealt with them.

Unexpected extension realted files were deleted, the web site stuff I left alone as that is meant to be there.  appbrowser-cli.tcz.old is not mine, so left alone just in case.

Deleted surplus list files.

Created missing list files.

deleted surplus dep file.

Thanks.

Offline ^thehatsrule^

  • Administrator
  • Hero Member
  • *****
  • Posts: 1726
Re: A few more candidates for a repository clean-up
« Reply #2 on: November 17, 2009, 10:46:29 PM »
Moved to Programming & Scripting, mainly to categorize the script