$base . 'files/diffs', 'sources_dir' => $base . 'files/sources', 'popcon_dir' => $base . 'files/popcon'); $dists = array( unstable => array('main','contrib','non-free'), experimental => array('main','contrib','non-free') ); $mirrors=array( 'unstable' => 'merkel.debian.org', 'experimental' => 'merkel.debian.org' ); //list of addresses wishing to receive ALL the emails (even minor/less important reports) $email_all = 'atomo64@gmail.com'; //list of addresses wishing to be notified when update_all runs $email = "bluefuture@email.it,filippo@esaurito.net,$email_all"; $uscan = $base . '/uscan.pl'; $sfIgnore = array('dl', 'download', 'prdownload', 'downloads', 'lists', 'cvs', 'svn', 'www'); $watchFileExts = array('tar.*', 'tgz', 'zip', 'gz', 'bz2'); $watchFileDversionMangle = array('cvs', 'svn', 'git', 'snapshot', 'pre', 'hg'); /*1: watch url, 2: $space, 3: name, 4: file ext, 5: extra options*/ $watchFormat = 'version=3' . "\n" . '%5$s' . "\n" . '%1$s%2$s%3$s-?_?([\d+\.]+|\d+)\.%4$s debian uupdate'; $fetchUpstreamChanges = false; $sendNotifications = true; $notificationsMailFrom = 'Debian External Health System '; $timeStamp_basedCheck = array('all'); $minimumAge = 4; $_SERVER['SERVER_NAME']=shell_exec("hostname -f 2>&1"); ?>