Compare commits

..

No commits in common. "13e320813e9d5e9610fde295e028257284bcb937" and "199dba60f74a61e7a572e98e3f5385e106aa35d2" have entirely different histories.

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", "auto_cpufreq"] disable = ["clam_av_db"]
# Ignore failures for these steps # Ignore failures for these steps
# ignore_failures = ["powershell"] # ignore_failures = ["powershell"]
@ -89,7 +89,6 @@ 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]