From 8c3da8abdb16ecad007dc60068deb90e151737ea Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 21 Sep 2020 17:52:52 +0300 Subject: 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. --- repositories.manifest | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'repositories.manifest') 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 : -- cgit v1.1