Commit f334579
Add '--noplugins' tsflag config value
This flag allows the user to disable running of rpm plugins (separately
from libdnf5 plugins), and could help with testing and work around some
troubles installing packages in more complicated build environments.
This is to match adding this option in dnf#2299. I've also removed
documentation that was copied from dnf which didn't seem to be relevant
since this seems to be always compiled against newer librpm which will
have these symbols present.
Parsing of options has had to move because this option affects the
behaviour of rpmtsSetupTransactionPlugins which is called by rpmtsAdd*
functions via rpm_transaction.fill.1 parent c3c2b64 commit f334579
2 files changed
Lines changed: 15 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
594 | 594 | | |
595 | 595 | | |
596 | 596 | | |
| 597 | + | |
597 | 598 | | |
598 | 599 | | |
599 | 600 | | |
| |||
603 | 604 | | |
604 | 605 | | |
605 | 606 | | |
606 | | - | |
607 | | - | |
| 607 | + | |
608 | 608 | | |
609 | 609 | | |
610 | 610 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
| |||
947 | 948 | | |
948 | 949 | | |
949 | 950 | | |
950 | | - | |
951 | 951 | | |
952 | | - | |
953 | | - | |
954 | | - | |
955 | | - | |
956 | | - | |
957 | | - | |
958 | | - | |
959 | 952 | | |
960 | 953 | | |
961 | 954 | | |
| |||
978 | 971 | | |
979 | 972 | | |
980 | 973 | | |
| 974 | + | |
| 975 | + | |
| 976 | + | |
| 977 | + | |
| 978 | + | |
| 979 | + | |
| 980 | + | |
| 981 | + | |
| 982 | + | |
| 983 | + | |
| 984 | + | |
| 985 | + | |
981 | 986 | | |
982 | 987 | | |
983 | 988 | | |
| |||
0 commit comments