[ARVADOS] updated: 1.1.4-577-gf4fd17ccc

Git user git at public.curoverse.com
Tue Jul 10 15:25:53 EDT 2018


Summary of changes:
 build/run-library.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

       via  f4fd17ccc26166a195b7344b84d95e9ff2315a36 (commit)
      from  cf24a6137c3b70060fc5a9197f751595b1033131 (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 f4fd17ccc26166a195b7344b84d95e9ff2315a36
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date:   Tue Jul 10 16:25:29 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 f982fad85..a66ed3ed5 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/bash -x
 # Copyright (C) The Arvados Authors. All rights reserved.
 #
 # SPDX-License-Identifier: AGPL-3.0
@@ -327,6 +327,7 @@ handle_rails_package() {
         return 1
     fi
     local railsdir="/var/www/${pkgname%-server}/current"
+    echo "$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