aboutsummaryrefslogtreecommitdiff
path: root/admin/orphanize
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-09-10 06:32:31 -0400
committerB. Watson <urchlay@slackware.uk>2026-09-10 06:32:31 -0400
commit5d463c9d8f122169d01935bf3b5d0539e8ce95e0 (patch)
tree56f6874ea7e96da0118f1fc52ea55db771b2b647 /admin/orphanize
parent67c9e3168bc1de88097e566c180a47763c5f8890 (diff)
downloadsbostuff-5d463c9d8f122169d01935bf3b5d0539e8ce95e0.tar.gz
orphanize: REASON override from env.
Diffstat (limited to 'admin/orphanize')
-rwxr-xr-xadmin/orphanize2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/orphanize b/admin/orphanize
index 17db7d2..dc41356 100755
--- a/admin/orphanize
+++ b/admin/orphanize
@@ -14,7 +14,7 @@ EOF
orphanize_builds() {
local b
for b in "$@"; do
- cdsb "$b" && sbonewmaint nobody && git commit -a -m'Orphaned (unmaintained).'
+ cdsb "$b" && sbonewmaint nobody && git commit -a -m"${REASON:-Orphaned (unmaintained).}"
done
}