1
0
Fork 0
mirror of https://code.sup39.dev/repos/Wqawg synced 2024-12-27 17:34:52 +09:00

Move dep cloning instructions from INSTALL.md into an actual script

This commit is contained in:
fr33domlover 2018-05-22 21:11:47 +00:00
parent a45ff6459f
commit 23eaafe23f
2 changed files with 15 additions and 12 deletions

View file

@ -71,18 +71,8 @@ always up to date. Basically it works like this:
[Darcs Hub page](https://hub.darcs.net/fr33domlover)
- Use `darcs clone` to grab the library source code
As of May 14, 2018, what you need to do is as follows:
$ VERVIS='https://dev.seek-together.space/s/fr33domlover/r'
$ HUB='https://hub.darcs.net/fr33domlover'
$ darcs clone $HUB/hit-graph
$ darcs clone $HUB/hit-harder
$ darcs clone $HUB/hit-network
$ darcs clone $VERVIS/darcs-rev
$ darcs clone $VERVIS/ssh
$ darcs clone $VERVIS/persistent-migration
$ darcs clone $VERVIS/persistent-email-address
$ darcs clone $VERVIS/yesod-mail-send --to-hash 2800294a41daf57cd420710bc79c8c9b06c0d3dd
As of May 23, 2018, you can grab these libraries by simply running the
[`clone-deps.sh`](./clone-deps.sh) script.
Update `stack.yaml` to specify the paths in the `packages` section if needed:

13
clone-deps.sh Normal file
View file

@ -0,0 +1,13 @@
#!/bin/sh
VERVIS='https://dev.seek-together.space/s/fr33domlover/r'
HUB='https://hub.darcs.net/fr33domlover'
darcs clone $HUB/hit-graph
darcs clone $HUB/hit-harder
darcs clone $HUB/hit-network
darcs clone $VERVIS/darcs-rev
darcs clone $VERVIS/ssh
darcs clone $VERVIS/persistent-migration
darcs clone $VERVIS/persistent-email-address
darcs clone $VERVIS/yesod-mail-send --to-hash 2800294a41daf57cd420710bc79c8c9b06c0d3dd