Skip to content

Commit

Permalink
build on the master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
YufengXin committed Apr 13, 2020
1 parent fdc2e70 commit 1b10eed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configuration/helloworld-multi-vagrant/vagrant-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sudo usermod -aG docker $USER


# git work
git clone -b develop https://github.com/atlanticwave-sdx/atlanticwave-proto.git
git clone -b master https://github.com/atlanticwave-sdx/atlanticwave-proto.git

# Docker work: build SDX Controller and Local Controller containers
cd ~/atlanticwave-proto/
Expand Down
2 changes: 1 addition & 1 deletion docker/lc_container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:16.04
RUN apt update && apt install -y git python-virtualenv pypy python-pip net-tools vim

# This really should point to a particular version
RUN git clone -b develop https://github.com/atlanticwave-sdx/atlanticwave-proto.git
RUN git clone -b master https://github.com/atlanticwave-sdx/atlanticwave-proto.git

# Virtualenv setup
RUN virtualenv -p /usr/bin/pypy /appenv
Expand Down
2 changes: 1 addition & 1 deletion docker/sdx_container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ COPY run_sdx.sh .
COPY ./*.manifest ./

# This really should point to a particular version
RUN git clone -b develop https://github.com/atlanticwave-sdx/atlanticwave-proto.git
RUN git clone -b master https://github.com/atlanticwave-sdx/atlanticwave-proto.git
RUN cat atlanticwave-proto/requirements.txt
RUN pip install -r atlanticwave-proto/requirements.txt

Expand Down

0 comments on commit 1b10eed

Please sign in to comment.