summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2011-09-29 13:53:30 +0200
committerTobi Oetiker <tobi@oetiker.ch>2011-09-29 13:53:30 +0200
commitf1601f6f97589e5011f10ff1b528606903dd8c62 (patch)
treed3def84b4328e79fd772999203c07e67c295e3e0
parent7937c1a3a41a477aede9325476a71cd253853c06 (diff)
downloadsmokeping-f1601f6f97589e5011f10ff1b528606903dd8c62.tar.gz
smokeping-f1601f6f97589e5011f10ff1b528606903dd8c62.tar.xz
wait before syncing
-rwxr-xr-xrelease-smokeping.sh2
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-$$*