Compare commits

..

2 commits

Author SHA1 Message Date
13e320813e
sync confOS 2024-10-08 10:34:21 +02:00
8aa6e84e40
ignore auto_cpufreq 2024-10-08 10:34:17 +02:00

View file

@ -15,7 +15,7 @@
# sudo_command = "sudo" # sudo_command = "sudo"
# Disable specific steps - same options as the command line flag # Disable specific steps - same options as the command line flag
disable = ["clam_av_db"] disable = ["clam_av_db", "auto_cpufreq"]
# Ignore failures for these steps # Ignore failures for these steps
# ignore_failures = ["powershell"] # ignore_failures = ["powershell"]
@ -89,6 +89,7 @@ no_self_update = true
[commands] [commands]
# "Python Environment" = "~/dev/.env/bin/pip install -i https://pypi.python.org/simple -U --upgrade-strategy eager jupyter" # "Python Environment" = "~/dev/.env/bin/pip install -i https://pypi.python.org/simple -U --upgrade-strategy eager jupyter"
# "Custom command using interactive shell (unix)" = "-i vim_upgrade" # "Custom command using interactive shell (unix)" = "-i vim_upgrade"
"My configuration" = "cd ~/confOS; make"
[python] [python]