From 5d463c9d8f122169d01935bf3b5d0539e8ce95e0 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 10 Sep 2026 06:32:31 -0400 Subject: orphanize: REASON override from env. --- admin/orphanize | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin') 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 } -- cgit v1.2.3