cao[0-9]\|outil[0-9]
This commit is contained in:
parent
bee0ba6932
commit
90206df061
|
@ -0,0 +1,73 @@
|
|||
# Ignoring files via cvsignore
|
||||
#
|
||||
# There are certain file names that frequently occur inside your working copy, but that you don't want to put under CVS control.
|
||||
# Examples are all the object files that you get while you compile your sources. Normally, when you run `cvs update', it prints a
|
||||
# line for each file it encounters that it doesn't know about (see section update output).
|
||||
#
|
||||
# CVS has a list of files (or sh(1) file name patterns) that it should ignore while running update, import and release. This list is
|
||||
# constructed in the following way.
|
||||
#
|
||||
# The list is initialized to include certain file name patterns: names associated with CVS administration, or with other common
|
||||
# source control systems; common names for patch files, object files, archive files, and editor backup files; and other names
|
||||
# that are usually artifacts of assorted utilities. Currently, the default list of ignored file name patterns is:
|
||||
#
|
||||
# RCS SCCS CVS CVS.adm
|
||||
# RCSLOG cvslog.*
|
||||
# tags TAGS
|
||||
# .make.state .nse_depinfo
|
||||
# *~ #* .#* ,* _$* *$
|
||||
# *.old *.bak *.BAK *.orig *.rej .del-*
|
||||
# *.a *.olb *.o *.obj *.so *.exe
|
||||
# *.Z *.elc *.ln
|
||||
# core
|
||||
#
|
||||
# Pas chez moi :
|
||||
#
|
||||
# #*
|
||||
# *$
|
||||
# *.Z
|
||||
# *.elc
|
||||
# *.exe
|
||||
# *.ln
|
||||
# *.obj
|
||||
# *.olb
|
||||
# *.old
|
||||
# *.orig
|
||||
# *.rej
|
||||
# ,*
|
||||
# .#*
|
||||
# _$*
|
||||
#
|
||||
# The per-repository list in `$CVSROOT/CVSROOT/cvsignore' is appended to the list, if that file exists.
|
||||
# The per-user list in `.cvsignore' in your home directory is appended to the list, if it exists.
|
||||
# Any entries in the environment variable $CVSIGNORE is appended to the list.
|
||||
# Any `-I' options given to CVS is appended.
|
||||
# As CVS traverses through your directories, the contents of any `.cvsignore' will be appended to the list. The patterns
|
||||
# found in `.cvsignore' are only valid for the directory that contains them, not for any sub-directories.
|
||||
#
|
||||
# In any of the 5 places listed above, a single exclamation mark (`!') clears the ignore list. This can be used if you want to store
|
||||
# any file which normally is ignored by CVS.
|
||||
#
|
||||
|
||||
!
|
||||
CVS
|
||||
CVS.adm
|
||||
RCS
|
||||
RCSLOG
|
||||
SCCS
|
||||
TAGS
|
||||
tags
|
||||
*.bak
|
||||
*.BAK
|
||||
*.o
|
||||
*.a
|
||||
*.so
|
||||
*~
|
||||
cvslog.*
|
||||
core
|
||||
.del-*
|
||||
.make.state
|
||||
.nse_depinfo
|
||||
.*.swp
|
||||
|
||||
# --- EOF ---
|
|
@ -7,11 +7,11 @@
|
|||
# Author: Frédéric Pétrot (fred@pasta.fr.ea)
|
||||
# for version 0
|
||||
#
|
||||
# $Id: instool,v 1.23 2000/02/22 16:20:39 czo Exp $
|
||||
# $Id: instool,v 1.24 2000/06/15 10:17:22 czo Exp $
|
||||
#
|
||||
|
||||
|
||||
PATH=/users/outil1/alliance/cvsroot/CVSROOT:/asim/gnu/bin:/usr/ucb:/usr/etc:/usr/local/bin:/bin:/usr/bin:${PATH}
|
||||
PATH=/users/outil/alliance/cvsroot/CVSROOT:/asim/gnu/bin:/usr/ucb:/usr/etc:/usr/local/bin:/bin:/usr/bin:${PATH}
|
||||
export PATH
|
||||
|
||||
#rsh ssh et .profile ...
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
#DEFAULT (echo ""; who am i; echo %s; date; cat) >> $CVSROOT/CVSROOT/commitlog
|
||||
#ALL (echo ""; who am i; echo %s; date; cat) >> $CVSROOT/CVSROOT/log-commit
|
||||
#^CVSROOT (echo ""; who am i; echo %s; date; cat) >> $CVSROOT/CVSROOT/log-cvsroot
|
||||
#ALL (date ; cat ; (sleep 2 ; cd /users/outil1/alliance/latest ; cvs -q update -d ) &) >> $CVSROOT/CVSROOT/log-latest 2>&1
|
||||
#ALL (date ; cat ; (sleep 2 ; cd /users/outil/alliance/latest ; cvs -q update -d ) &) >> $CVSROOT/CVSROOT/log-latest 2>&1
|
||||
|
||||
ALL (cat > /dev/null 2>&1 ; echo "Taper Ctrl-C peut avoir des consequences facheuses :-)")
|
||||
ALL (/users/outil1/alliance/cvsroot/CVSROOT/postconfig) >> $CVSROOT/CVSROOT/log-postconfig
|
||||
ALL (/users/outil/alliance/cvsroot/CVSROOT/postconfig) >> $CVSROOT/CVSROOT/log-postconfig
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
# (C) Czo 1998,99
|
||||
# This code is released under GPL
|
||||
#
|
||||
# $Id: postconfig,v 1.17 1999/11/22 14:57:40 czo Exp $
|
||||
# $Id: postconfig,v 1.18 2000/06/15 10:17:22 czo Exp $
|
||||
#
|
||||
|
||||
|
||||
|
@ -31,8 +31,8 @@ echo "http://www-asim.lip6.fr/alliance/mailing-lists/"
|
|||
) > "$TMPFILE"
|
||||
|
||||
MAIL_SUBJECT=`cat "$TMPFILE" | gawk '
|
||||
/Update of \/users\/outil1\/alliance\/cvsroot\// {
|
||||
gsub(/Update of \/users\/outil1\/alliance\/cvsroot\//, "");
|
||||
/Update of \/users\/outil\/alliance\/cvsroot\// {
|
||||
gsub(/Update of \/users\/outil\/alliance\/cvsroot\//, "");
|
||||
gsub(/alliance\//, "");
|
||||
gsub(/share\//, "");
|
||||
gsub(/sources\//, "");
|
||||
|
@ -48,7 +48,7 @@ cat "$TMPFILE" | mail -s "ALC : $MAIL_SUBJECT" alliance-programmers@asim.lip6.f
|
|||
|
||||
# find cvsroot -type d | xargs chmod g+s
|
||||
# devrait marcher...
|
||||
# chgrp -R alliance /users/outil1/alliance/cvsroot
|
||||
# chgrp -R alliance /users/outil/alliance/cvsroot
|
||||
# cvs -q update -d -P & en crontab ....
|
||||
|
||||
rm -f "$TMPFILE" dummy
|
||||
|
|
Loading…
Reference in New Issue