summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorFrank Kotler <fbkotler@users.sourceforge.net>2007-05-30 16:34:29 +0000
committerFrank Kotler <fbkotler@users.sourceforge.net>2007-05-30 16:34:29 +0000
commitf20f6921565008834921f43995aa4fc40ec2ca9f (patch)
tree3793b2b66a5b34ce50c5e561519fd6da3006e942 /misc
parenta1abb32004a55a0a543350f607ae40d49f6337e1 (diff)
downloadnasm-f20f6921565008834921f43995aa4fc40ec2ca9f.tar.gz
update cvs server name in misc/release scriptnasm-0.99.01
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/release6
1 files changed, 3 insertions, 3 deletions
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