~ salmonella-environment-setup (master) 5f698904a0611dea4cbd263d613171444fd0d0f9


commit 5f698904a0611dea4cbd263d613171444fd0d0f9
Author:     Mario Domenech Goulart <mario@parenteses.org>
AuthorDate: Sun Jun 4 12:37:31 2023 +0200
Commit:     Mario Domenech Goulart <mario@parenteses.org>
CommitDate: Sun Jun 4 12:37:39 2023 +0200

    chicken-5-utf-debugbuild: Set empty password for anonymous when checking out eggs

diff --git a/conf/chicken-5-utf-debugbuild.conf b/conf/chicken-5-utf-debugbuild.conf
index 5b218f3..7481c3e 100644
--- a/conf/chicken-5-utf-debugbuild.conf
+++ b/conf/chicken-5-utf-debugbuild.conf
@@ -23,7 +23,7 @@
  (lambda (chicken-source-dir)
    (change-directory (tmp-dir))
    (system*
-    (sprintf "svn co https://code.call-cc.org/svn/chicken-eggs/release/utf ~a"
+    (sprintf "svn co --username anonymous --password '' https://code.call-cc.org/svn/chicken-eggs/release/utf ~a"
              (qs utf-eggs-dir)))
    (print "Switching to utf-bootstrap branch")
    (change-directory chicken-source-dir)
Trap