changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / scripts/get-emacs.sh

changeset 16: 87dd4724adfb
parent: 015c6f7d6e16
child: aac1cf6cf2bb
author: ellis <ellis@rwest.io>
date: Mon, 27 Nov 2023 23:47:58 -0500
permissions: -rwxr-xr-x
description: build scripts
1 #!/usr/bin/bash
2 VER="${1:-main}"
3 TARGETDIR=${2:-$(realpath build/emacs-$VER)}
4 
5 git clone https://vc.compiler.company/packy/shed/vendor/emacs.git $TARGETDIR