diff options
Diffstat (limited to 'deploy_everywhere')
-rwxr-xr-x | deploy_everywhere | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/deploy_everywhere b/deploy_everywhere index a141469b..f50abdc6 100755 --- a/deploy_everywhere +++ b/deploy_everywhere @@ -23,7 +23,6 @@ # ./deploy_everywhere upgrade - run "apt-get update && upgrade && clean" everywhere # ./deploy_everywhere upgradey - run "apt-get upgrade -y" everywhere # ./deploy_everywhere rmstamp - delete stamp files everywhere -# ./deploy_everywhere clean - is probably not useful anymore… :) START=$(date +'%s') @@ -100,10 +99,6 @@ elif [ "$1" = "rmstamp" ] ; then real_command="sudo rm /var/log/jenkins/*stamp" reset_clock=false shift -elif [ "$1" = "clean" ] ; then - real_command="sudo apt-get clean" - reset_clock=false - shift elif [ "$1" = "check" ] ; then real_command="pgrep -l -a -f _build.sh" reset_clock=false |