Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
Load deps as git submodules (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
sevein committed Oct 25, 2017
1 parent 22bcf98 commit f2affa5
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 32 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Sources
/src/

# Terraform compiled files
*.tfstate
*.tfstate.backup
Expand Down
12 changes: 12 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[submodule "archivematica"]
path = src/archivematica
url = https://github.com/artefactual/archivematica
branch = qa/1.x
[submodule "archivematica-storage-service"]
path = src/archivematica-storage-service
url = https://github.com/artefactual/archivematica-storage-service
branch = qa/0.x
[submodule "archivematica-acceptance-tests"]
path = src/archivematica-acceptance-tests
url = https://github.com/artefactual-labs/archivematica-acceptance-tests
branch = qa/1.x
2 changes: 1 addition & 1 deletion compose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ And install Docker CE following [https://docs.docker.com/engine/installation/lin

These are the command you need to run when starting from scratch:

$ ansible-playbook ../playbooks/download-sources.yml
$ git submodule update --init --recursive
$ make create-volumes
$ docker-compose up -d --build
$ make bootstrap
Expand Down
16 changes: 0 additions & 16 deletions playbooks/download-sources.yml

This file was deleted.

12 changes: 0 additions & 12 deletions playbooks/inc/repos-1.7.yml

This file was deleted.

1 change: 1 addition & 0 deletions src/archivematica
Submodule archivematica added at 0a4935
1 change: 1 addition & 0 deletions src/archivematica-acceptance-tests
1 change: 1 addition & 0 deletions src/archivematica-storage-service

0 comments on commit f2affa5

Please sign in to comment.