From: Ward Vandewege Date: Fri, 14 Aug 2015 00:38:53 +0000 (-0400) Subject: Performance optimization for the run_upload_packages.py script: only X-Git-Tag: 1.1.0~1059^2~6^2~113 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/fcc0a767df83518e1b42c78ab7d4805fe6b5192b Performance optimization for the run_upload_packages.py script: only rebuild the freight cache for the distribution that is being updated. No issue # --- diff --git a/jenkins/run_upload_packages.py b/jenkins/run_upload_packages.py index f7ddf7f5a2..eff30cc994 100755 --- a/jenkins/run_upload_packages.py +++ b/jenkins/run_upload_packages.py @@ -146,7 +146,7 @@ class DebianPackageSuite(DistroPackageSuite): cd "$1"; shift DISTNAME=$1; shift freight add "$@" "apt/$DISTNAME" -freight cache +freight cache "apt/$DISTNAME" rm "$@" """ TARGET_DISTNAMES = {