grisu / gricli

Grisu commandline client
7 stars 2 forks source link

Clone previous job #239

Closed timClicks closed 12 years ago

timClicks commented 12 years ago

It would be good if there were a client that could clone the previous job. This would help especially when developing ant debugging code, where you might be running into errors.

In my case, I was running into version problems between my env (Python 2.7) & Pan (Python 2.6).

timClicks commented 12 years ago

Nevermind. Looks like this already happens..

makkus commented 12 years ago

:-)

Yeah, gricli remembers the settings for the last submitted job. You can also write a gricli script to setup a job environment. Still, I like the idea of a command like

clone job

which would setup a job-environment just like the one from the specified, already submitted job. Worth to keep in mind...