[scripts] 01/01: Slightly more verbose communication with user.

Steffen Möller moeller at alioth.debian.org
Tue Nov 5 19:02:34 UTC 2013


This is an automated email from the git hooks/post-receive script.

moeller pushed a commit to branch master
in repository scripts.

commit e0990901d32ce5d06e25f9dc7123949031b775c0
Author: Steffen Moeller <steffen_moeller at gmx.de>
Date:   Tue Nov 5 20:02:03 2013 +0100

    Slightly more verbose communication with user.
---
 export-boinc |   18 ++++++++++++++----
 1 file changed, 14 insertions(+), 4 deletions(-)

diff --git a/export-boinc b/export-boinc
index bdde5b7..485227e 100755
--- a/export-boinc
+++ b/export-boinc
@@ -127,11 +127,12 @@ if [ -n "$missing" ]; then
 fi
 
 if [ -d boinc-v2 ]; then
-    echo "I: Updating BOINC source tree. This takes a bit of time."
+    echo "I: Found previous checkout of upstream BOINC source in 'boinc-v2'."
     cd boinc-v2
+    echo "I: Updating BOINC source tree. This takes a bit of time."
     git pull
 else
-    echo "I: Cloning BOINC source tree. This takes a while, maybe five minutes."
+    echo "I: Cloning upstream BOINC source tree. This takes a while, maybe five minutes."
     git clone $GIT_ROOT
     cd boinc-v2
 fi
@@ -236,7 +237,16 @@ $GIT_COMMAND
 
 echo "[ok]"
 
-echo "Now you can easily import the new version with command"
-echo "git-import-orig --pristine-tar $DEST_DIR/$ORIG_ARCHIVE"
+echo "<<EOINSTRUCTIONS
+Now you can easily import the new version. First, go to
+the alioth git repository of pkg-boinc, not unlikely with
+
+  cd ../boinc
+
+then perform the import itself with the command
+
+  git-import-orig --pristine-tar $DEST_DIR/$ORIG_ARCHIVE
+
+EOINSTRUCTIONS
 
 exit 0

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-boinc/scripts.git



More information about the pkg-boinc-commits mailing list