I am trying doit as a deployment tool.
Our deploy process requires a login, the returned credentials are
bound to a session
which expires if no more actions (like deploys) happen. I wasthinking
about something like:
deploy: depends on login
login: target is cookie file with current session cookie
I couldn't figure out how to set up a target/dependency which is
fullfilled if e.g. a file
is present but not to _old_. Did I miss something in the docs?
Would this besefull missing feature? Or can this behaviour achieved
anyhow?
Thanks in advance,
Volker