Christian Lohmaier wrote:

What directories does the script monitor? Only the english versions?

Since e.g.
http://ftp.snt.utwente.nl/pub/software/openoffice/localized/de/2.0.3/
lists the Mac-versions, but these are not (yet?) listed on the tracker.

Or is it a misunderstanding from my part and that directory is not
hosted at the tracker itself but on a different mirror?

I think it's a different problem, the .dmg extension wasn't listed in the array containing all approved extensions :) the torrents are online now :)

the directories monitored are:
/stable
/localized
/contrib/rc
/contrib/iso
/ooodev/prooo-box-torrent

Mike

PS
for those of you interested, below you find the rules i use to "select" which archives are to be torrented ;)
/* check these dirs (recursively) for new archives */
$dirsToWatch=array(
                   '/home/ftp/stable',
                   '/home/ftp/contrib/rc',
                   '/home/ftp/contrib/iso',
                   '/home/ftp/localized',
                   '/home/ftp/ooodev/prooo-box-torrent'
                   );
/* patterns to test which archives to exlcude */
$exclude=array('/.*?1\.0\.*?/',
               '/.*?1\.1\.[0,1,2,3,4]/',
               '/.*?1\.1\.5rc.*?/i',
               '/.*?2\.0\.[0,1].*?/',
                '/.*?sdk.*?/',
               '/.*?2\.0\.2rc.*?/i');

/* pattern to check archives against to approve */
$include=array('/^ooo_\d\.?\d.*?/i');

/* only these extensions are valid */
$extensions=array('.zip', '.exe', '.gz', '.iso', '.dmg');


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to