[ARVADOS-DEV] updated: fcc0a767df83518e1b42c78ab7d4805fe6b5192b
git at public.curoverse.com
git at public.curoverse.com
Thu Aug 13 20:39:26 EDT 2015
Summary of changes:
jenkins/run_upload_packages.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via fcc0a767df83518e1b42c78ab7d4805fe6b5192b (commit)
from bdffa02ff66636f6e3b28d5ab553d9fcad69037b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit fcc0a767df83518e1b42c78ab7d4805fe6b5192b
Author: Ward Vandewege <ward at curoverse.com>
Date: Thu Aug 13 20:38:53 2015 -0400
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 f7ddf7f..eff30cc 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 = {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list