~ salmonella-environment-setup (master) abc40b0336cd30b5f2bb4f173d859dc39d0a9be5


commit abc40b0336cd30b5f2bb4f173d859dc39d0a9be5
Author:     Mario Domenech Goulart <mario@parenteses.org>
AuthorDate: Sun Dec 24 20:04:16 2017 +0100
Commit:     Mario Domenech Goulart <mario@parenteses.org>
CommitDate: Sun Dec 24 20:04:16 2017 +0100

    salmonella: add chicken-5-debugbuild.conf

diff --git a/conf/chicken-5-debugbuild.conf b/conf/chicken-5-debugbuild.conf
new file mode 100644
index 0000000..8641530
--- /dev/null
+++ b/conf/chicken-5-debugbuild.conf
@@ -0,0 +1,11 @@
+(load-relative "./common.scm")
+(load-relative "./chicken-5-common.scm")
+
+;; The salmonella-linux-x86-64 machine builds eggs without cache
+(when (and (eq? (machine-type) 'x86-64)
+           (eq? (software-type) 'linux))
+  (keep-repo? #f))
+
+(branch-publish-transformer
+  (lambda (branch)
+    (string-append branch "-debugbuild")))
Trap