aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-fetch.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-10-21 09:28:52 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-10-21 09:28:52 +0200
commit6fed384f9bdc86fa9bb13d87753d14a886f4f87e (patch)
tree67c10caec6871102551c74956dd9346fa80f234d /bpkg/pkg-fetch.cxx
parent108c54f8ae62453a76d05e31ad477efd3559e65a (diff)
Add support for held packages, package versions
Diffstat (limited to 'bpkg/pkg-fetch.cxx')
-rw-r--r--bpkg/pkg-fetch.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/bpkg/pkg-fetch.cxx b/bpkg/pkg-fetch.cxx
index d2b0674..9a2e84c 100644
--- a/bpkg/pkg-fetch.cxx
+++ b/bpkg/pkg-fetch.cxx
@@ -73,6 +73,8 @@ namespace bpkg
move (n),
move (v),
package_state::fetched,
+ false, // hold package
+ false, // hold version
move (rl),
move (a),
purge,