[releng PATCH] add a wrapper script that calls the sync script with arches and tags

Dan HorĂ¡k dan at danny.cz
Fri Feb 22 10:17:54 UTC 2013


---
 scripts/sync-tagged-primary |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
 create mode 100755 scripts/sync-tagged-primary

diff --git a/scripts/sync-tagged-primary b/scripts/sync-tagged-primary
new file mode 100755
index 0000000..ba4a37f
--- /dev/null
+++ b/scripts/sync-tagged-primary
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+tags_updates="f17-updates f18-updates"
+tags_testing="f17-updates-testing f18-updates-testing"
+
+for arch in arm ppc s390
+do
+    ./sync-tagged-primary.py $arch $tags_updates
+    ./sync-tagged-primary.py $arch $tags_testing
+done
-- 
1.7.7.6



More information about the buildsys mailing list