[ARVADOS] updated: 1.1.4-578-g7c1e0140f
Git user
git at public.curoverse.com
Tue Jul 10 15:53:17 EDT 2018
Summary of changes:
build/run-library.sh | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
via 7c1e0140fb0d059299af08a102d30d65dfb60990 (commit)
from f4fd17ccc26166a195b7344b84d95e9ff2315a36 (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 7c1e0140fb0d059299af08a102d30d65dfb60990
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date: Tue Jul 10 16:53:08 2018 -0300
13667: fix variable in adding version file to ROR packages
Arvados-DCO-1.1-Signed-off-by: Fernando Monserrat <fmonserrat at veritasgenetics.com>
diff --git a/build/run-library.sh b/build/run-library.sh
index a66ed3ed5..65f1d0da5 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -1,4 +1,4 @@
-#!/bin/bash -x
+#!/bin/bash -xe
# Copyright (C) The Arvados Authors. All rights reserved.
#
# SPDX-License-Identifier: AGPL-3.0
@@ -327,7 +327,8 @@ handle_rails_package() {
return 1
fi
local railsdir="/var/www/${pkgname%-server}/current"
- echo "$version" >"$railsdir/"package-build.version
+ echo "$version" >"$railsdir/package-build.version"
+ echo "test insert version" >"$railsdir/package-build.version"
local -a pos_args=("$srcdir/=$railsdir" "$pkgname" "Curoverse, Inc." dir "$version")
local license_arg="$license_path=$railsdir/$(basename "$license_path")"
local -a switches=(--after-install "$scripts_dir/postinst"
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list