changelog shortlog graph tags branches files raw help

Mercurial > infra > pod / changeset: emacs borked

changeset 31: 9c7c441ca15b
parent 30: 4c5e25fdef67
child 32: 99106a32c531
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 12 Aug 2024 19:55:52 -0400
files: Containerfile.operator
description: emacs borked
     1.1--- a/Containerfile.operator	Sun Aug 11 01:46:26 2024 -0400
     1.2+++ b/Containerfile.operator	Mon Aug 12 19:55:52 2024 -0400
     1.3@@ -2,13 +2,13 @@
     1.4 USER root
     1.5 RUN usermod -l operator --move-home --home /home/operator ${DEV}
     1.6 RUN echo "operator ALL=(ALL:ALL) NOPASSWD: ALL" | sudo tee /etc/sudoers.d/operator
     1.7+RUN --network=host pacman -Sy aspell hunspell-en_us --noconfirm
     1.8 USER operator
     1.9 WORKDIR /home/operator
    1.10 RUN hg clone https://vc.compiler.company/comp/infra .stash/infra
    1.11 RUN .stash/infra/scripts/wg-gen-keys.sh private.key public.key
    1.12 WORKDIR .stash/infra
    1.13-RUN skel make tmp
    1.14-RUN sudo skel run install-emacs-mini-pack
    1.15+# RUN sudo skel run install-emacs-pack
    1.16 RUN sudo skel clean
    1.17 WORKDIR /home/operator
    1.18 RUN cd .stash/home && hg up operator && homer install