diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-09 21:11:28 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-11 13:13:02 +0200 |
commit | a90ce0f4ff27c6994fe3e7827baaebf4e510cffb (patch) | |
tree | 6ae1e24003a7f08b3e519acbaeb8c529dc7a2ac8 /tests/loader/internal/1/stable | |
parent | a9794390ebadc4c25a8ec7958823c7d6a9c4b206 (diff) |
Reflect separating repository manifests into repositories file
Diffstat (limited to 'tests/loader/internal/1/stable')
-rw-r--r-- | tests/loader/internal/1/stable/packages | 11 | ||||
-rw-r--r-- | tests/loader/internal/1/stable/repositories | 11 |
2 files changed, 11 insertions, 11 deletions
diff --git a/tests/loader/internal/1/stable/packages b/tests/loader/internal/1/stable/packages index a1aa839..59898c1 100644 --- a/tests/loader/internal/1/stable/packages +++ b/tests/loader/internal/1/stable/packages @@ -1,15 +1,4 @@ : 1 -# Foreign repository manifest. -# -location: http://pkg.cppget.org/1/math -: -# Foreign repository manifest. -# -location: ../../../external/1/misc -: -# Local repository manifest (this repository). -# -: name: libfoo version: 1.2.3-4 summary: The Foo library diff --git a/tests/loader/internal/1/stable/repositories b/tests/loader/internal/1/stable/repositories new file mode 100644 index 0000000..4c12e72 --- /dev/null +++ b/tests/loader/internal/1/stable/repositories @@ -0,0 +1,11 @@ +: 1 +# Foreign repository manifest. +# +location: http://pkg.cppget.org/1/math +: +# Foreign repository manifest. +# +location: ../../../external/1/misc +: +# Local repository manifest (this repository). +# |