From 22e35bf80cea95dc1edce22e729199f61a6fedcd Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 5 Mar 2018 16:49:24 +0300 Subject: Add .manifest extension to repositories, packages and signature files --- tests/rep-list/extra/repositories | 3 --- tests/rep-list/extra/repositories.manifest | 3 +++ tests/rep-list/math/repositories | 3 --- tests/rep-list/math/repositories.manifest | 3 +++ tests/rep-list/stable/repositories | 3 --- tests/rep-list/stable/repositories.manifest | 3 +++ tests/rep-list/testing/repositories | 6 ------ tests/rep-list/testing/repositories.manifest | 6 ++++++ 8 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 tests/rep-list/extra/repositories create mode 100644 tests/rep-list/extra/repositories.manifest delete mode 100644 tests/rep-list/math/repositories create mode 100644 tests/rep-list/math/repositories.manifest delete mode 100644 tests/rep-list/stable/repositories create mode 100644 tests/rep-list/stable/repositories.manifest delete mode 100644 tests/rep-list/testing/repositories create mode 100644 tests/rep-list/testing/repositories.manifest (limited to 'tests/rep-list') diff --git a/tests/rep-list/extra/repositories b/tests/rep-list/extra/repositories deleted file mode 100644 index ecaa454..0000000 --- a/tests/rep-list/extra/repositories +++ /dev/null @@ -1,3 +0,0 @@ -: 1 -location: ../stable -: diff --git a/tests/rep-list/extra/repositories.manifest b/tests/rep-list/extra/repositories.manifest new file mode 100644 index 0000000..ecaa454 --- /dev/null +++ b/tests/rep-list/extra/repositories.manifest @@ -0,0 +1,3 @@ +: 1 +location: ../stable +: diff --git a/tests/rep-list/math/repositories b/tests/rep-list/math/repositories deleted file mode 100644 index 14d6ce0..0000000 --- a/tests/rep-list/math/repositories +++ /dev/null @@ -1,3 +0,0 @@ -: 1 -location: ../extra -: diff --git a/tests/rep-list/math/repositories.manifest b/tests/rep-list/math/repositories.manifest new file mode 100644 index 0000000..14d6ce0 --- /dev/null +++ b/tests/rep-list/math/repositories.manifest @@ -0,0 +1,3 @@ +: 1 +location: ../extra +: diff --git a/tests/rep-list/stable/repositories b/tests/rep-list/stable/repositories deleted file mode 100644 index b49d922..0000000 --- a/tests/rep-list/stable/repositories +++ /dev/null @@ -1,3 +0,0 @@ -: 1 -location: ../math -: diff --git a/tests/rep-list/stable/repositories.manifest b/tests/rep-list/stable/repositories.manifest new file mode 100644 index 0000000..b49d922 --- /dev/null +++ b/tests/rep-list/stable/repositories.manifest @@ -0,0 +1,3 @@ +: 1 +location: ../math +: diff --git a/tests/rep-list/testing/repositories b/tests/rep-list/testing/repositories deleted file mode 100644 index 7bd7269..0000000 --- a/tests/rep-list/testing/repositories +++ /dev/null @@ -1,6 +0,0 @@ -: 1 -location: ../stable -role: complement -: -location: ../extra -: diff --git a/tests/rep-list/testing/repositories.manifest b/tests/rep-list/testing/repositories.manifest new file mode 100644 index 0000000..7bd7269 --- /dev/null +++ b/tests/rep-list/testing/repositories.manifest @@ -0,0 +1,6 @@ +: 1 +location: ../stable +role: complement +: +location: ../extra +: -- cgit v1.1