summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-31 12:55:28 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-31 13:20:06 +0100
commit0af0e5c3cfcc2a0cd94b3ccbe338c95c38550c5a (patch)
tree7e0e32a902525fb394d868542aa9d7d783210c8b
parentda90a2fbb48a4be0955eaeef93c27e0eefb6901b (diff)
Give up on the concept of branches in channels
I found it impossible to externally toggle branches in channel definitions.
-rw-r--r--channels.scm4
1 files changed, 1 insertions, 3 deletions
diff --git a/channels.scm b/channels.scm
index a8e53e3..c6cda99 100644
--- a/channels.scm
+++ b/channels.scm
@@ -5,8 +5,7 @@
( define deployment
( let
- ( ( branch "channel" )
- ( introduction
+ ( ( introduction
( make-channel-introduction
"c24ce7cb11e74da13d491f9de3c4b7040a069f43"
( openpgp-fingerprint
@@ -14,7 +13,6 @@
( name 'deployment )
( url "https://git.marekpasnikowski.pl/git/deployment.git" ) )
( channel
- ( branch branch )
( introduction introduction )
( name name )
( url url ) ) ) )