[ARVADOS] updated: 1.1.4-575-g0a2cc29e4

Git user git at public.curoverse.com
Tue Jul 10 11:19:20 EDT 2018


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

       via  0a2cc29e409f85381a8ee1ae1f0097937eb11804 (commit)
      from  fe8e22166ce16ec8ee78c53e49d0ab23f767d9a6 (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 0a2cc29e409f85381a8ee1ae1f0097937eb11804
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date:   Tue Jul 10 12:19:10 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 14fa8f498..0b84112ee 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -317,7 +317,7 @@ handle_rails_package() {
         cd "$srcdir"
         mkdir -p tmp
         git rev-parse HEAD >git-commit.version
-        echo $version >package-build.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