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. --- brep/handler/buildfile | 1 + 1 file changed, 1 insertion(+) (limited to 'brep/handler/buildfile') diff --git a/brep/handler/buildfile b/brep/handler/buildfile index b351ca3..00c072e 100644 --- a/brep/handler/buildfile +++ b/brep/handler/buildfile @@ -3,6 +3,7 @@ import mods = libbutl.bash%bash{manifest-parser} import mods += libbutl.bash%bash{manifest-serializer} +import mods += bpkg-rep%bash{package-archive} ./: bash{handler} submit/ ci/ -- cgit v1.1