From a791b1ce0fa2bc9859474fb6f7a9c0ff8cbd1d4a Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 22 Feb 2017 00:58:53 +0300 Subject: Port test.sh to testscript --- tests/common/bar/stable/libbar-1.0.0.tar.gz | Bin 0 -> 957 bytes tests/common/bar/stable/repositories | 6 ++++++ tests/common/bar/testing/libbar-1.1.0.tar.gz | Bin 0 -> 959 bytes tests/common/bar/testing/repositories | 8 ++++++++ tests/common/bar/unstable/libbar-1.1.1.tar.gz | Bin 0 -> 1189 bytes tests/common/bar/unstable/repositories | 8 ++++++++ 6 files changed, 22 insertions(+) create mode 100644 tests/common/bar/stable/libbar-1.0.0.tar.gz create mode 100644 tests/common/bar/stable/repositories create mode 100644 tests/common/bar/testing/libbar-1.1.0.tar.gz create mode 100644 tests/common/bar/testing/repositories create mode 100644 tests/common/bar/unstable/libbar-1.1.1.tar.gz create mode 100644 tests/common/bar/unstable/repositories (limited to 'tests/common/bar') diff --git a/tests/common/bar/stable/libbar-1.0.0.tar.gz b/tests/common/bar/stable/libbar-1.0.0.tar.gz new file mode 100644 index 0000000..d77c1ba Binary files /dev/null and b/tests/common/bar/stable/libbar-1.0.0.tar.gz differ diff --git a/tests/common/bar/stable/repositories b/tests/common/bar/stable/repositories new file mode 100644 index 0000000..b8ecc1f --- /dev/null +++ b/tests/common/bar/stable/repositories @@ -0,0 +1,6 @@ +# bar/stable +# +: 1 +location: ../../foo/stable +: + diff --git a/tests/common/bar/testing/libbar-1.1.0.tar.gz b/tests/common/bar/testing/libbar-1.1.0.tar.gz new file mode 100644 index 0000000..f081804 Binary files /dev/null and b/tests/common/bar/testing/libbar-1.1.0.tar.gz differ diff --git a/tests/common/bar/testing/repositories b/tests/common/bar/testing/repositories new file mode 100644 index 0000000..5ab8cba --- /dev/null +++ b/tests/common/bar/testing/repositories @@ -0,0 +1,8 @@ +# bar/testing +# +: 1 +location: ../../foo/testing +: +location: ../stable +role: complement +: diff --git a/tests/common/bar/unstable/libbar-1.1.1.tar.gz b/tests/common/bar/unstable/libbar-1.1.1.tar.gz new file mode 100644 index 0000000..a0fbdc3 Binary files /dev/null and b/tests/common/bar/unstable/libbar-1.1.1.tar.gz differ diff --git a/tests/common/bar/unstable/repositories b/tests/common/bar/unstable/repositories new file mode 100644 index 0000000..d4ddcf5 --- /dev/null +++ b/tests/common/bar/unstable/repositories @@ -0,0 +1,8 @@ +# bar/unstable +# +: 1 +location: ../../foo/testing +: +location: ../testing +role: complement +: -- cgit v1.1