Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15352494
D20307.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D20307.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 11, 4:42 PM (2 w, 13 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7537583
Default Alt Text
D20307.diff (1 KB)
Attached To
Mode
D20307: Explain the relationship between "Runnable" and "Restartable" more clearly in Build Plans
Attached
Detach File
Event Timeline
Log In to Comment