diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-08-30 23:14:51 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-08-31 18:19:37 +0300 |
commit | d22f466823192963c22eb8f51ae930cb5af8fa9a (patch) | |
tree | f60f5dc30a76a2fff67ab20b399dafe05e80a024 /tests/load/git-cache | |
parent | 05eeac08b63449925cc2e12d2fdaf937d5fa1bbc (diff) |
Add support for git repositories to brep-load
Diffstat (limited to 'tests/load/git-cache')
-rw-r--r-- | tests/load/git-cache/packages.manifest | 14 | ||||
-rw-r--r-- | tests/load/git-cache/repositories.manifest | 7 |
2 files changed, 21 insertions, 0 deletions
diff --git a/tests/load/git-cache/packages.manifest b/tests/load/git-cache/packages.manifest new file mode 100644 index 0000000..1cec922 --- /dev/null +++ b/tests/load/git-cache/packages.manifest @@ -0,0 +1,14 @@ +: 1 +name: libfoo +version: 1.0 +project: foo +summary: The Foo Library +license: MIT +tags: c++, foo +description-file: README +changes-file: NEWS +url: http://www.example.com/foo/ +email: foo-users@example.com +depends: libmisc == 1.0 +location: libfoo +fragment: 0f50af28d1cfb0c22f5b88e2bf674ab732e058d9 diff --git a/tests/load/git-cache/repositories.manifest b/tests/load/git-cache/repositories.manifest new file mode 100644 index 0000000..f8f5696 --- /dev/null +++ b/tests/load/git-cache/repositories.manifest @@ -0,0 +1,7 @@ +: 1 +location: ../libmisc.git##HEAD +type: git +role: prerequisite +fragment: 0f50af28d1cfb0c22f5b88e2bf674ab732e058d9 +: +summary: foo project repository |