From 780290277a51853b2e515b16898ca0fcfa1e9e71 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 26 Feb 2018 22:00:22 +0300 Subject: Update rep-fetch --- bpkg/pkg-build.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bpkg/pkg-build.cxx') diff --git a/bpkg/pkg-build.cxx b/bpkg/pkg-build.cxx index 384cb91..fc6ff26 100644 --- a/bpkg/pkg-build.cxx +++ b/bpkg/pkg-build.cxx @@ -618,7 +618,9 @@ namespace bpkg if (!ar->location.empty ()) dr << info << "repository " << ar->location << " appears to " - << "be broken"; + << "be broken" << + info << "or the repository state could be stale" << + info << "run 'bpkg rep-fetch' to update"; } // If all that's available is a stub then we need to make sure the -- cgit v1.1