Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 233419

Summary: New Ebuild: app-admin/inoticoming-0.2.1
Product: Gentoo Linux Reporter: Mario Fetka (geos_one) <mario.fetka>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: RESOLVED OBSOLETE    
Severity: enhancement Keywords: EBUILD
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://alioth.debian.org/projects/mirrorer/
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: app-admin/inoticoming-0.2.1.ebuild
app-admin/inoticoming/files/inoticoming.confd
app-admin/inoticoming/files/inoticoming.initd
app-admin/inoticoming-0.2.1.ebuild

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.