extras-buildsys/utils/pushscript RepoSupport.py, 1.4, 1.5 RepoSupportExample.py, 1.2, NONE

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Thu Sep 6 12:24:01 UTC 2007


Author: mschwendt

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

Modified Files:
	RepoSupport.py 
Removed Files:
	RepoSupportExample.py 
Log Message:
- access to the testing repo ids is needed
- delete the unneeded example




Index: RepoSupport.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/RepoSupport.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- RepoSupport.py	25 Feb 2007 16:25:50 -0000	1.4
+++ RepoSupport.py	6 Sep 2007 12:23:58 -0000	1.5
@@ -46,9 +46,13 @@
         return self.archdict
 
     def ReleaseRepoList(self,dist):
-        """return list of repository base-ids for the given release"""
+        """return list of base repository ids for the given release"""
         return self.baserepos.get(dist) or []
 
+    def TestRepoList(self,dist):
+        """return list of testing repository ids for the given release"""
+        return self.testrepos.get(dist) or []
+
     def ExtRepoList(self,dist):
         return self.extrepos.get(dist) or []
 


--- RepoSupportExample.py DELETED ---




More information about the fedora-extras-commits mailing list