@@ -40,7 +40,7 @@ RUN mkdir -p /vt/dist && \
4040 mv apache-maven-3.3.9 maven
4141
4242# Set up Vitess environment (equivalent to '. dev.env')
43- ENV VTTOP /vt/src/github.com/youtube /vitess
43+ ENV VTTOP /vt/src/vitess.io /vitess
4444ENV VTROOT /vt
4545ENV GOTOP $VTTOP/go
4646ENV PYTOP $VTTOP/py
@@ -54,19 +54,19 @@ ENV VT_MYSQL_ROOT /usr
5454ENV PKG_CONFIG_PATH $VTROOT/lib
5555
5656# Copy files needed for bootstrap
57- COPY bootstrap.sh dev.env /vt/src/github.com/youtube /vitess/
58- COPY config /vt/src/github.com/youtube /vitess/config
59- COPY third_party /vt/src/github.com/youtube /vitess/third_party
60- COPY tools /vt/src/github.com/youtube /vitess/tools
61- COPY travis /vt/src/github.com/youtube /vitess/travis
62- COPY vendor/vendor.json /vt/src/github.com/youtube /vitess/vendor/
57+ COPY bootstrap.sh dev.env /vt/src/vitess.io /vitess/
58+ COPY config /vt/src/vitess.io /vitess/config
59+ COPY third_party /vt/src/vitess.io /vitess/third_party
60+ COPY tools /vt/src/vitess.io /vitess/tools
61+ COPY travis /vt/src/vitess.io /vitess/travis
62+ COPY vendor/vendor.json /vt/src/vitess.io /vitess/vendor/
6363
6464# grpcio runtime is needed for python tests.
6565RUN grpcio_ver="1.7.0" && \
6666 pip install --upgrade grpcio==$grpcio_ver
6767
6868# Download vendored Go dependencies
69- RUN cd /vt/src/github.com/youtube /vitess && \
69+ RUN cd /vt/src/vitess.io /vitess && \
7070 go get -u github.com/kardianos/govendor && \
7171 govendor sync && \
7272 rm -rf /vt/.cache
0 commit comments