aboutsummaryrefslogtreecommitdiff
path: root/leg-kolla
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2019-12-03 10:23:49 +0100
committerMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2019-12-03 10:23:49 +0100
commitcbf2b8657ed49a9eb233312cb41226c532ffeb32 (patch)
tree6c903e68ea04aead73e7e6fa9eaa63f2c67c4d4c /leg-kolla
parent7903fd70cbcf29277b64f0d5be980b64c603a048 (diff)
leg-kolla*: use patch format...
Change-Id: I08549704129432b7096a2e79c13b03ccd187b5f0
Diffstat (limited to 'leg-kolla')
-rw-r--r--leg-kolla/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/leg-kolla/build.sh b/leg-kolla/build.sh
index b93a8fa9..30b770d3 100644
--- a/leg-kolla/build.sh
+++ b/leg-kolla/build.sh
@@ -63,7 +63,7 @@ fi
# been merged into the stable/queens branch.
if [[ ! -z ${kolla_ldc} && ! -z ${kolla_ldc_extras} ]]; then
echo ${kolla_ldc_extras} | sed -n 1'p' | tr ',' '\n' | while read patch; do
- curl https://opendev.org/openstack/kolla/commit/${patch} | git apply -v --directory=kolla/
+ curl https://opendev.org/openstack/kolla/commit/${patch}.patch | git apply -v --directory=kolla/
done
fi