diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-01-16 12:21:37 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-01-16 12:21:37 +0200 |
commit | 25616b791461608b082291dda431d8247fe8fb21 (patch) | |
tree | af54231bc50a628aa3aefb33f8c9b8cd3bf30f38 /tests | |
parent | ce76d4774a9e9d6b6c57d2c21f45f289eedccd56 (diff) |
Factor out bpkg repository fetching code used in rep-fetch and rep-info
Note that now rep-info in the manifest mode does not dump any of the
repository type-specific information.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/rep-create.test | 6 | ||||
-rw-r--r-- | tests/rep-info.test | 2 |
2 files changed, 0 insertions, 8 deletions
diff --git a/tests/rep-create.test b/tests/rep-create.test index 01ab7f8..b64c518 100644 --- a/tests/rep-create.test +++ b/tests/rep-create.test @@ -34,8 +34,6 @@ $rep_info -p -m 1/stable/ >>EOO : 1 - sha256sum: 6cac7ffa1f02f90776fc89bcacf38604ba0eddf176f2314c75dc9bf1b10a8b32 - : name: foo version: 1 summary: The "Foo" utility @@ -62,8 +60,6 @@ $rep_info -p -m 1/stable/ >>EOO : 1 - sha256sum: 6cac7ffa1f02f90776fc89bcacf38604ba0eddf176f2314c75dc9bf1b10a8b32 - : name: foo version: 1 summary: The "Foo" utility @@ -106,8 +102,6 @@ $rep_info --cert-fingerprint -p -m 1/stable/ >>~"%EOO%" $cert_fp : 1 - %sha256sum: .+% - : name: foo version: 1 summary: The "Foo" utility diff --git a/tests/rep-info.test b/tests/rep-info.test index f9791b0..fbe7c0a 100644 --- a/tests/rep-info.test +++ b/tests/rep-info.test @@ -81,8 +81,6 @@ $* --name $rep/testing >"bpkg:build2.org/rep-info/testing ($rep/testing)" : $* --packages --manifest $rep/testing >>EOO : 1 - sha256sum: 7cdc5965cf41742a7feb1c4b73f1438f35e6a6ed7e4e6b30d9fba36c26baca04 - : name: foo version: 1 summary: The "Foo" utility |