~ salmonella-environment-setup (master) 8826711e7018530f16a201f3032d919859c07e4d
commit 8826711e7018530f16a201f3032d919859c07e4d
Author: Mario Domenech Goulart <mario@parenteses.org>
AuthorDate: Sat Sep 2 18:18:21 2017 +0200
Commit: Mario Domenech Goulart <mario@parenteses.org>
CommitDate: Sat Sep 2 18:18:21 2017 +0200
Revert "salmonella (linux): skip pledge (OpenBSD-only)"
This reverts commit 9c3f99284618bd392813016f19fe48f13f0b5727.
pledge was already skipped.
diff --git a/salmonella-linux-x86-64/common.scm b/salmonella-linux-x86-64/common.scm
index 6594fbe..47dc3c7 100644
--- a/salmonella-linux-x86-64/common.scm
+++ b/salmonella-linux-x86-64/common.scm
@@ -11,7 +11,7 @@
"reports"))
(skip-eggs
- (append '(hypergiant pledge spatial-trees srfi-27 svn-client pledge)
+ (append '(hypergiant pledge spatial-trees srfi-27 svn-client)
(skip-eggs)))
(feeds-server "salmonella-linux-x86-64.call-cc.org")
diff --git a/salmonella-linux-x86/common.scm b/salmonella-linux-x86/common.scm
index d920deb..292b37a 100644
--- a/salmonella-linux-x86/common.scm
+++ b/salmonella-linux-x86/common.scm
@@ -11,7 +11,7 @@
"reports"))
(skip-eggs
- (append '(hypergiant pledge spatial-trees srfi-27 svn-client pledge)
+ (append '(hypergiant pledge spatial-trees srfi-27 svn-client)
(skip-eggs)))
(feeds-server "salmonella-linux-x86.call-cc.org")
Trap