From: Andrew Schoen Date: Tue, 17 Nov 2015 18:57:46 +0000 (-0600) Subject: ceph-release-rpm: check for noarch packages, not x86_64 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F233%2Fhead;p=ceph-build.git ceph-release-rpm: check for noarch packages, not x86_64 We upload the ceph-release rpm as noarch and source, but were checking x86_64 when trying to decide if the binaries needed rebuilt or not. Signed-off-by: Andrew Schoen --- diff --git a/ceph-release-rpm/build/build b/ceph-release-rpm/build/build index 6209019e..f6616b53 100644 --- a/ceph-release-rpm/build/build +++ b/ceph-release-rpm/build/build @@ -37,7 +37,7 @@ if [ "$target" = "sles11sp2" ] ; then fi echo "Target directory is: $target" -check_binary_existence $chacra_baseurl/$ARCH +check_binary_existence $chacra_baseurl/noarch # setup rpm build area mkdir -p RPMBUILD/{BUILD,RPMS,SOURCES,SPECS,SRPMS}