xbps/bin/xbps-install
Juan RP 7d8247ae56
Multiple changes to pkgs on hold mode.
- Added transaction stats for pkgs on hold.

- Always add packages on hold to the transaction dictionary,
  its type will be set to XBPS_TRANS_HOLD.

- Changed xbps_transaction_update_pkg() to have a new "force"
  bool argument to force an update with a pkg on hold.

- As discussed in #274 with @Duncaen the only way to update a
  pkg on hold is by using `-f`, i.e `xbps-install -f foo`.

Closes #265
Closes #274
2020-04-23 06:03:56 +02:00
..
defs.h Multiple changes to pkgs on hold mode. 2020-04-23 06:03:56 +02:00
fetch_cb.c xbps-install: show overall download progress 2020-02-19 00:28:40 +01:00
main.c Multiple changes to pkgs on hold mode. 2020-04-23 06:03:56 +02:00
Makefile bin/xbps-install: remove duplicate from Makefile 2019-03-22 19:14:08 +01:00
question.c xbps-install: make question() read the whole input line 2019-06-07 19:38:51 +02:00
state_cb.c xbps_transaction_*: multiple performance improvements (v2). 2020-02-21 09:37:32 +01:00
transaction.c Multiple changes to pkgs on hold mode. 2020-04-23 06:03:56 +02:00
util.c Multiple changes to pkgs on hold mode. 2020-04-23 06:03:56 +02:00
xbps-install.1 Multiple changes to pkgs on hold mode. 2020-04-23 06:03:56 +02:00