summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
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"
+