extras-buildsys/utils extras-repobuild.py, 1.12, 1.13 extras-repoview.py, 1.2, 1.3 extras-sign-move.py, 1.9, 1.10

Seth Vidal (skvidal) fedora-extras-commits at redhat.com
Fri Apr 21 15:59:44 UTC 2006


Author: skvidal

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

Modified Files:
	extras-repobuild.py extras-repoview.py extras-sign-move.py 
Log Message:

correct paths for extras64 re-do.



Index: extras-repobuild.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/extras-repobuild.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- extras-repobuild.py	24 Mar 2006 23:14:28 -0000	1.12
+++ extras-repobuild.py	21 Apr 2006 15:59:41 -0000	1.13
@@ -25,7 +25,7 @@
 # email to fedora-extras-list with the built packages list
 # sing, dance, romance
 
-treedir = '/rpmbuild/extras/tree/extras'
+treedir = '/srv/rpmbuild/extras/tree/extras'
 cachedir = '/tmp/repomd-cache'
 compsname = 'comps.xml'
 archdict = {'3':['x86_64', 'i386'], 


Index: extras-repoview.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/extras-repoview.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- extras-repoview.py	17 Mar 2006 07:46:49 -0000	1.2
+++ extras-repoview.py	21 Apr 2006 15:59:41 -0000	1.3
@@ -21,7 +21,7 @@
 # get the path to where to look for the packages to be signed
 # make repoview
 
-treedir = '/rpmbuild/extras/tree/extras'
+treedir = '/srv/rpmbuild/extras/tree/extras'
 archdict = {'3':['x86_64', 'i386'], 
             '4':['ppc','x86_64', 'i386'],
             '5':['ppc','x86_64', 'i386'],


Index: extras-sign-move.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/extras-sign-move.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- extras-sign-move.py	9 Apr 2006 09:39:53 -0000	1.9
+++ extras-sign-move.py	21 Apr 2006 15:59:41 -0000	1.10
@@ -31,8 +31,8 @@
 # email to fedora-extras-list with the built packages list
 
 
-stagesdir = '/rpmbuild/repodir'
-treedir = '/rpmbuild/extras/tree/extras'
+stagesdir = '/srv/rpmbuild/repodir'
+treedir = '/srv/rpmbuild/extras/tree/extras'
 cachedir = '/tmp/repomd-cache'
 compsname = 'comps.xml'
 archdict = {'3':['x86_64', 'i386'], 




More information about the scm-commits mailing list