From 0af5fcda34e31a932d2aaa5502cf8127f677751a Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 25 Dec 2017 01:24:08 +0300 Subject: Adapt to repository location interface change --- libbbot/manifest.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libbbot/manifest.cxx b/libbbot/manifest.cxx index db33021..fe6f419 100644 --- a/libbbot/manifest.cxx +++ b/libbbot/manifest.cxx @@ -493,7 +493,10 @@ namespace bbot // Call remote/absolute repository location constructor (throws // invalid_argument for relative location). // - repository = repository_location (move (v)); + // @@ We probably need another name/value pair for the repository + // type, that should be filled by bbot controller. + // + repository = repository_location (move (v), repository_type::bpkg); } catch (const invalid_argument& e) { -- cgit v1.1