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

master -> main

This commit is contained in:
Rasmus Lerdorf
2021-04-05 21:49:14 -07:00
parent c47e164bf9
commit e3d15fa4bb
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
FILE=/repository/CVSROOT/passwd
wget -q -O $FILE~ http://master.php.net/fetch/cvspasswd.php?token=$TOKEN
wget -q -O $FILE~ http://main.php.net/fetch/cvspasswd.php?token=$TOKEN
if test $? -eq 0 -a -s $FILE~; then
mv $FILE~ $FILE

View File

@@ -2,7 +2,7 @@
FILE=~alias/cvsusers.txt
wget -q -T 30 -O $FILE~ http://master.php.net/fetch/cvsforwarding.php?token=$TOKEN
wget -q -T 30 -O $FILE~ http://main.php.net/fetch/cvsforwarding.php?token=$TOKEN
if test $? -eq 0 -a -s $FILE~; then
mv $FILE~ $FILE