[csw-devel] SF.net SVN: opencsw:[639] buildfarm/bin/make-experimental-browsable
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Sun Nov 25 00:15:53 CET 2012
Revision: 639
http://opencsw.svn.sourceforge.net/opencsw/?rev=639&view=rev
Author: wahwah
Date: 2012-11-24 23:15:52 +0000 (Sat, 24 Nov 2012)
Log Message:
-----------
make-experimental-browsable: run checkpkg against the unstable catalog
Modified Paths:
--------------
buildfarm/bin/make-experimental-browsable
Modified: buildfarm/bin/make-experimental-browsable
===================================================================
--- buildfarm/bin/make-experimental-browsable 2012-11-24 23:15:23 UTC (rev 638)
+++ buildfarm/bin/make-experimental-browsable 2012-11-24 23:15:52 UTC (rev 639)
@@ -123,8 +123,15 @@
foreach my $arch (qw(sparc i386)) {
my @files = @{$todo{$os}{$arch} || []};
push @files, @{$todo{$os}{all}} if( defined $todo{$os}{all} );
- print join( " ", "/home/web/bin/gar/bin/checkpkg", "--debug", "--os-releases", $os, "--architecture", $arch, @files ), "\n";
- system( "/home/web/bin/gar/bin/checkpkg", "--debug", "--os-releases", $os, "--architecture", $arch, @files );
+ print join( " ", "/home/web/bin/gar/bin/checkpkg",
+ "--catalog-release=unstable",
+ "--os-releases", $os,
+ "--architecture", $arch,
+ @files ), "\n";
+ system( "/home/web/bin/gar/bin/checkpkg",
+ "--catalog-release=unstable",
+ "--os-releases", $os,
+ "--architecture", $arch, @files );
push @md5s2check, map { $pkglist{$_} } @files;
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list