extras-buildsys/utils/pushscript WhatsNew.py,1.10,1.11

Michael Schwendt mschwendt at fedoraproject.org
Thu Nov 6 12:20:32 UTC 2008


Author: mschwendt

Update of /cvs/fedora/extras-buildsys/utils/pushscript
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31064

Modified Files:
	WhatsNew.py 
Log Message:
- update for changed/new repo path helpers
- print src.rpm dirs, if script is run manually to init the db



Index: WhatsNew.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/WhatsNew.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- WhatsNew.py	16 Apr 2008 21:32:37 -0000	1.10
+++ WhatsNew.py	6 Nov 2008 12:20:32 -0000	1.11
@@ -255,7 +255,8 @@
     names = {}
     clogdiffs = {}
     for dist in cfg.alldists:
-        srcdir = os.path.join(cfg.treedir,dist,'SRPMS')
+        srcdir = Utils.srpm_repodir( cfg, dist )
+        print '[WhatsNew] Rebuilding from', srcdir
         rebuild(dist,srcdir)
     save(cfg.rundir)
 




More information about the fedora-extras-commits mailing list