changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra > pod / Containerfile.worker

revision 37: 60461d073737
parent 33: 48affaffc460
     1.1--- a/Containerfile.worker	Wed Sep 04 16:57:00 2024 -0400
     1.2+++ b/Containerfile.worker	Fri Sep 06 20:04:25 2024 -0400
     1.3@@ -13,7 +13,7 @@
     1.4 USER ${WORKER}
     1.5 RUN mkdir -pv ${WORKER_HOME}/.stash
     1.6 WORKDIR ${WORKER_HOME}/.stash
     1.7-RUN hg clone https://vc.compiler.company/comp/infra
     1.8+RUN hg clone https://vc.compiler.company/infra
     1.9 WORKDIR infra
    1.10 ENV CARGO_HOME="/usr/local/share/rust/cargo"
    1.11 ENV RUSTUP_HOME="/usr/local/share/rust/rustup"
    1.12@@ -22,7 +22,7 @@
    1.13 RUN skel install quicklisp
    1.14 RUN skel clean
    1.15 WORKDIR ${WORKER_HOME}
    1.16-RUN hg clone https://vc.compiler.company/comp/home .stash/home && cd .stash/home && hg up ${WORKER}
    1.17+RUN hg clone https://vc.compiler.company/home .stash/home && cd .stash/home && hg up ${WORKER}
    1.18 RUN cp .stash/home/.homerc ${WORKER_HOME}/.homerc
    1.19 RUN homer install
    1.20 ENV WORKER=${WORKER}