# HG changeset patch # User Richard Westhaver # Date 1726280276 14400 # Node ID ad4e0ebd3693b5efd4de8db674f78dcb4bbb76ab # Parent e5f98f30bdf61ca7b07f0bfe9a54593d7ce47d9d update vc locations diff -r e5f98f30bdf6 -r ad4e0ebd3693 scripts/get-emacs.sh --- a/scripts/get-emacs.sh Fri Sep 13 20:18:57 2024 -0400 +++ b/scripts/get-emacs.sh Fri Sep 13 22:17:56 2024 -0400 @@ -1,3 +1,3 @@ #!/usr/bin/env bash # get Emacs source code -git clone https://vc.compiler.company/packy/emacs.git .stash/src/emacs +git clone https://vc.compiler.company/packy/emacs .stash/src/emacs diff -r e5f98f30bdf6 -r ad4e0ebd3693 scripts/get-rocksdb.sh --- a/scripts/get-rocksdb.sh Fri Sep 13 20:18:57 2024 -0400 +++ b/scripts/get-rocksdb.sh Fri Sep 13 22:17:56 2024 -0400 @@ -1,3 +1,3 @@ #!/usr/bin/env bash # get RocksDB source code -git clone https://vc.compiler.company/packy/rocksdb.git .stash/src/rocksdb +git clone https://vc.compiler.company/packy/rocksdb .stash/src/rocksdb diff -r e5f98f30bdf6 -r ad4e0ebd3693 scripts/get-sbcl.sh --- a/scripts/get-sbcl.sh Fri Sep 13 20:18:57 2024 -0400 +++ b/scripts/get-sbcl.sh Fri Sep 13 22:17:56 2024 -0400 @@ -1,4 +1,4 @@ #!/usr/bin/env bash # get SBCL source code TARGETDIR=${1:-.stash/src/sbcl} -git clone https://vc.compiler.company/packy/sbcl.git $TARGETDIR +git clone https://vc.compiler.company/packy/sbcl $TARGETDIR