Upstream trizen conf update
This commit is contained in:
parent
25206bbd51
commit
39945f660c
1 changed files with 0 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
|
|
||||||
# trizen configuration file
|
# trizen configuration file
|
||||||
# Updated on Fri Jun 14 15:27:03 2019
|
|
||||||
|
|
||||||
our $CONFIG = {
|
our $CONFIG = {
|
||||||
ask_for_retry => 1, # bool -- When `makepkg` fails to build a package, offer the option for trying again.
|
ask_for_retry => 1, # bool -- When `makepkg` fails to build a package, offer the option for trying again.
|
||||||
|
@ -16,7 +15,6 @@ our $CONFIG = {
|
||||||
debug => 0, # bool -- Verbose mode.
|
debug => 0, # bool -- Verbose mode.
|
||||||
flip_indices => 0, # bool -- In search+install mode, show the indices of packages in reverse order.
|
flip_indices => 0, # bool -- In search+install mode, show the indices of packages in reverse order.
|
||||||
flip_results => 0, # bool -- Show the search results in reverse order.
|
flip_results => 0, # bool -- Show the search results in reverse order.
|
||||||
force => 0, # bool -- Pass the `--force` flag to `pacman`.
|
|
||||||
forcecolors => 0, # bool -- Force output colors even when not writing to STDOUT.
|
forcecolors => 0, # bool -- Force output colors even when not writing to STDOUT.
|
||||||
git_clone_depth => 0, # int -- Pass the `--depth int` flag to `git clone`. (0 means no limit)
|
git_clone_depth => 0, # int -- Pass the `--depth int` flag to `git clone`. (0 means no limit)
|
||||||
lwp_env_proxy => 1, # bool -- Use proxy settings defined in `env` (if any).
|
lwp_env_proxy => 1, # bool -- Use proxy settings defined in `env` (if any).
|
||||||
|
|
Loading…
Reference in a new issue