Skip to content

Commit

Permalink
Merge pull request #5641 from tstromberg/gluster-sucks
Browse files Browse the repository at this point in the history
Download gluster from OpenPKG while RH is having issues
  • Loading branch information
tstromberg authored Oct 17, 2019
2 parents 47f63a4 + 1f6e724 commit f2ca6be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deploy/iso/minikube-iso/package/gluster/gluster.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
################################################################################

GLUSTER_VERSION = 4.1.5
GLUSTER_SITE = https://download.gluster.org/pub/gluster/glusterfs/4.1/$(GLUSTER_VERSION)
# Official gluster site has SSL problems
# https://bugzilla.redhat.com/show_bug.cgi?id=1572944
# GLUSTER_SITE = https://download.gluster.org/pub/gluster/glusterfs/4.1/$(GLUSTER_VERSION)
GLUSTER_SITE = http://download.openpkg.org/components/cache/glusterfs
GLUSTER_SOURCE = glusterfs-$(GLUSTER_VERSION).tar.gz
GLUSTER_CONF_OPTS = --disable-tiering --disable-ec-dynamic --disable-xmltest --disable-crypt-xlator --disable-georeplication --disable-ibverbs --disable-glupy --disable-gnfs --disable-cmocka --without-server
GLUSTER_INSTALL_TARGET_OPTS = DESTDIR=$(TARGET_DIR) install
Expand Down

0 comments on commit f2ca6be

Please sign in to comment.