changelog shortlog graph tags branches files raw help

Mercurial > infra > pod / changeset: no remove source

changeset 4: 65b548b0ce40
parent 3: 759570e2f4d5
child 5: f2244a1fa02f
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 16 Jun 2024 05:01:49 +0000
files: Containerfile.box
description: no remove source
     1.1--- a/Containerfile.box	Sun Jun 16 01:03:50 2024 -0400
     1.2+++ b/Containerfile.box	Sun Jun 16 05:01:49 2024 +0000
     1.3@@ -36,7 +36,7 @@
     1.4 WORKDIR /usr/local/src
     1.5 USER ${DEV}
     1.6 # RUN cp -rf core/lisp /usr/local/share/lisp/core
     1.7-RUN rm -rf ./*
     1.8+RUN rm -rf ./infra/.stas*
     1.9 WORKDIR ${DEV_HOME}
    1.10 RUN mkdir .stash
    1.11 ENV DEV=${DEV}