aboutsummaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-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
}