treewide: untangle phase1 and phase2 masters
authorJo-Philipp Wich <jo@mein.io>
Fri, 28 Jun 2019 11:05:58 +0000 (13:05 +0200)
committerJo-Philipp Wich <jo@mein.io>
Sun, 30 Jun 2019 19:57:18 +0000 (21:57 +0200)
commitaef8d4aa1e284e45400103fa3526e7a90d4b3690
tree4375ae1758425b1208e5535cb323c84fe2bab7e4
parente536231daf665fc2c0d303ce5d574e2599554c45
treewide: untangle phase1 and phase2 masters

 - Move shared scripts into a common scripts/ directory
 - Move SSH Git clone key directly into the configuration
 - Update configuration examples

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
21 files changed:
.gitignore
phase1/ccache.sh [deleted file]
phase1/config.ini.example
phase1/dumpinfo.pl [deleted file]
phase1/expire.sh [deleted file]
phase1/findbin.pl [deleted file]
phase1/makebranch.sh [deleted file]
phase1/master.cfg
phase1/rsync.sh [deleted file]
phase1/sha2rsync.pl [deleted file]
phase1/signall.sh [deleted file]
phase2/config.ini.example
phase2/master.cfg
scripts/ccache.sh [new file with mode: 0755]
scripts/dumpinfo.pl [new file with mode: 0755]
scripts/expire.sh [new file with mode: 0755]
scripts/findbin.pl [new file with mode: 0755]
scripts/makebranch.sh [new file with mode: 0755]
scripts/rsync.sh [new file with mode: 0755]
scripts/sha2rsync.pl [new file with mode: 0755]
scripts/signall.sh [new file with mode: 0755]