mirror of
https://github.com/php/systems.git
synced 2026-03-23 23:32:12 +01:00
master -> main
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user