changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra / scripts/mkarchiso-releng.sh

revision 363: f35358f2f4ff
parent 247: 8ba17c96a17f
     1.1--- a/scripts/mkarchiso-releng.sh	Tue Sep 03 20:41:20 2024 -0400
     1.2+++ b/scripts/mkarchiso-releng.sh	Wed Sep 04 17:14:51 2024 -0400
     1.3@@ -2,7 +2,7 @@
     1.4 WD="${1:-.stash/box}"
     1.5 PROFILE=".stash/src/box"
     1.6 mkdir -pv $WD/releng
     1.7-hg clone https://vc.compiler.company/comp/box $PROFILE
     1.8+hg clone https://vc.compiler.company/infra/box $PROFILE
     1.9 pushd $PROFILE
    1.10 hg up releng
    1.11 popd