aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAlex Pooley (@zuedev) <zuedev@gmail.com>2026-05-07 23:32:24 +0100
committerAlex Pooley (@zuedev) <zuedev@gmail.com>2026-05-07 23:32:24 +0100
commit46fd86f61d3a3ce1d201428abaf8e1d512ea286a (patch)
tree4ec837c85ceaa9920f11af1ce41e9180ea0f7cad /scripts
parent5230afd6060ab273d2b4182a6da0b8e9eea9fc56 (diff)
downloadgit.zue.dev-46fd86f61d3a3ce1d201428abaf8e1d512ea286a.tar
git.zue.dev-46fd86f61d3a3ce1d201428abaf8e1d512ea286a.tar.gz
git.zue.dev-46fd86f61d3a3ce1d201428abaf8e1d512ea286a.tar.bz2
git.zue.dev-46fd86f61d3a3ce1d201428abaf8e1d512ea286a.tar.xz
git.zue.dev-46fd86f61d3a3ce1d201428abaf8e1d512ea286a.zip
add summary comment for get-repo-desc
Diffstat (limited to 'scripts')
-rw-r--r--scripts/get-repo-desc.bash2
1 files changed, 2 insertions, 0 deletions
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"