diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-10-10 08:12:50 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-10-10 08:12:50 +0200 |
commit | 4e3faacbc3c27e1d01ca95697b34db82cdecdb9d (patch) | |
tree | 5144d4bddbb376318fcaf20dafa0c391ddce93b1 /tests/repository/1/fetch/libfoo-1.1.0 | |
parent | 803acc23f8cea3079681e9e624702e104adfd775 (diff) |
Implement --replace|-r mode for pkg-fetch
Diffstat (limited to 'tests/repository/1/fetch/libfoo-1.1.0')
-rw-r--r-- | tests/repository/1/fetch/libfoo-1.1.0/build/bootstrap.build | 2 | ||||
-rw-r--r-- | tests/repository/1/fetch/libfoo-1.1.0/buildfile | 1 | ||||
-rw-r--r-- | tests/repository/1/fetch/libfoo-1.1.0/manifest | 7 |
3 files changed, 10 insertions, 0 deletions
diff --git a/tests/repository/1/fetch/libfoo-1.1.0/build/bootstrap.build b/tests/repository/1/fetch/libfoo-1.1.0/build/bootstrap.build new file mode 100644 index 0000000..54f267e --- /dev/null +++ b/tests/repository/1/fetch/libfoo-1.1.0/build/bootstrap.build @@ -0,0 +1,2 @@ +project = fetch-libfoo +using config diff --git a/tests/repository/1/fetch/libfoo-1.1.0/buildfile b/tests/repository/1/fetch/libfoo-1.1.0/buildfile new file mode 100644 index 0000000..b3ec74f --- /dev/null +++ b/tests/repository/1/fetch/libfoo-1.1.0/buildfile @@ -0,0 +1 @@ +.: diff --git a/tests/repository/1/fetch/libfoo-1.1.0/manifest b/tests/repository/1/fetch/libfoo-1.1.0/manifest new file mode 100644 index 0000000..3453757 --- /dev/null +++ b/tests/repository/1/fetch/libfoo-1.1.0/manifest @@ -0,0 +1,7 @@ +: 1 +name: libfoo +version: 1.1.0 +summary: libfoo +license: MIT +url: http://example.org +email: pkg@example.org |