From 4fcd32b536f3d29755b1fecc7e3f06be64f996ca Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 24 Feb 2018 18:21:39 +0300 Subject: Add support for rep-list and rep-remove, update rep-add --- tests/rep-list/extra/libbar-1.1.0+1.tar.gz | Bin 0 -> 243 bytes tests/rep-list/extra/repositories | 3 +++ tests/rep-list/git/libbar.tar | 1 + tests/rep-list/git/style-basic.tar | 1 + tests/rep-list/math/libbar-1.0.0.tar.gz | Bin 0 -> 241 bytes tests/rep-list/math/repositories | 3 +++ tests/rep-list/stable/libfoo-1.0.0.tar.gz | Bin 0 -> 240 bytes tests/rep-list/stable/repositories | 3 +++ tests/rep-list/testing/libbar-2.0.0.tar.gz | Bin 0 -> 245 bytes tests/rep-list/testing/repositories | 6 ++++++ 10 files changed, 17 insertions(+) create mode 100644 tests/rep-list/extra/libbar-1.1.0+1.tar.gz create mode 100644 tests/rep-list/extra/repositories create mode 120000 tests/rep-list/git/libbar.tar create mode 120000 tests/rep-list/git/style-basic.tar create mode 100644 tests/rep-list/math/libbar-1.0.0.tar.gz create mode 100644 tests/rep-list/math/repositories create mode 100644 tests/rep-list/stable/libfoo-1.0.0.tar.gz create mode 100644 tests/rep-list/stable/repositories create mode 100644 tests/rep-list/testing/libbar-2.0.0.tar.gz create mode 100644 tests/rep-list/testing/repositories (limited to 'tests/rep-list') diff --git a/tests/rep-list/extra/libbar-1.1.0+1.tar.gz b/tests/rep-list/extra/libbar-1.1.0+1.tar.gz new file mode 100644 index 0000000..890e9e2 Binary files /dev/null and b/tests/rep-list/extra/libbar-1.1.0+1.tar.gz differ diff --git a/tests/rep-list/extra/repositories b/tests/rep-list/extra/repositories new file mode 100644 index 0000000..ecaa454 --- /dev/null +++ b/tests/rep-list/extra/repositories @@ -0,0 +1,3 @@ +: 1 +location: ../stable +: diff --git a/tests/rep-list/git/libbar.tar b/tests/rep-list/git/libbar.tar new file mode 120000 index 0000000..67ccdb1 --- /dev/null +++ b/tests/rep-list/git/libbar.tar @@ -0,0 +1 @@ +../../common/git/state0/libbar.tar \ No newline at end of file diff --git a/tests/rep-list/git/style-basic.tar b/tests/rep-list/git/style-basic.tar new file mode 120000 index 0000000..2833f83 --- /dev/null +++ b/tests/rep-list/git/style-basic.tar @@ -0,0 +1 @@ +../../common/git/state0/style-basic.tar \ No newline at end of file diff --git a/tests/rep-list/math/libbar-1.0.0.tar.gz b/tests/rep-list/math/libbar-1.0.0.tar.gz new file mode 100644 index 0000000..97e6e32 Binary files /dev/null and b/tests/rep-list/math/libbar-1.0.0.tar.gz differ diff --git a/tests/rep-list/math/repositories b/tests/rep-list/math/repositories new file mode 100644 index 0000000..14d6ce0 --- /dev/null +++ b/tests/rep-list/math/repositories @@ -0,0 +1,3 @@ +: 1 +location: ../extra +: diff --git a/tests/rep-list/stable/libfoo-1.0.0.tar.gz b/tests/rep-list/stable/libfoo-1.0.0.tar.gz new file mode 100644 index 0000000..5e7fa17 Binary files /dev/null and b/tests/rep-list/stable/libfoo-1.0.0.tar.gz differ diff --git a/tests/rep-list/stable/repositories b/tests/rep-list/stable/repositories new file mode 100644 index 0000000..b49d922 --- /dev/null +++ b/tests/rep-list/stable/repositories @@ -0,0 +1,3 @@ +: 1 +location: ../math +: diff --git a/tests/rep-list/testing/libbar-2.0.0.tar.gz b/tests/rep-list/testing/libbar-2.0.0.tar.gz new file mode 100644 index 0000000..6cc5890 Binary files /dev/null and b/tests/rep-list/testing/libbar-2.0.0.tar.gz differ diff --git a/tests/rep-list/testing/repositories b/tests/rep-list/testing/repositories new file mode 100644 index 0000000..7bd7269 --- /dev/null +++ b/tests/rep-list/testing/repositories @@ -0,0 +1,6 @@ +: 1 +location: ../stable +role: complement +: +location: ../extra +: -- cgit v1.1