New note about updating archive on kebab
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 11 Jul 2013 08:21:49 +0000 (10:21 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 11 Jul 2013 08:21:49 +0000 (10:21 +0200)
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