changed cvs hostname to cvs1

This commit is contained in:
Alexander M. Turek
2003-01-17 17:00:36 +00:00
parent 0a4e317f12
commit 767fbf9467
2 changed files with 10 additions and 2 deletions

View File

@@ -11,6 +11,9 @@ $Source$
2003-01-17 Alexander M. Turek <rabus@users.sourceforge.net> 2003-01-17 Alexander M. Turek <rabus@users.sourceforge.net>
* server_privileges.php3: Wrong label. * server_privileges.php3: Wrong label.
* scripts/create-release.sh: Changed the CVS hostname to cvs1 because
cvs1.sourceforge.net is now blocked for the SF shell servers, too. Note:
The script now works on the SF shell servers ONLY!
2003-01-16 Michal Cihar <nijel@users.sourceforge.net> 2003-01-16 Michal Cihar <nijel@users.sourceforge.net>
* lang/czech: Updated. * lang/czech: Updated.

View File

@@ -2,6 +2,11 @@
# #
# $Id$ # $Id$
# #
# 2003-01-17, rabus@users.sourceforge.net:
# - Changed the CVS hostname to cvs1 because cvs1.sourceforge.net is now blocked
# for the SF shell servers, too. Note: The script now works on the SF shell
# servers ONLY!
#
# 2002-11-22, rabus@users.sourceforge.net: # 2002-11-22, rabus@users.sourceforge.net:
# - changed the CVS server dns to cvs1.sourceforge.net # - changed the CVS server dns to cvs1.sourceforge.net
# (cvs.phpmyadmin.sourceforge.net does not work at the SF shell anymore). # (cvs.phpmyadmin.sourceforge.net does not work at the SF shell anymore).
@@ -79,8 +84,8 @@ fi
mkdir cvs mkdir cvs
cd cvs cd cvs
echo "Press [ENTER]!" echo "Press [ENTER]!"
cvs -d:pserver:anonymous@cvs1.sourceforge.net:/cvsroot/phpmyadmin login cvs -d:pserver:anonymous@cvs1:/cvsroot/phpmyadmin login
cvs -z3 -d:pserver:anonymous@cvs1.sourceforge.net:/cvsroot/phpmyadmin co -P $branch phpMyAdmin cvs -z3 -d:pserver:anonymous@cvs1:/cvsroot/phpmyadmin co -P $branch phpMyAdmin
date > phpMyAdmin/RELEASE-DATE-$1 date > phpMyAdmin/RELEASE-DATE-$1
mv phpMyAdmin phpMyAdmin-$1 mv phpMyAdmin phpMyAdmin-$1