INOTICOMING(1) | INOTICOMING | INOTICOMING(1) |
inoticoming - trigger actions when files hit an incoming directory
inoticoming [ global-options ] directory actions*
Inoticoming is a daemon to watch a directory with Linux's inotify framework and trigger actions once files with specific names are placed in there.
For example it can be used to wait for .changes files uploaded into a directory and call reprepro to put them into your repository.
Each action description is an optional list of options for this
action (which files to call it for, what directory to change into before
executing it, ...), followed by the command and its arguments ended with a
single ; as argument. Like:
inoticoming --foreground / --regexp ^v echo There appeared {} in the root
directory. \; (Note that the \ before the ; is needed if and only if you
calling it from a shell or anything else interpreting the ; on its own).
There is no handling of queue overflows yet.
Report bugs or wishlist requests to the Debian BTS
(e.g. by using reportbug inoticoming under Debian)
or directly to <brlink@debian.org>.
Copyright © 2007 Bernhard R. Link
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
2007-08-18 | inoticoming |