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/external | |
parent | a9794390ebadc4c25a8ec7958823c7d6a9c4b206 (diff) |
Reflect separating repository manifests into repositories file
Diffstat (limited to 'tests/loader/external')
-rw-r--r-- | tests/loader/external/1/misc/packages | 11 | ||||
-rw-r--r-- | tests/loader/external/1/misc/repositories | 11 |
2 files changed, 11 insertions, 11 deletions
diff --git a/tests/loader/external/1/misc/packages b/tests/loader/external/1/misc/packages index d60d7fe..de96771 100644 --- a/tests/loader/external/1/misc/packages +++ b/tests/loader/external/1/misc/packages @@ -1,15 +1,4 @@ : 1 -# Foreign repository manifest. -# -location: http://pkg.example.org/1/misc -: -# Foreign repository manifest. -# -location: http://pkg.example.org/1/math -: -# Local repository manifest (this repository). -# -: name: libbar version: 2.3.5 priority: security; Very important to install. diff --git a/tests/loader/external/1/misc/repositories b/tests/loader/external/1/misc/repositories new file mode 100644 index 0000000..5128606 --- /dev/null +++ b/tests/loader/external/1/misc/repositories @@ -0,0 +1,11 @@ +: 1 +# Foreign repository manifest. +# +location: http://pkg.example.org/1/misc +: +# Foreign repository manifest. +# +location: http://pkg.example.org/1/math +: +# Local repository manifest (this repository). +# |