From 46fd86f61d3a3ce1d201428abaf8e1d512ea286a Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Thu, 7 May 2026 23:32:24 +0100 Subject: add summary comment for get-repo-desc --- scripts/get-repo-desc.bash | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/get-repo-desc.bash') diff --git a/scripts/get-repo-desc.bash b/scripts/get-repo-desc.bash index c952a0b..baf5d4a 100644 --- a/scripts/get-repo-desc.bash +++ b/scripts/get-repo-desc.bash @@ -1,5 +1,7 @@ #!/bin/bash +# This script extracts the repository description from the .gitinfo file and writes it to the repository's description file. + LOCK_FILE=/var/lock/get-repo-desc.lock exec 9>"$LOCK_FILE" -- cgit v1.2.3