xenogenesi / task-spooler

fork of ts (task spooler by Lluís Batlle i Rossell) to add GNU/Autotools support, and some helper to generate packages
GNU General Public License v2.0
81 stars 18 forks source link

Feature request: Make a job dependent on multiple IDs #2

Open schollm opened 9 years ago

schollm commented 9 years ago

I have some jobs that require multiple jobs, which can be run in parallel, to finish first. For this I would like to be able to make a job dependent on multiple IDs, i.e.

$ ts prerequisite 1 3 $ ts prerequisite 2 4 $ ts -D 3,4 final 5 Job 5 should only start when both prerequisites are finished.

xenogenesi commented 9 years ago

Sorry, you may try to contact the author, this is just a fork to support GNU/autotools.

liquidmetal commented 9 years ago

@michascholl Did you ping him? I can see this being a very useful feature.

xenogenesi commented 7 years ago

Any news about? ts -w 3 && ts -w 4 doesn't work?

justanhduc commented 3 years ago

@schollm @liquidmetal @xenogenesi Maybe its been late for 5 years but I have a fork that supports this feature here.