1
0
Fork 0
forked from len0rd/rockbox

Experimenting with USER

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4586 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2004-05-07 12:33:21 +00:00
parent 175a805575
commit 136db0a14f
2 changed files with 1 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 -U$USER %{sVv} 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

@ -207,7 +207,6 @@ def main():
del specs[-3:]
print username
print 'generating notification message...'
# blast_mail(mailcmd, specs[1:], contextlines)
print 'Generating notification message... done.'