summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-11-12 21:35:39 +0100
committerHolger Levsen <holger@layer-acht.org>2012-11-12 21:35:39 +0100
commitea5870a4ee38a7fa4b3594e39a72e52b451541a7 (patch)
tree3afb0914c329f76a4254a9d32de88f1f78389d2d /update_jdn.sh
parentd1c6f73f329c71c2e43b38a7fd8b3c66efe633da (diff)
downloadjenkins.debian.net-ea5870a4ee38a7fa4b3594e39a72e52b451541a7.tar.xz
explain how to create yaml code for missing d-i jobs
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-xupdate_jdn.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index cacbf390..3f0700f5 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -80,3 +80,9 @@ if [ "$DEFINED_TRIGGERS" != "$CONFIGURED_TRIGGERS" ] ; then
explain "Number of defined triggers ($DEFINED_TRIGGERS) differs from configured triggers ($CONFIGURED_TRIGGERS), please investigate."
fi
+#
+# FIXME: this should also only be run once
+#
+sudo su - jenkins -c git config --global user.email jenkins@jenkins.debian.net
+sudo su - jenkins -c git config --global user.name "Jenkins"
+