Skip to content

Commit

Permalink
depext: dry run & fake handling on package status retrieving
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbou committed Dec 18, 2019
1 parent d8d19ff commit 9957238
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/state/opamSysInteract.ml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ let packages_status packages =
in
(* keep tracking installed ones ?? *)
let _installed, available, not_found =
if OpamStateConfig.(!r.dryrun) then OpamSysPkg.Set.(empty, empty, empty) else
match spv OpamSysPoll.os_family with
| "alpine" ->
let lines =
Expand Down

0 comments on commit 9957238

Please sign in to comment.