1
0
mirror of https://github.com/php/systems.git synced 2026-03-23 23:32:12 +01:00

- apparently pb12 needs the rsync way, restore, and keep git pull for

master.php.net
This commit is contained in:
Sascha Schumann
2015-02-16 13:05:36 +01:00
parent 7c5addfcb1
commit bccdfcd113

View File

@@ -6,4 +6,10 @@
cd /local/systems || exit 1
git pull -q
if test -d .git && test -x /usr/bin/git; then
# master.php.net
git pull -q
else
# pb12.pair.com
rsync -qazC --timeout=600 --delete --delete-after rsync.php.net::systems /local/systems
fi