SF.net SVN: gar:[24790] csw/mgar/gar/v2/lib/python/csw_upload_pkg.py
rmottola at users.sourceforge.net
rmottola at users.sourceforge.net
Tue Mar 31 15:37:32 CEST 2015
Revision: 24790
http://sourceforge.net/p/gar/code/24790
Author: rmottola
Date: 2015-03-31 13:37:31 +0000 (Tue, 31 Mar 2015)
Log Message:
-----------
add convenience URLs
Modified Paths:
--------------
csw/mgar/gar/v2/lib/python/csw_upload_pkg.py
Modified: csw/mgar/gar/v2/lib/python/csw_upload_pkg.py
===================================================================
--- csw/mgar/gar/v2/lib/python/csw_upload_pkg.py 2015-03-30 13:32:48 UTC (rev 24789)
+++ csw/mgar/gar/v2/lib/python/csw_upload_pkg.py 2015-03-31 13:37:31 UTC (rev 24790)
@@ -378,6 +378,9 @@
print " %s" % basename
print "To see the errors, run:"
print " ", " ".join(args_by_cat[(arch, osrel)])
+ print "Or check on the buildfarm:"
+ for md5s in md5_sums:
+ print "http://buildfarm.opencsw.org/pkgdb/srv4/%s/" % md5s
print ("Your packages have not been submitted to the %s catalog."
% self.catrel)
return not checks_failed_for_catalogs
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