summaryrefslogtreecommitdiffstats
path: root/scripts/weekrun
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/weekrun')
-rw-r--r--scripts/weekrun2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/weekrun b/scripts/weekrun
index 31a5405..c2d3abb 100644
--- a/scripts/weekrun
+++ b/scripts/weekrun
@@ -22,6 +22,8 @@ for i in thales-deutschland ibm-boeblingen buerocampus-wangen continental-villin
if ! test -e .git;then
echo "initializing git repo for $DATADIR"
git init
+ git config user.email "arafetch@localhost"
+ git config user.name "arafetch daemon"
fi
git add -A
git commit -m "update $NOW"