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

Place dependency libraries in a 'lib' subdir instead of same dir as Vervis

This commit is contained in:
fr33domlover 2018-11-29 09:48:27 +00:00
parent 9aea6947c0
commit a1daa4fb3e
3 changed files with 15 additions and 12 deletions

View file

@ -127,3 +127,4 @@
^config/ssh-host-key$ ^config/ssh-host-key$
^config/ssh-host-key\.pub$ ^config/ssh-host-key\.pub$
^repos(/|$) ^repos(/|$)
^lib(/|$)

View file

@ -3,6 +3,8 @@
VERVIS='https://dev.angeley.es/s/fr33domlover/r' VERVIS='https://dev.angeley.es/s/fr33domlover/r'
HUB='https://hub.darcs.net/fr33domlover' HUB='https://hub.darcs.net/fr33domlover'
mkdir -p lib
cd lib
darcs clone $HUB/hit-graph darcs clone $HUB/hit-graph
darcs clone $HUB/hit-harder darcs clone $HUB/hit-harder
darcs clone $HUB/hit-network darcs clone $HUB/hit-network

View file

@ -7,22 +7,22 @@ resolver: lts-10.10
# Local packages, usually specified by relative directory name # Local packages, usually specified by relative directory name
packages: packages:
- '.' - .
- '../darcs-lights' - lib/darcs-lights
- '../darcs-rev' - lib/darcs-rev
- '../ssh' - lib/ssh
- '../hit-graph' - lib/hit-graph
- '../hit-harder' - lib/hit-harder
- '../hit-network' - lib/hit-network
- '../persistent-migration' - lib/persistent-migration
- '../persistent-email-address' - lib/persistent-email-address
- '../time-interval-aeson' - lib/time-interval-aeson
# - '../yesod-auth-account' # - lib/yesod-auth-account
- location: - location:
git: https://dev.angeley.es/s/fr33domlover/r/yesod-auth-account git: https://dev.angeley.es/s/fr33domlover/r/yesod-auth-account
commit: cc9d6a5d4e0d5fb3b061a5a9ccc0ab03eea89811 commit: cc9d6a5d4e0d5fb3b061a5a9ccc0ab03eea89811
extra-dep: true extra-dep: true
- '../yesod-mail-send' - lib/yesod-mail-send
# Packages to be pulled from upstream that are not in the resolver (e.g., # Packages to be pulled from upstream that are not in the resolver (e.g.,
# acme-missiles-0.3) # acme-missiles-0.3)