extras-buildsys/utils/pushscript Push.py,1.9,1.10

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Wed Oct 25 23:55:45 UTC 2006


Author: mschwendt

Update of /cvs/fedora/extras-buildsys/utils/pushscript
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16952

Modified Files:
	Push.py 
Log Message:
fix a warning message once more


Index: Push.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Push.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- Push.py	25 Oct 2006 23:04:12 -0000	1.9
+++ Push.py	25 Oct 2006 23:55:42 -0000	1.10
@@ -346,11 +346,11 @@
 
     if len(filedict['srpm']) > 1:
         mark_pkg_pushed( os.path.join(needsignroot,name,os.path.basename(pkgrelroot)) )
-        buildreportinfo = 'Invalid build-job: %s-%s\n' % (name,os.path.basename(pkgrelroot))
+        buildreportinfo = 'Invalid build results: %s-%s\n' % (name,os.path.basename(pkgrelroot))
         if buildreport:
             rundirfile.write(buildreportinfo)
         rundirfile.close()
-        raise PushWarning, 'WARNING: Multiple source rpms'
+        raise PushWarning, 'WARNING: Multiple source rpms in %s' % pkgrelroot
     
     package = filedict['srpm'][0]
     (n,a,e,v,r) = naevr(package)




More information about the scm-commits mailing list