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-fetch/no-cycle/extra/repositories | 1 - tests/rep-fetch/no-cycle/extra/repositories.manifest | 1 + tests/rep-fetch/no-cycle/math/repositories | 1 - tests/rep-fetch/no-cycle/math/repositories.manifest | 1 + tests/rep-fetch/no-cycle/stable/repositories | 3 --- tests/rep-fetch/no-cycle/stable/repositories.manifest | 3 +++ 6 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 tests/rep-fetch/no-cycle/extra/repositories create mode 100644 tests/rep-fetch/no-cycle/extra/repositories.manifest delete mode 100644 tests/rep-fetch/no-cycle/math/repositories create mode 100644 tests/rep-fetch/no-cycle/math/repositories.manifest delete mode 100644 tests/rep-fetch/no-cycle/stable/repositories create mode 100644 tests/rep-fetch/no-cycle/stable/repositories.manifest (limited to 'tests/rep-fetch') diff --git a/tests/rep-fetch/no-cycle/extra/repositories b/tests/rep-fetch/no-cycle/extra/repositories deleted file mode 100644 index 5b70556..0000000 --- a/tests/rep-fetch/no-cycle/extra/repositories +++ /dev/null @@ -1 +0,0 @@ -: 1 diff --git a/tests/rep-fetch/no-cycle/extra/repositories.manifest b/tests/rep-fetch/no-cycle/extra/repositories.manifest new file mode 100644 index 0000000..5b70556 --- /dev/null +++ b/tests/rep-fetch/no-cycle/extra/repositories.manifest @@ -0,0 +1 @@ +: 1 diff --git a/tests/rep-fetch/no-cycle/math/repositories b/tests/rep-fetch/no-cycle/math/repositories deleted file mode 100644 index 5b70556..0000000 --- a/tests/rep-fetch/no-cycle/math/repositories +++ /dev/null @@ -1 +0,0 @@ -: 1 diff --git a/tests/rep-fetch/no-cycle/math/repositories.manifest b/tests/rep-fetch/no-cycle/math/repositories.manifest new file mode 100644 index 0000000..5b70556 --- /dev/null +++ b/tests/rep-fetch/no-cycle/math/repositories.manifest @@ -0,0 +1 @@ +: 1 diff --git a/tests/rep-fetch/no-cycle/stable/repositories b/tests/rep-fetch/no-cycle/stable/repositories deleted file mode 100644 index 14d6ce0..0000000 --- a/tests/rep-fetch/no-cycle/stable/repositories +++ /dev/null @@ -1,3 +0,0 @@ -: 1 -location: ../extra -: diff --git a/tests/rep-fetch/no-cycle/stable/repositories.manifest b/tests/rep-fetch/no-cycle/stable/repositories.manifest new file mode 100644 index 0000000..14d6ce0 --- /dev/null +++ b/tests/rep-fetch/no-cycle/stable/repositories.manifest @@ -0,0 +1,3 @@ +: 1 +location: ../extra +: -- cgit v1.1