diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2011-09-29 13:53:30 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2011-09-29 13:53:30 +0200 |
commit | f1601f6f97589e5011f10ff1b528606903dd8c62 (patch) | |
tree | d3def84b4328e79fd772999203c07e67c295e3e0 | |
parent | 7937c1a3a41a477aede9325476a71cd253853c06 (diff) | |
download | smokeping-f1601f6f97589e5011f10ff1b528606903dd8c62.tar.gz smokeping-f1601f6f97589e5011f10ff1b528606903dd8c62.tar.xz |
wait before syncing
-rwxr-xr-x | release-smokeping.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release-smokeping.sh b/release-smokeping.sh index 0e345cf..c3934bc 100755 --- a/release-smokeping.sh +++ b/release-smokeping.sh @@ -13,6 +13,8 @@ automake -a -c ./configure --enable-maintainer-mode --prefix=/tmp/smokeping-$$-build PERL5LIB=/scratch/oetiker/rrd-dev/lib/perl make install make dist +echo READY TO SYNC ? +read XXX scp CHANGES smokeping-$VERSION.tar.gz oposs@james:public_html/smokeping/pub cd /tmp rm -fr smokeping-$$* |