projects
/
dotfiles
/
scripts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
b7f97fb
)
Autocommit of all changes since last autosync startup on host nix
author
Julien Valroff
<julien@kirya.net>
Sat, 22 Oct 2011 06:35:33 +0000
(08:35 +0200)
committer
Julien Valroff
<julien@kirya.net>
Sat, 22 Oct 2011 06:35:33 +0000
(08:35 +0200)
uploaded.sh
patch
|
blob
|
history
diff --git
a/uploaded.sh
b/uploaded.sh
index
6d0f5e8
..
7a24803
100755
(executable)
--- a/
uploaded.sh
+++ b/
uploaded.sh
@@
-19,7
+19,7
@@
if [ $? = 0 -a -r $TMPF ]; then
[ -z "$UPLOADER" ] && UPLOADER=$(grep -m1 ^Maintainer: $TMPF | sed 's/Maintainer: //')
- cat $TMPF | mail -a"From: $UPLOADER" -
b"$UPLOADER" -
s"Uploaded $SOURCE $VERSION ($ARCHITECTURE) to $HOST" $MAILTO
+ cat $TMPF | mail -a"From: $UPLOADER" -s"Uploaded $SOURCE $VERSION ($ARCHITECTURE) to $HOST" $MAILTO
fi