X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1a6777657c96a1a23678d9ec41e7d02ace55e5e8..85c13201abf4a9f19dd112992a04fa65da63369c:/build/run-library.sh?ds=sidebyside diff --git a/build/run-library.sh b/build/run-library.sh index 238d6d62cc..fb4df6a792 100755 --- a/build/run-library.sh +++ b/build/run-library.sh @@ -1,4 +1,4 @@ -#!/bin/bash -x +#!/bin/bash # Copyright (C) The Arvados Authors. All rights reserved. # # SPDX-License-Identifier: AGPL-3.0 @@ -277,7 +277,7 @@ test_package_presence() { fi repo_pkg_list=$(curl -o - http://apt.arvados.org/pool/${D}/main/${repo_subdir}/) - 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} http://apt.arvados.org/pool/${D}/main/${repo_subdir}/${complete_pkgname}