[ARVADOS] updated: 1.1.3-254-g317ac75

Git user git at public.curoverse.com
Thu Mar 22 17:22:17 EDT 2018


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

       via  317ac75e1ff9c6b446070fce603a8741e272d84b (commit)
       via  65ae018ba6f17a8a9dc8e40d31de3aa354ec4658 (commit)
      from  32ef7547c130f3d8d5791c86d95b67c9a8cbd79b (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 317ac75e1ff9c6b446070fce603a8741e272d84b
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date:   Thu Mar 22 18:22:11 2018 -0300

    13200:fix complete package name
    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 647e8ad..238d6d6 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -291,7 +291,7 @@ test_package_presence() {
       centos_repo="http://rpm.arvados.org/CentOS/7/dev/x86_64/"
 
       repo_pkg_list=$(curl -o - ${centos_repo})
-      echo ${repo_pkg_list} |grep -q ${pkgname}
+      echo ${repo_pkg_list} |grep -q ${complete_pkgname}
       if [ $? -eq 0 ]; then
         echo "Package $complete_pkgname exists, not rebuilding!"
         curl -o ./${complete_pkgname} ${centos_repo}${complete_pkgname}

commit 65ae018ba6f17a8a9dc8e40d31de3aa354ec4658
Merge: 7a50714 32ef754
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date:   Thu Mar 22 15:11:37 2018 -0300

    Merge branch '13200-new-package-versioning-jb' of git.curoverse.com:arvados into 13200-new-package-versioning-jb
    Arvados-DCO-1.1-Signed-off-by: Fernando Monserrat <fmonserrat at veritasgenetics.com>


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


hooks/post-receive
-- 




More information about the arvados-commits mailing list