Closed CarlQLange closed 9 years ago
Whoops, I was wrong - the repo still exists https://github.com/datagovuk/shared_dguk_assets. Sorry about that!
yep - I checked my logs, for some reason my connection dropped my initial clone of shared_dguk_assets
, but it still created the empty directory, and then the provisioner created npm-debug.log
inside it, so git wouldn't clone into the directory on re-run of git_clone_all.sh
. Fun times.
Broke things in new and interesting ways - the
clone_all
script then checked me out oftogo
in my main dir because the repo didn't exist and it travelled up the filesystem, and because themaster
branch doesn't have a provisioner set in the Vagrantfile it was causing weirdness, and then when I changed back, it made npm give me ENOPACKAGEJSON. Fun, if fairly shallow, rabbithole.Anyway, will add pull request later, just making sure it's known. Think it's just renaming the repo in
git_clone_all.sh
.Is
togo
still actively supported, by the way? Or is there a new, better way to do things?