Merge remote-tracking branch 'gh/master'

This commit is contained in:
Nico Schottelius 2017-11-29 16:09:15 +01:00
commit be194965b3
2 changed files with 18 additions and 0 deletions

17
sync-all-repos Executable file
View File

@ -0,0 +1,17 @@
#!/bin/sh
set -e
for repo in ~/.ctt \
~/vcs/notes/ \
~/vcs/mindmap/ \
~/vcs/ungleich-administrativ/ \
~/.password-store \
; do
echo $repo
cd $repo
git add .
git commit -m "updated by $0" || true
git pull
git push
done

View File

@ -13,6 +13,7 @@ arrival="2017-01-30"; event="Algolabs exam 2"
arrival="2017-02-07"; event="syssec"
arrival="2017-08-21"; event="cil"
arrival="2017-09-25"; event="euler-reinstallation"
arrival="2018-02-02"; event="algolab-1"
export arrival event