Commit 031437d5 authored by Raphael Defosseux's avatar Raphael Defosseux

Merge branch 'upg_upgrade_to_stable_1.2' into 'develop'

upg upgrade to stable 1.2

See merge request oai/cn5g/oai-cn5g-upf-vpp!15
parents b29bfd6c dd095fbe
......@@ -64,10 +64,8 @@ COPY . .
# Applying vpp patches
RUN git clone -b stable/2101 https://github.com/fdio/vpp.git && \
git clone https://github.com/travelping/upg-vpp.git && \
# For the moment let us fix a given commit
git clone -b stable/1.2 https://github.com/travelping/upg-vpp.git && \
cd upg-vpp && \
git checkout -f 1f047425c5c99db44c2e599ad1dfd767d426cce8 && \
cd .. && \
mv upg-vpp/upf/ vpp/src/plugins/ && \
mv upg-vpp/vpp-patches/* scripts/patches/ && \
......
......@@ -57,10 +57,8 @@ COPY . .
# Applying vpp patches
RUN git clone -b stable/2101 https://github.com/fdio/vpp.git && \
git clone https://github.com/travelping/upg-vpp.git && \
# For the moment let us fix a given commit
git clone -b stable/1.2 https://github.com/travelping/upg-vpp.git && \
cd upg-vpp && \
git checkout -f 1f047425c5c99db44c2e599ad1dfd767d426cce8 && \
cd .. && \
mv upg-vpp/upf/ vpp/src/plugins/ && \
mv upg-vpp/vpp-patches/* scripts/patches/ && \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment