[ARVADOS] updated: 1.1.4-576-gcf24a6137
Git user
git at public.curoverse.com
Tue Jul 10 14:51:06 EDT 2018
Summary of changes:
build/run-library.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via cf24a6137c3b70060fc5a9197f751595b1033131 (commit)
from 0a2cc29e409f85381a8ee1ae1f0097937eb11804 (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 cf24a6137c3b70060fc5a9197f751595b1033131
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date: Tue Jul 10 15:50:42 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 0b84112ee..f982fad85 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -310,6 +310,7 @@ handle_rails_package() {
cd "$srcdir"
local license_path="$1"; shift
local version="$(version_from_git)"
+ echo "$version" >package-build.version
local scripts_dir="$(mktemp --tmpdir -d "$pkgname-XXXXXXXX.scripts")" && \
(
set -e
@@ -317,7 +318,6 @@ handle_rails_package() {
cd "$srcdir"
mkdir -p tmp
git rev-parse HEAD >git-commit.version
- echo "$version" >package-build.version
bundle package --all
)
if [[ 0 != "$?" ]] || ! cd "$WORKSPACE/packages/$TARGET"; then
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list