WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: -devs vs -dev  (Read 11086 times)

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: -devs vs -dev
« Reply #15 on: November 26, 2009, 04:35:26 PM »
The change appears to be complete, and everything seems ok with the scripted checks on the repo.

Before updating or adding extensions, perhaps it would be best to start with a fresh tce directory.  But I figure better to have updates and dependencies broken one big time than to make the changes gradually and break extensions and deps in existing tce directories many times.

Offline maro

  • Hero Member
  • *****
  • Posts: 1228
Re: -devs vs -dev
« Reply #16 on: November 26, 2009, 08:05:08 PM »
Good work, and thanks for the clear communication of the change. This way I could simply perform a local rename of the "big" files and let rsync take care of the small ones (saved me at least 100 MBytes of downloads).

After re-syncing I've spotted a few more candidates for changing plural to singular:
Code: [Select]
$ grep -E '(dev|lib|doc|locale)s\.tcz(l|lm|m|ml|)$' info.lst
gcc_libs.tczl
glibc_add_libs.tcz
gnome-mime-data-2.18.0_devs.tcz
ncurses-extralibs.tczl

I also did a check of multiple "flavors" for a given extension:
Code: [Select]
$ sed 's/\.tcz.*//' info.lst | uniq -d
git
pysqlite2
It looks to me that we might have kept some out-dated versions in the repository.

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: -devs vs -dev
« Reply #17 on: November 26, 2009, 08:26:52 PM »
You miss nothing.  Thanks for your audit. 

I renamed the gnome-mime-data extension. 

The git and pysqlite tczl extensions were leftovers from previous upgrades, now fixed.

The glibc, gcc are not going to change before next major TC version change, so ok to leave for now.

Ncurses-extralibs has been renamed to ncurses-lib and dep files adjusted.


Offline maro

  • Hero Member
  • *****
  • Posts: 1228
Re: -devs vs -dev
« Reply #18 on: November 26, 2009, 08:49:48 PM »
One teeny-weeny adjustment might still be required: zenmap.tczl.dep contains 'pysqlite2.tczl', whilst we now have got only 'pysqlite2.tcz'

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: -devs vs -dev
« Reply #19 on: November 26, 2009, 09:01:51 PM »
Fixed.

Thanks.

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: -devs vs -dev
« Reply #20 on: November 27, 2009, 01:18:26 AM »
..and I'd only used "-devs" to keep in line with Jason  ;)

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: -devs vs -dev
« Reply #21 on: November 27, 2009, 05:33:13 AM »
Yeah, I realize I was probably the main reason folks were using -devs instead of -dev as looking back in early TC and another distro most others used -dev.  :)