diff -r 8a7410b6d45c -r 60461d073737 Containerfile.dev --- a/Containerfile.dev Wed Sep 04 16:57:00 2024 -0400 +++ b/Containerfile.dev Fri Sep 06 20:04:25 2024 -0400 @@ -19,7 +19,7 @@ USER ${DEV} RUN mkdir -p ${DEV_HOME}/.stash/lisp WORKDIR ${DEV_HOME}/.stash -RUN hg clone https://vc.compiler.company/comp/infra +RUN hg clone https://vc.compiler.company/infra WORKDIR infra ENV CARGO_HOME="/usr/local/share/rust/cargo" ENV RUSTUP_HOME="/usr/local/share/rust/rustup" @@ -38,7 +38,7 @@ RUN rustup component add --toolchain nightly rust-src rust-analyzer rustc-dev llvm-tools-preview WORKDIR ${DEV_HOME} RUN rm -rf ${DEV_HOME}/.stash/* -RUN hg clone https://vc.compiler.company/comp/home .stash/home && cd .stash/home && hg up ${DEV} +RUN hg clone https://vc.compiler.company/home .stash/home && cd .stash/home && hg up ${DEV} RUN cp .stash/home/.homerc ${DEV_HOME}/.homerc RUN homer install ENV DEV=${DEV}