On Wed, Aug 13, 2014 at 8:38 AM, Rico Beier <[email protected]> wrote:

Hi there,
>
> I would like to implement a command which has a file list as input and
> downloads all files on the list to a specific subdirectory. The problem is,
> that tup needs an accurate specification of output files. So I don't know
> how to perform the download task.
>
>
Tup only detects changes on files on the local system, not changes to files
on a remote system. I don't think you'll be able to get the command to run
again when the remote files change. You're probably better off just
sticking whatever files you want in your repository, so they are downloaded
when you check out the source.

-Mike

-- 
-- 
tup-users mailing list
email: [email protected]
unsubscribe: [email protected]
options: http://groups.google.com/group/tup-users?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"tup-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to