diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-10-12 12:18:49 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-10-12 12:18:49 +0200 |
commit | 21758878a3b902ba06aaf2945edc626b367f2dbd (patch) | |
tree | 64be065c27e88150efd180554ce879b65b120e6d /tests/repository/1/common/bar | |
parent | 384a3287548786990745c88a7da652a179a4731f (diff) |
Rework test script
Diffstat (limited to 'tests/repository/1/common/bar')
-rw-r--r-- | tests/repository/1/common/bar/stable/libbar-1.0.0.tar.gz | bin | 0 -> 957 bytes | |||
-rw-r--r-- | tests/repository/1/common/bar/stable/repositories | 6 | ||||
-rw-r--r-- | tests/repository/1/common/bar/testing/libbar-1.1.0.tar.gz | bin | 0 -> 959 bytes | |||
-rw-r--r-- | tests/repository/1/common/bar/testing/repositories | 8 | ||||
-rw-r--r-- | tests/repository/1/common/bar/unstable/libbar-1.1.1.tar.gz | bin | 0 -> 960 bytes | |||
-rw-r--r-- | tests/repository/1/common/bar/unstable/repositories | 8 |
6 files changed, 22 insertions, 0 deletions
diff --git a/tests/repository/1/common/bar/stable/libbar-1.0.0.tar.gz b/tests/repository/1/common/bar/stable/libbar-1.0.0.tar.gz Binary files differnew file mode 100644 index 0000000..d77c1ba --- /dev/null +++ b/tests/repository/1/common/bar/stable/libbar-1.0.0.tar.gz diff --git a/tests/repository/1/common/bar/stable/repositories b/tests/repository/1/common/bar/stable/repositories new file mode 100644 index 0000000..b8ecc1f --- /dev/null +++ b/tests/repository/1/common/bar/stable/repositories @@ -0,0 +1,6 @@ +# bar/stable +# +: 1 +location: ../../foo/stable +: + diff --git a/tests/repository/1/common/bar/testing/libbar-1.1.0.tar.gz b/tests/repository/1/common/bar/testing/libbar-1.1.0.tar.gz Binary files differnew file mode 100644 index 0000000..f081804 --- /dev/null +++ b/tests/repository/1/common/bar/testing/libbar-1.1.0.tar.gz diff --git a/tests/repository/1/common/bar/testing/repositories b/tests/repository/1/common/bar/testing/repositories new file mode 100644 index 0000000..5ab8cba --- /dev/null +++ b/tests/repository/1/common/bar/testing/repositories @@ -0,0 +1,8 @@ +# bar/testing +# +: 1 +location: ../../foo/testing +: +location: ../stable +role: complement +: diff --git a/tests/repository/1/common/bar/unstable/libbar-1.1.1.tar.gz b/tests/repository/1/common/bar/unstable/libbar-1.1.1.tar.gz Binary files differnew file mode 100644 index 0000000..889dc90 --- /dev/null +++ b/tests/repository/1/common/bar/unstable/libbar-1.1.1.tar.gz diff --git a/tests/repository/1/common/bar/unstable/repositories b/tests/repository/1/common/bar/unstable/repositories new file mode 100644 index 0000000..d4ddcf5 --- /dev/null +++ b/tests/repository/1/common/bar/unstable/repositories @@ -0,0 +1,8 @@ +# bar/unstable +# +: 1 +location: ../../foo/testing +: +location: ../testing +role: complement +: |