Page MenuHomePhabricator

D20307.diff
No OneTemporary

D20307.diff

diff --git a/src/applications/harbormaster/plan/HarbormasterBuildPlanBehavior.php b/src/applications/harbormaster/plan/HarbormasterBuildPlanBehavior.php
--- a/src/applications/harbormaster/plan/HarbormasterBuildPlanBehavior.php
+++ b/src/applications/harbormaster/plan/HarbormasterBuildPlanBehavior.php
@@ -350,15 +350,19 @@
->setKey(self::BEHAVIOR_RESTARTABLE)
->setEditInstructions(
pht(
- 'Usually, builds may be restarted. This may be useful if you '.
- 'suspect a build has failed for environmental or circumstantial '.
- 'reasons unrelated to the actual code, and want to give it '.
- 'another chance at glory.'.
+ 'Usually, builds may be restarted by users who have permission '.
+ 'to edit the related build plan. (You can change who is allowed '.
+ 'to restart a build by adjusting the "Runnable" behavior.)'.
+ "\n\n".
+ 'Restarting a build may be useful if you suspect it has failed '.
+ 'for environmental or circumstantial reasons unrelated to the '.
+ 'actual code, and want to give it another chance at glory.'.
"\n\n".
'If you want to prevent a build from being restarted, you can '.
- 'change the behavior here. This may be useful to prevent '.
- 'accidents where a build with a dangerous side effect (like '.
- 'deployment) is restarted improperly.'))
+ 'change when it may be restarted by adjusting this behavior. '.
+ 'This may be useful to prevent accidents where a build with a '.
+ 'dangerous side effect (like deployment) is restarted '.
+ 'improperly.'))
->setName(pht('Restartable'))
->setOptions($restart_options),
id(new self())

File Metadata

Mime Type
text/plain
Expires
May 13 2024, 10:41 PM (4 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6284211
Default Alt Text
D20307.diff (1 KB)

Event Timeline