Re: [Pkgutil-users] bldcat patch to auto-generate catalog name and GPG sign
Status: Beta
Brought to you by:
bonivart
|
From: Peter B. <bon...@op...> - 2010-07-28 12:39:03
|
On Wed, Jul 28, 2010 at 12:13 PM, <ma...@pr...> wrote: > So, taking the latest bldcat from SourceForge, here we go: > > # rm /export/swrepo/stable/i386/5.10/catalog > # ./bldcat /export/swrepo/stable/i386/5.10 > Inspecting /export/swrepo/stable/i386/5.10/berkeleydb4-4.2.52,REV=2009.10.18-SunOS5.8-all-CSW.pkg.gz > Inspecting /export/swrepo/stable/i386/5.10/berkeleydb42-4.2.52,REV=2009.10.18_rev=p5-SunOS5.8-i386-CSW.pkg.gz > Inspecting /export/swrepo/stable/i386/5.10/bzip2-1.0.5,REV=2010.06.28-SunOS5.9-i386-CSW.pkg.gz > <snip> > > # cat /export/swrepo/stable/i386/5.10/catalog > berkeleydb4 4.2.52,REV=2009.10.18 CSWbdb4 export/swrepo/stable/i386/5.10/berkeleydb4-4.2.52,REV=2009.10.18-SunOS5.8-all-CSW.pkg.gz 0a25868a37d6690acd99a25df4bc3511 696 CSWbdb42|CSWcommon none none > berkeleydb42 4.2.52,REV=2009.10.18_rev=p5 CSWbdb42 export/swrepo/stable/i386/5.10/berkeleydb42-4.2.52,REV=2009.10.18_rev=p5-SunOS5.8-i386-CSW.pkg.gz 18abbcdda31d6d66f2b90f9830321f74 3182435 CSWcommon none none > bzip2 1.0.5,REV=2010.06.28 CSWbzip2 export/swrepo/stable/i386/5.10/bzip2-1.0.5,REV=2010.06.28-SunOS5.9-i386-CSW.pkg.gz a52eb6c2b1cf435089029f4428c4525a 405633 CSWcommon|CSWisaexec none none > <snip> OK, I see it now. I have fixed it in r287 of bldcat. Thanks for the report. > By the way, I notice you've put $Id$ at the top of your scripts (bldcat, pkgutil etc.). I think you mean $Id:$ don't you? You'll also need to do an 'svn propset svn:keywords Id <filename>' on each file where you want that tag to be substituted, if you haven't already done so. SF doesn't show the Id online but when you check out a file it's expanded so this is correct in the packages but not if you download a file directly from SF instead of using SVN. -- /peter |