extras-buildsys/utils/pushscript RepoSupport.py,1.3,1.4

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Sun Feb 25 16:25:53 UTC 2007


Author: mschwendt

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

Modified Files:
	RepoSupport.py 
Log Message:



Index: RepoSupport.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/RepoSupport.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- RepoSupport.py	25 Feb 2007 14:41:00 -0000	1.3
+++ RepoSupport.py	25 Feb 2007 16:25:50 -0000	1.4
@@ -49,6 +49,9 @@
         """return list of repository base-ids for the given release"""
         return self.baserepos.get(dist) or []
 
+    def ExtRepoList(self,dist):
+        return self.extrepos.get(dist) or []
+
     def RepoName(self, repo, release, arch):
         name = self.reponames.get(repo) or None
         if name:




More information about the scm-commits mailing list