From: Adam Dickmeiss Date: Thu, 11 Jul 2013 08:21:49 +0000 (+0200) Subject: New note about updating archive on kebab X-Git-Url: http://git.indexdata.com/?p=git-tools-moved-to-github.git;a=commitdiff_plain;h=4d54dad68634d1710a8f32b0c3a11026968eeb33 New note about updating archive on kebab --- diff --git a/id-deb-build/id-pbuild.sh b/id-deb-build/id-pbuild.sh index 8985207..78a9d5d 100755 --- a/id-deb-build/id-pbuild.sh +++ b/id-deb-build/id-pbuild.sh @@ -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