diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-29 11:29:50 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-29 11:29:50 +0200 |
commit | f5adc6c0ee7965abcad4cc73d0f36d1ed3cba3cc (patch) | |
tree | 209d8b593efc5cf525ae96f6bf69b356cdba9766 /tests/repository | |
parent | bbc1acd6e9e086c5bcfccac971c8ca4edd192765 (diff) |
Complete pkg-status, rework object model
Diffstat (limited to 'tests/repository')
-rw-r--r-- | tests/repository/1/status/extra/libbar-1.1.0-1.tar.gz | bin | 0 -> 242 bytes | |||
-rw-r--r-- | tests/repository/1/status/extra/repositories | 3 | ||||
-rw-r--r-- | tests/repository/1/status/stable/libbar-1.0.0.tar.gz | bin | 0 -> 241 bytes | |||
-rw-r--r-- | tests/repository/1/status/stable/libfoo-1.0.0.tar.gz | bin | 0 -> 240 bytes | |||
-rw-r--r-- | tests/repository/1/status/stable/repositories | 1 | ||||
-rw-r--r-- | tests/repository/1/status/testing/libbar-1.0.0-1.tar.gz | bin | 0 -> 244 bytes | |||
-rw-r--r-- | tests/repository/1/status/testing/libbar-1.1.0.tar.gz | bin | 0 -> 242 bytes | |||
-rw-r--r-- | tests/repository/1/status/testing/repositories | 6 | ||||
-rw-r--r-- | tests/repository/1/status/unstable/libbar-2.0.0.tar.gz | bin | 0 -> 245 bytes | |||
-rw-r--r-- | tests/repository/1/status/unstable/repositories | 4 |
10 files changed, 14 insertions, 0 deletions
diff --git a/tests/repository/1/status/extra/libbar-1.1.0-1.tar.gz b/tests/repository/1/status/extra/libbar-1.1.0-1.tar.gz Binary files differnew file mode 100644 index 0000000..09ffc97 --- /dev/null +++ b/tests/repository/1/status/extra/libbar-1.1.0-1.tar.gz diff --git a/tests/repository/1/status/extra/repositories b/tests/repository/1/status/extra/repositories new file mode 100644 index 0000000..ecaa454 --- /dev/null +++ b/tests/repository/1/status/extra/repositories @@ -0,0 +1,3 @@ +: 1 +location: ../stable +: diff --git a/tests/repository/1/status/stable/libbar-1.0.0.tar.gz b/tests/repository/1/status/stable/libbar-1.0.0.tar.gz Binary files differnew file mode 100644 index 0000000..97e6e32 --- /dev/null +++ b/tests/repository/1/status/stable/libbar-1.0.0.tar.gz diff --git a/tests/repository/1/status/stable/libfoo-1.0.0.tar.gz b/tests/repository/1/status/stable/libfoo-1.0.0.tar.gz Binary files differnew file mode 100644 index 0000000..5e7fa17 --- /dev/null +++ b/tests/repository/1/status/stable/libfoo-1.0.0.tar.gz diff --git a/tests/repository/1/status/stable/repositories b/tests/repository/1/status/stable/repositories new file mode 100644 index 0000000..5b70556 --- /dev/null +++ b/tests/repository/1/status/stable/repositories @@ -0,0 +1 @@ +: 1 diff --git a/tests/repository/1/status/testing/libbar-1.0.0-1.tar.gz b/tests/repository/1/status/testing/libbar-1.0.0-1.tar.gz Binary files differnew file mode 100644 index 0000000..e8a54ca --- /dev/null +++ b/tests/repository/1/status/testing/libbar-1.0.0-1.tar.gz diff --git a/tests/repository/1/status/testing/libbar-1.1.0.tar.gz b/tests/repository/1/status/testing/libbar-1.1.0.tar.gz Binary files differnew file mode 100644 index 0000000..b01ac44 --- /dev/null +++ b/tests/repository/1/status/testing/libbar-1.1.0.tar.gz diff --git a/tests/repository/1/status/testing/repositories b/tests/repository/1/status/testing/repositories new file mode 100644 index 0000000..7bd7269 --- /dev/null +++ b/tests/repository/1/status/testing/repositories @@ -0,0 +1,6 @@ +: 1 +location: ../stable +role: complement +: +location: ../extra +: diff --git a/tests/repository/1/status/unstable/libbar-2.0.0.tar.gz b/tests/repository/1/status/unstable/libbar-2.0.0.tar.gz Binary files differnew file mode 100644 index 0000000..6cc5890 --- /dev/null +++ b/tests/repository/1/status/unstable/libbar-2.0.0.tar.gz diff --git a/tests/repository/1/status/unstable/repositories b/tests/repository/1/status/unstable/repositories new file mode 100644 index 0000000..8f4a5f6 --- /dev/null +++ b/tests/repository/1/status/unstable/repositories @@ -0,0 +1,4 @@ +: 1 +location: ../testing +role: complement +: |