aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-fetch.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-05-14 18:50:55 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-05-14 21:10:30 +0300
commit3271ee28840ff1ab905943649acbcea262cd9b2b (patch)
treeacdd475f31b2fa711ca2d90aa04d947e65bf4f37 /bpkg/rep-fetch.cxx
parentdcb8512ff90f75da37227e4d9bcc7c058a3b9ca6 (diff)
Fix rep-remove assertions
Diffstat (limited to 'bpkg/rep-fetch.cxx')
-rw-r--r--bpkg/rep-fetch.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/bpkg/rep-fetch.cxx b/bpkg/rep-fetch.cxx
index d02a064..fe25b86 100644
--- a/bpkg/rep-fetch.cxx
+++ b/bpkg/rep-fetch.cxx
@@ -1552,6 +1552,10 @@ namespace bpkg
}
}
+#ifndef NDEBUG
+ rep_remove_verify (db, t);
+#endif
+
// Make sure that the external packages are available from a single
// directory-based repository.
//