[ARVADOS] updated: 1.1.1-116-gf581fbe

Git user git at public.curoverse.com
Mon Dec 4 13:19:15 EST 2017


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

       via  f581fbe79e3b9bad147bafd91679ee7d0ebd2ca8 (commit)
      from  b1b857f0a8216ccae0810b22b84953da6cf7d037 (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 f581fbe79e3b9bad147bafd91679ee7d0ebd2ca8
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date:   Mon Dec 4 15:19:05 2017 -0300

    12771: pass newversion for packages or take the usual hash
    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 5a729f2..1142f84 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -40,7 +40,7 @@ format_last_commit_here() {
 version_from_git() {
   # Generates a version number from the git log for the current working
   # directory, and writes it to stdout.
-  VERNO=$(<version)
+  VERNO=$(<$WORKSPACE/version)
   if [ -n $VERNO ]; then
       new_version="${VERNO}"
       echo "${new_version}"

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list