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 /repositories.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 'repositories.manifest')
-rw-r--r-- | repositories.manifest | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/repositories.manifest b/repositories.manifest index f6ba123..dccde57 100644 --- a/repositories.manifest +++ b/repositories.manifest @@ -19,6 +19,10 @@ location: ../libbutl.bash.git##HEAD : role: prerequisite +location: ../bpkg-rep.git##HEAD + +: +role: prerequisite location: https://git.build2.org/packaging/libapr/libapr1.git##HEAD : |