1
0
Fork 0
forked from len0rd/rockbox

Experimenting with USER

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4584 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2004-05-07 12:32:23 +00:00
parent 8b99cfbe92
commit 6ed3280d52
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@
#DEFAULT (echo ""; id; echo %s; date; cat) >> $CVSROOT/CVSROOT/commitlog
# or
#DEFAULT (echo ""; id; echo %{sVv}; date; cat) >> $CVSROOT/CVSROOT/commitlog
CVSROOT $CVSROOT/CVSROOT/syncmail -C4 -u %{sVv} -U $USER bjorn@haxx.se
CVSROOT $CVSROOT/CVSROOT/syncmail -C4 -u %{sVv} -U$USER bjorn@haxx.se
^apps $CVSROOT/CVSROOT/syncmail -C4 -u %{sVv} rockbox-cvs@cool.haxx.se
^flash $CVSROOT/CVSROOT/syncmail -C4 -u %{sVv} rockbox-cvs@cool.haxx.se
^firmware $CVSROOT/CVSROOT/syncmail -C4 -u %{sVv} rockbox-cvs@cool.haxx.se

View file

@ -159,7 +159,7 @@ def blast_mail(mailcmd, filestodiff, contextlines):
def main():
contextlines = 2
try:
opts, args = getopt.getopt(sys.argv[1:], 'hC:cu',
opts, args = getopt.getopt(sys.argv[1:], 'hC:cuU:',
['context=', 'cvsroot=', 'help'])
except getopt.error, msg:
usage(1, msg)