[ARVADOS] updated: 1.3.0-1042-ga061ac178
Git user
git at public.curoverse.com
Fri Jun 7 18:12:58 UTC 2019
Summary of changes:
build/run-build-packages-one-target.sh | 5 +++--
build/run-build-packages-sso.sh | 4 ++--
build/run-build-test-packages-one-target.sh | 6 +++---
3 files changed, 8 insertions(+), 7 deletions(-)
via a061ac1788c67e7f0107a80c63005af328306afa (commit)
from a94f8d99a72d817d998d338607b8941aa4a450ff (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 a061ac1788c67e7f0107a80c63005af328306afa
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date: Fri Jun 7 14:12:38 2019 -0400
Make debian9 the default target for our package building scripts.
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>
diff --git a/build/run-build-packages-one-target.sh b/build/run-build-packages-one-target.sh
index 9b21b58e2..69defb003 100755
--- a/build/run-build-packages-one-target.sh
+++ b/build/run-build-packages-one-target.sh
@@ -10,7 +10,7 @@ Syntax:
WORKSPACE=/path/to/arvados $(basename $0) [options]
--target <target>
- Distribution to build packages for (default: debian8)
+ Distribution to build packages for (default: debian9)
--command
Build command to execute (default: use built-in Docker image command)
--test-packages
@@ -57,7 +57,7 @@ if [ $? -ne 0 ]; then
exit 1
fi
-TARGET=debian8
+TARGET=debian9
COMMAND=
DEBUG=
@@ -262,6 +262,7 @@ else
set +e
mv -f ${WORKSPACE}/packages/${TARGET}/* ${WORKSPACE}/packages/${TARGET}/processed/ 2>/dev/null
set -e
+set -x
# Build packages. ulimit option can be removed when debian8 and ubuntu1404 are retired
if docker run --ulimit nofile=4096:4096 \
--rm \
diff --git a/build/run-build-packages-sso.sh b/build/run-build-packages-sso.sh
index d6a21178f..e7a3aacda 100755
--- a/build/run-build-packages-sso.sh
+++ b/build/run-build-packages-sso.sh
@@ -17,7 +17,7 @@ Options:
--debug
Output debug information (default: false)
--target
- Distribution to build packages for (default: debian8)
+ Distribution to build packages for (default: debian9)
WORKSPACE=path Path to the Arvados SSO source tree to build packages from
@@ -25,7 +25,7 @@ EOF
EXITCODE=0
DEBUG=${ARVADOS_DEBUG:-0}
-TARGET=debian8
+TARGET=debian9
PARSEDOPTS=$(getopt --name "$0" --longoptions \
help,build-bundle-packages,debug,target: \
diff --git a/build/run-build-test-packages-one-target.sh b/build/run-build-test-packages-one-target.sh
index b98a4c0a7..962940b79 100755
--- a/build/run-build-test-packages-one-target.sh
+++ b/build/run-build-test-packages-one-target.sh
@@ -10,7 +10,7 @@ Syntax:
WORKSPACE=/path/to/arvados $(basename $0) [options]
--target <target>
- Distribution to build packages for (default: debian8)
+ Distribution to build packages for (default: debian9)
--upload
If the build and test steps are successful, upload the packages
to a remote apt repository (default: false)
@@ -48,7 +48,7 @@ if [ $? -ne 0 ]; then
exit 1
fi
-TARGET=debian8
+TARGET=debian9
UPLOAD=0
RC=0
@@ -135,4 +135,4 @@ if [[ "$UPLOAD" != 0 ]]; then
title "End of upload packages (`timer`)"
fi
-exit_cleanly
\ No newline at end of file
+exit_cleanly
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list