New note about updating archive on kebab
[git-tools-moved-to-github.git] / id-deb-build / id-pbuild.sh
index 8985207..78a9d5d 100755 (executable)
@@ -185,15 +185,9 @@ if $upload; then
     done
     echo ""
     echo "===================================================="
-    echo "Remember to update APT/YUM on ftp.indexdata.dk !!!"
-    echo ""
-    echo "ssh ftp.indexdata.dk"
-    echo "cd ~/proj/git-tools/update-archive"
-    echo "sudo su"
-    echo "./update-archive.sh"
-    if test "${CENTOS_DIST}"; then
-       echo "./update-yum-archive.sh"
-    fi
+    echo "APT/YUM should be updated via cron every 15 minutes "
+    echo " from July 11 2013 and later."
+    echo "No need to call update archive on kebab"
     echo "===================================================="
     exit 0
 fi