From blastwave at gmail.com Sat May 3 20:22:22 2008 From: blastwave at gmail.com (Dennis Clarke) Date: Sat, 3 May 2008 18:22:22 +0000 Subject: [csw-devel] test Message-ID: test From ihsan at blastwave.org Tue May 6 20:44:42 2008 From: ihsan at blastwave.org (Ihsan Dogan) Date: Tue, 06 May 2008 20:44:42 +0200 Subject: [csw-devel] /testing syslog-ng 2.0.9 Message-ID: <4820A71A.9060704@blastwave.org> is available on http://www.blastwave.org/testing/ http://www.blastwave.org/testing/syslog_ng-2.0.9,REV=2008.05.06-SunOS5.8-sparc-CSW.pkg.gz http://www.blastwave.org/testing/syslog_ng-2.0.9,REV=2008.05.06-SunOS5.8-i386-CSW.pkg.gz -- ihsan at dogan.ch http://blog.dogan.ch/ From dam at blastwave.org Tue May 6 22:16:46 2008 From: dam at blastwave.org (Dagobert Michelsen) Date: Tue, 6 May 2008 22:16:46 +0200 Subject: [csw-devel] Package classification and svn:ignores References: <63FDC527-8CB4-4CE5-B64B-C570E6208997@blastwave.org> Message-ID: <761B0081-CF6F-42C7-8C38-97621B961396@blastwave.org> Hi, due to lack of response I just commit this now. > Am 06.10.2007 um 21:11 schrieb Trygve Laugst?l: >> 2) I'd like to add the svn:ignore Subversion property to all >> directories >> hosting packages (IOW trunk/*/*) with the following value: >> >> work >> download >> cookies > > I would like to pick up Trygves initiative again. Some time > ago I talked with Phil about including revision numbers in > the pkginfo in the form > PSTAMP=GAR-r#######-YYYMMDDHHMMSS > When the PSTAMP is set the directory in inspected with an > "svn status". If there are uncommited changes, unadded files > or anything else that looks strange the PSTAMP is modified > PSTAMP=GAR-r#######UNCOMMITTED-YYYMMDDHHMMSS > to make it clear that the package is not reproducible by > checking out the current sources. "Anything strange" also > means files which are not in the repository which should be > ignored. If there are more files to be produced they must > be added manually, but I think that is a good idea as it > shows the maintainer has actively decided not to include them. > Therefore this property should be set on all directories. PSTAMP for packages build with GAR now have the form $(LOGNAME)@$(shell hostname)-$(SVN_REV)-$(shell date '+%Y%m%d%H%M%S') where SVN_REV is r1234 the SVN revision r1234UNCOMMITTED the SVN revision, but with some things not checked in NOTVERSIONED the directory was not added to SVN NOSVN there is no svn installed in the system This has been committed as r2106: Phil, could you please add a test to checkpkg to reject packages with the new PSTAMP which either have UNCOMMITTED, NOTVERSIONED or NOSVN in the PSTAMP? Next thing are modular packages, so James can put released versions of packages aside and look for packages with the timestamp just introduced. So please take a look at http://svn.blastwave.org/trac/browser/csw/branches/modularpkg if this suites your needs. It is currently just a study, but I need feedback to know if I'm going the right path or just mess up the repository. If anything breaks, just yell ;-) Thanks! -- Dago From blastwave at gmail.com Sat May 3 20:22:22 2008 From: blastwave at gmail.com (Dennis Clarke) Date: Sat, 3 May 2008 18:22:22 +0000 Subject: [csw-devel] test Message-ID: test From ihsan at blastwave.org Tue May 6 20:44:42 2008 From: ihsan at blastwave.org (Ihsan Dogan) Date: Tue, 06 May 2008 20:44:42 +0200 Subject: [csw-devel] /testing syslog-ng 2.0.9 Message-ID: <4820A71A.9060704@blastwave.org> is available on http://www.blastwave.org/testing/ http://www.blastwave.org/testing/syslog_ng-2.0.9,REV=2008.05.06-SunOS5.8-sparc-CSW.pkg.gz http://www.blastwave.org/testing/syslog_ng-2.0.9,REV=2008.05.06-SunOS5.8-i386-CSW.pkg.gz -- ihsan at dogan.ch http://blog.dogan.ch/ From dam at blastwave.org Tue May 6 22:16:46 2008 From: dam at blastwave.org (Dagobert Michelsen) Date: Tue, 6 May 2008 22:16:46 +0200 Subject: [csw-devel] Package classification and svn:ignores References: <63FDC527-8CB4-4CE5-B64B-C570E6208997@blastwave.org> Message-ID: <761B0081-CF6F-42C7-8C38-97621B961396@blastwave.org> Hi, due to lack of response I just commit this now. > Am 06.10.2007 um 21:11 schrieb Trygve Laugst?l: >> 2) I'd like to add the svn:ignore Subversion property to all >> directories >> hosting packages (IOW trunk/*/*) with the following value: >> >> work >> download >> cookies > > I would like to pick up Trygves initiative again. Some time > ago I talked with Phil about including revision numbers in > the pkginfo in the form > PSTAMP=GAR-r#######-YYYMMDDHHMMSS > When the PSTAMP is set the directory in inspected with an > "svn status". If there are uncommited changes, unadded files > or anything else that looks strange the PSTAMP is modified > PSTAMP=GAR-r#######UNCOMMITTED-YYYMMDDHHMMSS > to make it clear that the package is not reproducible by > checking out the current sources. "Anything strange" also > means files which are not in the repository which should be > ignored. If there are more files to be produced they must > be added manually, but I think that is a good idea as it > shows the maintainer has actively decided not to include them. > Therefore this property should be set on all directories. PSTAMP for packages build with GAR now have the form $(LOGNAME)@$(shell hostname)-$(SVN_REV)-$(shell date '+%Y%m%d%H%M%S') where SVN_REV is r1234 the SVN revision r1234UNCOMMITTED the SVN revision, but with some things not checked in NOTVERSIONED the directory was not added to SVN NOSVN there is no svn installed in the system This has been committed as r2106: Phil, could you please add a test to checkpkg to reject packages with the new PSTAMP which either have UNCOMMITTED, NOTVERSIONED or NOSVN in the PSTAMP? Next thing are modular packages, so James can put released versions of packages aside and look for packages with the timestamp just introduced. So please take a look at http://svn.blastwave.org/trac/browser/csw/branches/modularpkg if this suites your needs. It is currently just a study, but I need feedback to know if I'm going the right path or just mess up the repository. If anything breaks, just yell ;-) Thanks! -- Dago