improve warning message
authorWolfram Schneider <wosch@indexdata.dk>
Fri, 6 May 2011 10:16:58 +0000 (10:16 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Fri, 6 May 2011 10:16:58 +0000 (10:16 +0000)
id-deb-build/id-pbuild.sh

index 03e48f0..f03c1ef 100755 (executable)
@@ -109,10 +109,15 @@ if $upload; then
     for dist in ${DEBIAN_DIST}; do
        scp ${dist}-*/* ftp.indexdata.dk:/home/ftp/pub/${PRODUCT}/debian/${dist}
     done
-    echo "Remember to update APT on ftp.indexdata.dk"
-    echo "cd git-tools/update-archive"
+    echo ""
+    echo "===================================================="
+    echo "Remember to update APT on ftp.indexdata.dk !!!"
+    echo ""
+    echo "ssh ftp.indexdata.dk"
+    echo "cd ~/proj/git-tools/update-archive"
     echo "sudo su"
     echo "./update-archive.sh"
+    echo "===================================================="
     exit 0
 fi
 # remove existing package directories