extras-buildsys/utils extras-repobuild.py, 1.21, 1.22 extras-repoview.py, 1.10, 1.11 extras-push-new, 1.49, 1.50

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Sun Aug 20 12:44:23 UTC 2006


Author: mschwendt

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

Modified Files:
	extras-repobuild.py extras-repoview.py extras-push-new 
Log Message:



Index: extras-repobuild.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/extras-repobuild.py,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- extras-repobuild.py	20 Aug 2006 12:38:10 -0000	1.21
+++ extras-repobuild.py	20 Aug 2006 12:44:20 -0000	1.22
@@ -16,7 +16,7 @@
 import os, sys
 import shutil
 
-sys.path.append('/srv/extras-push/work/buildsys-utils')
+#sys.path.append('/srv/extras-push/work/buildsys-utils')
 from ExtrasPushUtils import *
 
 # get the path to where to look for the packages to be signed


Index: extras-repoview.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/extras-repoview.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- extras-repoview.py	20 Aug 2006 12:38:42 -0000	1.10
+++ extras-repoview.py	20 Aug 2006 12:44:20 -0000	1.11
@@ -16,7 +16,7 @@
 import os, sys
 import shutil
 
-sys.path.append('/srv/extras-push/work/buildsys-utils')
+#sys.path.append('/srv/extras-push/work/buildsys-utils')
 from ExtrasPushUtils import *
 
 # get the path to where to look for the packages to be signed


Index: extras-push-new
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/extras-push-new,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- extras-push-new	20 Aug 2006 12:42:01 -0000	1.49
+++ extras-push-new	20 Aug 2006 12:44:20 -0000	1.50
@@ -24,7 +24,7 @@
 import tempfile
 import time
 
-sys.path.append('/srv/extras-push/work/buildsys-utils')
+#sys.path.append('/srv/extras-push/work/buildsys-utils')
 from ExtrasPushUtils import *
 
 DEBUG = False




More information about the fedora-extras-commits mailing list