Adding bip: in front of the ATTILA_CVS_ROOT, in order to be able to
retrieve Alliance form machines that do not mount the usual disks.
This commit is contained in:
parent
56163433a1
commit
69e6cfe9ec
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# $Id: attila.conf,v 1.6 2002/11/11 20:47:27 jpc Exp $
|
# $Id: attila.conf,v 1.7 2003/10/03 11:36:00 fred Exp $
|
||||||
#
|
#
|
||||||
# -*- Mode: Shell-script -*-
|
# -*- Mode: Shell-script -*-
|
||||||
#
|
#
|
||||||
|
@ -48,7 +48,7 @@
|
||||||
# Miscellaneous.
|
# Miscellaneous.
|
||||||
|
|
||||||
|
|
||||||
ATTILA_CVSROOT="/users/outil/alliance/cvsroot"
|
ATTILA_CVSROOT="bip:/users/outil/alliance/cvsroot"
|
||||||
CVS_STARTUP_FILES="autostuff"
|
CVS_STARTUP_FILES="autostuff"
|
||||||
CVS_STARTUP_FILES="$CVS_STARTUP_FILES alliance.m4"
|
CVS_STARTUP_FILES="$CVS_STARTUP_FILES alliance.m4"
|
||||||
CVS_STARTUP_FILES="$CVS_STARTUP_FILES motif.m4"
|
CVS_STARTUP_FILES="$CVS_STARTUP_FILES motif.m4"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# $Id: attila.sh,v 1.15 2003/04/04 09:22:40 jpc Exp $
|
# $Id: attila.sh,v 1.16 2003/10/03 11:36:00 fred Exp $
|
||||||
#
|
#
|
||||||
# /------------------------------------------------------------------\
|
# /------------------------------------------------------------------\
|
||||||
# | |
|
# | |
|
||||||
|
@ -13,6 +13,10 @@
|
||||||
# | sh script : "./attila" |
|
# | sh script : "./attila" |
|
||||||
# | **************************************************************** |
|
# | **************************************************************** |
|
||||||
# | U p d a t e s |
|
# | U p d a t e s |
|
||||||
|
# | $Log: attila.sh,v $
|
||||||
|
# | Revision 1.16 2003/10/03 11:36:00 fred
|
||||||
|
# | Adding bip: in front of the ATTILA_CVS_ROOT, in order to be able to
|
||||||
|
# | retrieve Alliance form machines that do not mount the usual disks.
|
||||||
# | |
|
# | |
|
||||||
# \------------------------------------------------------------------/
|
# \------------------------------------------------------------------/
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue