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:
parent
a45ff6459f
commit
23eaafe23f
2 changed files with 15 additions and 12 deletions
14
INSTALL.md
14
INSTALL.md
|
@ -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
13
clone-deps.sh
Normal 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
|
Loading…
Reference in a new issue