Skip to content

Commit bf72d26

Browse files
committed
bb.org: rpm-install - specific on existing
1 parent bd7f0d5 commit bf72d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildbot.mariadb.org/scripts/rpm-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ sudo yum search maria | { grep "^maria" || true; }
6565
sudo yum search percona | { grep percona || true; }
6666

6767
# setup repository
68-
if wget -q --spider https://rpm.mariadb.org/"$master_branch"; then
68+
if wget -q --spider https://rpm.mariadb.org/"$master_branch/$arch"; then
6969
galbranch=$master_branch
7070
else
7171
# as long as the galera major version maps this is ok

0 commit comments

Comments
 (0)