extras-repoclosure run-epel.sh,1.2,1.3 run-fedora.sh,1.1,1.2

Michael Schwendt mschwendt at fedoraproject.org
Fri Dec 26 23:54:02 UTC 2008


Author: mschwendt

Update of /cvs/fedora/extras-repoclosure
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24806

Modified Files:
	run-epel.sh run-fedora.sh 
Log Message:
sync newkey and ppc updates


Index: run-epel.sh
===================================================================
RCS file: /cvs/fedora/extras-repoclosure/run-epel.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- run-epel.sh	4 Oct 2008 09:37:37 -0000	1.2
+++ run-epel.sh	26 Dec 2008 23:54:02 -0000	1.3
@@ -11,6 +11,7 @@
     # repo $basearch value is not the same as target arch!
     arch=${basearch}
     [ $basearch == i386 ] && arch=i686 
+    [ $basearch == ppc ] && arch=ppc64
 
     ./substrepo \
 	-s releasever:$releasever \


Index: run-fedora.sh
===================================================================
RCS file: /cvs/fedora/extras-repoclosure/run-fedora.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- run-fedora.sh	4 Oct 2008 09:37:37 -0000	1.1
+++ run-fedora.sh	26 Dec 2008 23:54:02 -0000	1.2
@@ -1,10 +1,11 @@
 mdcache=/tmp/mdcache
 inyumconf=yum.fedora.template
+#inyumconf=yum.fedora.newkey.template
 tmpyumconf=yum.fedora.conf
 
 testing=yes
 #releasever=development
-releasever=9
+releasever=10
 
 
 function runrc()
@@ -12,6 +13,7 @@
     # repo $basearch value is not the same as target arch!
     arch=${basearch}
     [ $basearch == i386 ] && arch=i686 
+    [ $basearch == ppc ] && arch=ppc64
 
     # "development" has separate repo definitions
     # which conflict if $releasever=development
@@ -50,4 +52,6 @@
 	runrc
 done
 
+# Examples:
 #./rc-report.py -k fedora --noowners rc-fedora-${releasever}-{i386,x86_64,ppc,ppc64}.txt
+#./rc-report.py -c report-fedora.cfg -w testing -m owner -m summary -k fedora rc-fedora-10-{i386,x86_64,ppc,ppc64}.txt




More information about the fedora-extras-commits mailing list