~ salmonella-environment-setup (master) 09ce8be73134521644fdd97e64284ddb06af725a
commit 09ce8be73134521644fdd97e64284ddb06af725a Author: Mario Domenech Goulart <mario@parenteses.org> AuthorDate: Wed Jan 31 19:09:22 2018 +0100 Commit: Mario Domenech Goulart <mario@parenteses.org> CommitDate: Wed Jan 31 19:09:22 2018 +0100 salmonella: chicken-4-debugbuild.conf: s/linux/unix/ The expected value for software-type is unix, not linux. This was making the salmonella-linux-x86-64 machine run with cache. diff --git a/conf/chicken-4-debugbuild.conf b/conf/chicken-4-debugbuild.conf index 50ced6c..f21e70b 100644 --- a/conf/chicken-4-debugbuild.conf +++ b/conf/chicken-4-debugbuild.conf @@ -3,7 +3,7 @@ ;; The salmonella-linux-x86-64 machine builds eggs without cache (when (and (eq? (machine-type) 'x86-64) - (eq? (software-type) 'linux)) + (eq? (software-type) 'unix)) (keep-repo? #f)) (branch-publish-transformerTrap