diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-09-10 06:32:31 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-09-10 06:32:31 -0400 |
| commit | 5d463c9d8f122169d01935bf3b5d0539e8ce95e0 (patch) | |
| tree | 56f6874ea7e96da0118f1fc52ea55db771b2b647 /admin/orphanize | |
| parent | 67c9e3168bc1de88097e566c180a47763c5f8890 (diff) | |
| download | sbostuff-5d463c9d8f122169d01935bf3b5d0539e8ce95e0.tar.gz | |
orphanize: REASON override from env.
Diffstat (limited to 'admin/orphanize')
| -rwxr-xr-x | admin/orphanize | 2 |
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 } |
