extras-buildsys/utils extras-push-new,1.19,1.20

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Fri Jun 2 22:02:36 UTC 2006


Author: mschwendt

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

Modified Files:
	extras-push-new 
Log Message:
Insert repoclosure call after a successful push and sync. Any other repoclosure job, which may be running already, will terminate prematurely, but gracefully in order to not corrupt cache metadata.


Index: extras-push-new
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/extras-push-new,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- extras-push-new	1 Jun 2006 21:09:30 -0000	1.19
+++ extras-push-new	2 Jun 2006 22:02:27 -0000	1.20
@@ -48,7 +48,7 @@
 
 class opts:
     repoview = True
-    repoclosure = False
+    repoclosure = True
     gidcheck = True
     setumask = True
     signkeycheck = True
@@ -564,5 +564,8 @@
     if opts.mail:
         email_list( diststopush )
 
+    if opts.repoclosure:
+        run_and_check('nohup rc-run-all.py &')
+
     lock.unlock()
     sys.exit(0)




More information about the fedora-extras-commits mailing list