Update hotfix url to new location
Change-Id: I9fe8666c07356fa69503e9eff76a00ab211f0cde
This commit is contained in:
parent
d2c709fb9d
commit
f2937fdaa4
@ -24,7 +24,7 @@ function pre_install_drbd_devstack {
|
||||
sudo apt-get install --reinstall -o Dpkg::Options::=--force-confnew python-drbdmanage
|
||||
|
||||
# Hotfix needed? Avoid dput delay.
|
||||
HOTFIXURL=http://openstack-ci-pkgs.linbit.com/hotfix/hf.patch
|
||||
HOTFIXURL=https://gist.githubusercontent.com/haySwim/2c18a8b8510caf7acf99d0d56a602393/raw/daaff7f59bc966cf897d5a527b12ddd37bf4d840/hf.patch
|
||||
HOTFIXFILE="${FILES}/drbdhotfix.patch"
|
||||
if wget -O "$HOTFIXFILE" "$HOTFIXURL" ; then
|
||||
( cd / ; sudo patch --dry-run --forward --verbose -p0 ) < "$HOTFIXFILE" &&
|
||||
|
Loading…
Reference in New Issue
Block a user