2019-08-22 22:08:28 +03:00
|
|
|
# Additional git repositories to pull
|
|
|
|
|
#git_repos = [
|
|
|
|
|
# "~/src/*/",
|
|
|
|
|
# "~/.config/something"
|
|
|
|
|
#]
|
|
|
|
|
|
2019-10-10 11:26:00 +03:00
|
|
|
# Disable specific steps - same options as the command line flag
|
2019-08-22 22:08:28 +03:00
|
|
|
#disable = ["system", "emacs"]
|
|
|
|
|
|
2019-10-10 11:26:00 +03:00
|
|
|
# Run specific steps - same options as the command line flag
|
|
|
|
|
#only = ["system", "emacs"]
|
|
|
|
|
|
|
|
|
|
# Do not ask to retry failed steps (default: false)
|
|
|
|
|
#no_retry = true
|
|
|
|
|
|
|
|
|
|
# Run inside tmux
|
|
|
|
|
#run_in_tmux = true
|
|
|
|
|
|
2019-08-22 22:08:28 +03:00
|
|
|
# List of remote machines with Topgrade installed on them
|
|
|
|
|
#remote_topgrades = ["toothless", "pi", "parnas"]
|
|
|
|
|
|
2019-09-04 21:12:10 +03:00
|
|
|
# Arguments to pass SSH when upgrading remote systems
|
|
|
|
|
#ssh_arguments = "-o ConnectTimeout=2"
|
|
|
|
|
|
2019-09-04 21:31:23 +03:00
|
|
|
# Arguments to pass Git when pulling Repositories
|
|
|
|
|
#git_arguments = "--rebase --autostash"
|
|
|
|
|
|
2019-10-03 08:12:43 +03:00
|
|
|
# Arguments to pass yay when updating packages
|
|
|
|
|
#yay_arguments = "--nodevel"
|
|
|
|
|
|
2019-09-05 20:52:51 +03:00
|
|
|
# Do not set the terminal title
|
|
|
|
|
#set_title = false
|
2019-08-22 22:08:28 +03:00
|
|
|
# Commands to run before anything
|
|
|
|
|
#[pre_commands]
|
|
|
|
|
#"Emacs Snapshot" = "rm -rf ~/.emacs.d/elpa.bak && cp -rl ~/.emacs.d/elpa ~/.emacs.d/elpa.bak"
|
|
|
|
|
|
|
|
|
|
# Custom commands
|
|
|
|
|
#[commands]
|
|
|
|
|
#"Python Environment" = "~/dev/.env/bin/pip install -i https://pypi.python.org/simple -U --upgrade-strategy eager jupyter"
|
2019-10-10 11:26:00 +03:00
|
|
|
|
|
|
|
|
# Cleanup temporary or old files
|
|
|
|
|
#cleanup = true
|