aboutsummaryrefslogtreecommitdiff
path: root/bbot
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-02-01 18:18:46 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-02-01 18:18:46 +0300
commit820df1888be8969fe13d45cef88af814aa4f1d73 (patch)
tree71668093d1c35bbcc03bb22b267f62b7d789251c /bbot
parent0e618b8ce70175e24c49b23310bbfa87d856ce5f (diff)
Adapt worker to added in bpkg support for system package manager
Diffstat (limited to 'bbot')
-rw-r--r--bbot/worker/worker.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bbot/worker/worker.cxx b/bbot/worker/worker.cxx
index 79aac43..d8f2ae4 100644
--- a/bbot/worker/worker.cxx
+++ b/bbot/worker/worker.cxx
@@ -3395,7 +3395,7 @@ build (size_t argc, const char* argv[])
pkg_args.push_back (t.dependency::string ());
}
- pkg_args.push_back ("?sys:" + pkg);
+ pkg_args.push_back ("?sys:" + pkg_rev);
// Finally, configure all the test packages.
//