Merge "zypper: Clean caches and don't cache packages locally"

This commit is contained in:
Jenkins 2017-07-26 02:25:40 +00:00 committed by Gerrit Code Review
commit 609bcee27b
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
#!/bin/bash
if [ ${DIB_DEBUG_TRACE:-0} -gt 0 ]; then
set -x
fi
set -eu
set -o pipefail
# clean all locally cached metadata
sudo zypper clean -a