summaryrefslogtreecommitdiff
path: root/archrelease
diff options
context:
space:
mode:
Diffstat (limited to 'archrelease')
-rwxr-xr-xarchrelease2
1 files changed, 2 insertions, 0 deletions
diff --git a/archrelease b/archrelease
index 7898735..e92a76f 100755
--- a/archrelease
+++ b/archrelease
@@ -21,6 +21,7 @@ if [ "$(svn diff)" != "" ]; then
exit 1
fi
+echo -n 'releasing package...'
pushd .. >/dev/null
if [ -d repos/$1 ]; then
svn rm --force -q repos/$1
@@ -29,3 +30,4 @@ fi
svn copy -q -r HEAD trunk repos/$1
svn commit -q -m "archrelease: copy trunk to $1"
popd >/dev/null
+echo 'done'