summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2014-04-24 18:03:20 +0200
committerHolger Levsen <holger@layer-acht.org>2014-04-25 12:08:50 +0200
commit7e476b87b622340e4182721198d18013055d83aa (patch)
tree4e751846060f4f004561480498decc4d179b1180 /update_jdn.sh
parentb2e4de4a01d10861b6bf81adab7b903c6cc9f5c2 (diff)
downloadjenkins.debian.net-7e476b87b622340e4182721198d18013055d83aa.tar.xz
rebootstrap: enable all combinations
* Use python script to avoid erroneous copy&paste. * Avoid nobiarch for architectures where it doesn't make a difference. * Raise worker limit. * Remove time based triggers. * Fine grained per-job triggers using individual branches.
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-xupdate_jdn.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index c5cdb89f..574080ec 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -78,6 +78,9 @@ explain "Updated user content for Jenkins."
# (using sudo because /etc/jenkins_jobs is root:root 700)
#
cd /srv/jenkins/job-cfg
+for metaconfig in *.yaml.py ; do
+ python $metaconfig > ${metaconfig%.py}
+done
for config in *.yaml ; do
sudo jenkins-jobs update $config
done