From f20f6921565008834921f43995aa4fc40ec2ca9f Mon Sep 17 00:00:00 2001 From: Frank Kotler Date: Wed, 30 May 2007 16:34:29 +0000 Subject: update cvs server name in misc/release script --- misc/release | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'misc') diff --git a/misc/release b/misc/release index 8b68bafb..519d4868 100755 --- a/misc/release +++ b/misc/release @@ -33,12 +33,12 @@ cd "$work" # identity if we have one; otherwise, change the "true" below to "$real". if true; then # Need to tag the tree, use real account - CVS="cvs -z3 -d ${sfuser}@cvs.sourceforge.net:/cvsroot/nasm" + CVS="cvs -z3 -d ${sfuser}@nasm.cvs.sourceforge.net:/cvsroot/nasm" else # Don't need to tag the tree, can use anonymous - echo ':pserver:anonymous@cvs.nasm.sourceforge.net:/cvsroot/nasm A' > "$work"/cvspass + echo ':pserver:anonymous@nasm.cvs.sourceforge.net:/cvsroot/nasm A' > "$work"/cvspass export CVS_PASSFILE="$work"/cvspass - CVS="cvs -z3 -d :pserver:anonymous@cvs.nasm.sourceforge.net:/cvsroot/nasm" + CVS="cvs -z3 -d :pserver:anonymous@nasm.cvs.sourceforge.net:/cvsroot/nasm" fi if [ -n "$2" ]; then -- cgit v1.2.1