[ARVADOS-DEV] updated: ef2d37b1b95aa57a2840080995ee0555b7a64f50
git at public.curoverse.com
git at public.curoverse.com
Wed Jul 15 23:14:40 EDT 2015
Summary of changes:
jenkins/run-build-packages.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via ef2d37b1b95aa57a2840080995ee0555b7a64f50 (commit)
from 9cc673cf435ec02b043e2b3729b0ce411cfd5f95 (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 ef2d37b1b95aa57a2840080995ee0555b7a64f50
Author: Ward Vandewege <ward at curoverse.com>
Date: Wed Jul 15 23:14:23 2015 -0400
Make sure jessie packages end up in the jessie repository.
No issue #
diff --git a/jenkins/run-build-packages.sh b/jenkins/run-build-packages.sh
index 3493f7c..8bf153c 100755
--- a/jenkins/run-build-packages.sh
+++ b/jenkins/run-build-packages.sh
@@ -111,7 +111,7 @@ case "$TARGET" in
debian8)
FORMAT=deb
FPM_OUTDIR=tmp
- REPO_UPDATE_CMD='freight add *deb apt/wheezy && freight cache && rm -f *deb'
+ REPO_UPDATE_CMD='freight add *deb apt/jessie && freight cache && rm -f *deb'
PYTHON2_PACKAGE=python$PYTHON2_VERSION
PYTHON2_PKG_PREFIX=python
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list