extras-buildsys/utils extras-push-all,1.2,1.3

Ville Skytta (scop) fedora-extras-commits at redhat.com
Thu May 4 19:49:38 UTC 2006


Author: scop

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

Modified Files:
	extras-push-all 
Log Message:
-f forces repodata+repoview rebuild even if no new packages were found.


Index: extras-push-all
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/extras-push-all,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- extras-push-all	17 Mar 2006 07:46:49 -0000	1.2
+++ extras-push-all	4 May 2006 19:49:36 -0000	1.3
@@ -14,6 +14,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
+[ "$1" = "-f" ] && force=yes || force=
 dists="3 4 5 development"
 changed=
 
@@ -34,6 +35,7 @@
     sign_move $dist || exit $?
 done
 
+[ "$force" = "yes" ] && changed="$dists"
 for dist in $changed ; do
     extras-repobuild.py $dist && extras-repoview.py $dist || exit $?
 done




More information about the fedora-extras-commits mailing list