mirror of
https://review.haiku-os.org/haiku
synced 2025-01-18 12:38:51 +01:00
3rdparty/docker/bootstrap: Fix repo urls that don't work anymore
Change-Id: I91b324984b1abc69bb015117a9505be0e6541294
This commit is contained in:
parent
351575e0e4
commit
d214cb5e13
4
3rdparty/docker/bootstrap/Dockerfile
vendored
4
3rdparty/docker/bootstrap/Dockerfile
vendored
@ -21,8 +21,8 @@ RUN apt-get install -y vim nano
|
||||
RUN echo "source /usr/share/vim/vim80/defaults.vim" > ~/.vimrc
|
||||
RUN echo "set mouse=" >> ~/.vimrc
|
||||
|
||||
ENV GIT_BUILDTOOLS="https://git.haiku-os.org/buildtools"
|
||||
ENV GIT_HAIKU="https://git.haiku-os.org/haiku"
|
||||
ENV GIT_BUILDTOOLS="https://review.haiku-os.org/buildtools"
|
||||
ENV GIT_HAIKU="https://review.haiku-os.org/haiku"
|
||||
ENV GIT_HAIKUPORTER="https://github.com/haikuports/haikuporter.git"
|
||||
ENV GIT_HAIKUPORTS="https://github.com/haikuports/haikuports.git"
|
||||
ENV GIT_HAIKUPORTS_CROSS="https://github.com/haikuports/haikuports.cross.git"
|
||||
|
Loading…
Reference in New Issue
Block a user