summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-03-28 10:25:19 +0200
committermakefu <github@syntax-fehler.de>2018-03-28 10:25:19 +0200
commitd58b1b6721a2b7c341e47ba251f62bb6cd49786f (patch)
tree32a7ccae46672df1d01828e50b456bc158b718c8 /scripts
parent62dc34193c5883f09adeca167ce6f01e40104c5e (diff)
update weekrun
Diffstat (limited to 'scripts')
-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"