Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 233419 - New Ebuild: app-admin/inoticoming-0.2.1
Summary: New Ebuild: app-admin/inoticoming-0.2.1
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://alioth.debian.org/projects/mir...
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2008-07-30 20:15 UTC by Mario Fetka (geos_one)
Modified: 2018-05-17 12:05 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
app-admin/inoticoming-0.2.1.ebuild (inoticoming-0.2.1.ebuild,733 bytes, text/plain)
2008-07-30 20:16 UTC, Mario Fetka (geos_one)
Details
app-admin/inoticoming/files/inoticoming.confd (inoticoming.confd,617 bytes, text/plain)
2008-07-30 20:17 UTC, Mario Fetka (geos_one)
Details
app-admin/inoticoming/files/inoticoming.initd (inoticoming.initd,1.00 KB, text/plain)
2008-07-30 20:17 UTC, Mario Fetka (geos_one)
Details
app-admin/inoticoming-0.2.1.ebuild (inoticoming-0.2.1.ebuild,732 bytes, text/plain)
2008-07-31 07:00 UTC, Mario Fetka (geos_one)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mario Fetka (geos_one) 2008-07-30 20:15:59 UTC
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.
For more information please have a look at its manpage.

But it isn't only useful for deb repositories (i am using it for the PR team to handle Adobe .ai uploads and put it on the fileserver with the right permissons)

one thing that is missing is instances support (no idea for dong it right with conf.d file) ?

Reproducible: Always
Comment 1 Mario Fetka (geos_one) 2008-07-30 20:16:34 UTC
Created attachment 161773 [details]
app-admin/inoticoming-0.2.1.ebuild

the ebuild
Comment 2 Mario Fetka (geos_one) 2008-07-30 20:17:07 UTC
Created attachment 161774 [details]
app-admin/inoticoming/files/inoticoming.confd

the conf.d file
Comment 3 Mario Fetka (geos_one) 2008-07-30 20:17:40 UTC
Created attachment 161775 [details]
app-admin/inoticoming/files/inoticoming.initd

the init.d script
Comment 4 Carsten Lohrke (RETIRED) gentoo-dev 2008-07-30 21:10:49 UTC
- $FILESDIR needs to be quoted.
Comment 5 Mario Fetka (geos_one) 2008-07-31 07:00:15 UTC
Created attachment 161815 [details]
app-admin/inoticoming-0.2.1.ebuild

Corrected ebuild 
thx
Comment 6 Marek Szuba archtester gentoo-dev 2018-05-17 12:05:48 UTC
Upstream appears to be gone. The package is still in Debian but several outstanding issues and hasn't seen an update since 2012. The main thing, however, is that one can achieve something similar using inotifywait from still-maintained sys-fs/inotify-tools.