diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-09-21 17:52:52 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-09-24 19:28:18 +0300 |
commit | 8c3da8abdb16ecad007dc60068deb90e151737ea (patch) | |
tree | db69db08961a042dcac9e21d84b7f2c8fe4ba8bc /manifest | |
parent | 880f96e9325646dc792e1c4e37879f3810b9e8f1 (diff) |
Fix submission handler issues arising due to package archive name ambiguity
Now we take into account the fact that the foo-bar-1.0.tar.gz archive may
contain either foo-bar/1.0 or foo/bar-1.0 package.
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,3 +33,4 @@ depends: libbutl [0.14.0-a.0.1 0.14.0-a.1) depends: libbpkg [0.14.0-a.0.1 0.14.0-a.1) depends: libbbot [0.14.0-a.0.1 0.14.0-a.1) depends: libbutl.bash [0.14.0-a.0.1 0.14.0-a.1) +depends: bpkg-rep [0.14.0-a.0.1 0.14.0-a.1) |