From 0af0e5c3cfcc2a0cd94b3ccbe338c95c38550c5a Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Wed, 31 Jan 2024 12:55:28 +0100 Subject: Give up on the concept of branches in channels I found it impossible to externally toggle branches in channel definitions. --- channels.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'channels.scm') 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 ) ) ) ) -- cgit v1.2.3