Support ordering of tasks #6

Open
opened 2020-04-19 13:23:16 +00:00 by southerntofu · 1 comment
Owner

run-parts style ordering for tasks would be nice in some situations.

Iterating over tasks should produce them in the right order. We should just find an elegant way to strip the digits (eg. 10-buildblog -> buildblog) in task name, but keep it for file-based operations

run-parts style ordering for tasks would be nice in some situations. Iterating over tasks should produce them in the right order. We should just find an elegant way to strip the digits (eg. 10-buildblog -> buildblog) in task name, but keep it for file-based operations
Author
Owner

Proposal: maybe strip the "NN-" prefix by default, but provide the full name as $GITBUILDFILE environment variable for tasks who would want to keep it.

Proposal: maybe strip the "NN-" prefix by default, but provide the full name as `$GITBUILDFILE` environment variable for tasks who would want to keep it.
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: forge/build.sh#6
No description provided.