Roey Darwish Dror
f39899c3ff
Allow running NPM as sudo ( fix #690 ) ( #723 )
...
* Allow running NPM as sudo (fix #690 )
* asd
* fix
2021-06-09 10:52:48 +03:00
Kevin K
2bed7edaba
makes rpm-ostree configurable ( #712 )
...
This commit makes it possible to *not* to use `rpm-ostree` even on
systems where it is detected.
This commit is fully backwards compatible with previous releases, and
without changing the config file all previous behaviors are the exact
same.
This commit adds the `rpm_ostree` field in the `[linux]` table of the
configuration, and defaults to `true`. This means Topgrade will first
check if `/usr/bin/rpm-ostree` exists, and only if so then check if the
user does not want to use `rpm-ostree` via the configuration. If the
user *does not* want to use `rpm-ostree`, then normal operation
continues checking for DNF or YUM.
This makes it possible for people where `rpm-ostree` is installed, but
where the system is not an `ostree` based distribtuion. This happens
when people are using things like `osbuild-composer` to build images,
or Cockpit with the Compose feature enabled (which uses
`osbuild-composer` internally).
An alternative to this commit would be to make the config field a
negative such as `no_rpm_ostree`, however that goes against the norm in
other fields.
Closes #710
2021-05-13 21:57:29 +03:00
Marcelo dos Santos Mafra
9cbe6219af
Typo correction in config.example.toml file ( #591 )
2020-12-26 21:10:41 +02:00
Roey Darwish Dror
a519bc5475
Enable distro-sync in Fedora ( fix #587 ) ( #590 )
2020-12-26 09:17:54 +02:00
Roey Darwish Dror
cdbcd7be7a
No more commenting out sections in the example
2020-12-26 06:59:56 +02:00
Roey Darwish Dror
621c23c8f8
Bump
2020-08-23 09:15:36 +03:00
Alex Hamilton
806741b6fa
Fix remote_topgrade_path example value ( #486 )
...
The `remote_topgrade_path` expects a string, not an array.
2020-07-29 20:51:12 +03:00
Alex Hamilton
69b9c4b24c
Add remote_topgrade_path configuration option
2020-07-10 10:45:15 +03:00
John Karahalis
1728e3550f
Remove superfluous space in config.example.toml ( #465 )
...
Small fix. Removes a space between the comment character and the
predefined_repos option to create consistency with other options.
2020-07-08 09:47:51 +03:00
Roey Darwish Dror
5c7f04c2cf
Add ability to ignore certain failures ( #461 )
2020-07-02 11:15:56 +03:00
Roey Darwish Dror
3f80bee53a
Self rename in Windows ( fix #458 ) ( #460 )
2020-07-01 21:03:19 +03:00
Roey Darwish Dror
124b3f2506
Document assume_yes ( fix #449 )
2020-06-25 08:25:35 +03:00
Roey Darwish Dror
f386a36754
Comment out example portage flags
2020-06-21 19:54:44 +03:00
Roey Darwish Dror
4a4e779621
Add configuration flags for portage arguments ( #436 )
2020-06-19 10:34:45 +03:00
Roey Darwish Dror
9d7403a256
Deprecated configuration variables
2020-06-07 07:11:44 +03:00
Roey Darwish Dror
612d74840e
Git concurrency limit ( #420 )
2020-06-06 17:34:27 +03:00
Roey Darwish Dror
98657edb60
Allow tlmgr to run in Linux ( fix #406 )
2020-06-03 22:12:27 +03:00
Roey Darwish Dror
3e08fda765
Add Trizen support ( fix #271 ) ( #409 )
2020-05-15 21:10:01 +03:00
Roey Darwish Dror
819447dcdf
Dnf arguments ( fix #314 ) ( #405 )
2020-05-14 09:22:14 +03:00
Roey Darwish Dror
5060451066
Add a configuration variable for greedy cask ( fix #401 )
2020-05-12 09:07:54 +03:00
Roey Darwish Dror
ce7af763bb
Add an option for self-updating composer ( fix #318 ) ( #346 )
2020-03-08 21:38:25 +02:00
Roey Darwish Dror
8c12707693
Add a flag to control Windows update acceptance policy ( fix #310 )
2020-01-30 20:43:39 +02:00
Roey Darwish Dror
4f7f6281d7
Add a flag to disable the predefined git repositories ( fix #305 )
2020-01-28 21:04:59 +02:00
Roey Darwish Dror
8ce55f4c31
Add support for passing arguments to tmux ( fix #236 ) ( #250 )
2019-11-06 07:27:01 +02:00
Idan Katz
0e07d804cc
Handle gracefully config path not existing ( Fixes #238 ) ( #239 )
2019-10-20 14:11:57 +03:00
Idan Katz
43f0b75397
Allow most command-line options to be configured in config file… ( #237 )
2019-10-10 11:25:59 +03:00
Idan Katz
11694247c1
Support yay arguments in config file ( Closes #220 ) ( #233 )
2019-10-03 08:12:43 +03:00
Roey Darwish Dror
78cfffb73b
Add a flag to control setting the terimnal title ( fix #194 )
2019-09-05 20:52:51 +03:00
Roey Darwish Dror
c3a979caec
Add a configuration variable to control git arguments ( fix #193 )
2019-09-04 21:31:23 +03:00
Roey Darwish Dror
8c00f1f247
Add ssh_arguments to the example configuration
2019-09-04 21:12:18 +03:00
Roey Darwish Dror
be8b726846
Generate example configuration ( fix #198 )
2019-08-22 22:08:28 +03:00