/[dehs]/trunk/dehs.config.inc
ViewVC logotype

Contents of /trunk/dehs.config.inc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 137 - (hide annotations) (download)
Fri May 30 19:40:13 2008 UTC (4 years, 11 months ago) by atomo64-guest
File size: 1496 byte(s)
Increase the minimum check age to five days to reduce the load we put on garr
1 atomo64-guest 46 <?php
2 atomo64-guest 99
3 atomo64-guest 107 $dbconn = 'dbname=dehs host=localhost';
4 atomo64-guest 99
5     $base = '/org/home/groups/dehs/dehs_prj/dehs/';
6    
7     $dirs = array('diffs_dir' => $base . 'files/diffs',
8     'sources_dir' => $base . 'files/sources',
9     'popcon_dir' => $base . 'files/popcon');
10    
11     $dists = array(
12     unstable => array('main','contrib','non-free'),
13     experimental => array('main','contrib','non-free')
14 evaso-guest 5 );
15 atomo64-guest 99
16 evaso-guest 5 $mirrors=array(
17 atomo64-guest 120 'unstable' => 'ftp.nl.debian.org',
18     'experimental' => 'ftp.nl.debian.org'
19 evaso-guest 5 );
20 atomo64-guest 99
21 atomo64-guest 64 //list of addresses wishing to receive ALL the emails (even minor/less important reports)
22 atomo64-guest 99 $email_all = 'atomo64@gmail.com';
23    
24 atomo64-guest 64 //list of addresses wishing to be notified when update_all runs
25 atomo64-guest 99 $email = "bluefuture@email.it,filippo@esaurito.net,$email_all";
26    
27     $uscan = $base . '/uscan.pl';
28    
29     $sfIgnore = array('dl', 'download', 'prdownload', 'downloads', 'lists', 'cvs', 'svn', 'www');
30 atomo64-guest 63 $watchFileExts = array('tar.*', 'tgz', 'zip', 'gz', 'bz2');
31 atomo64-guest 73 $watchFileDversionMangle = array('cvs', 'svn', 'git', 'snapshot', 'pre', 'hg');
32 atomo64-guest 62 /*1: watch url, 2: $space, 3: name, 4: file ext, 5: extra options*/
33     $watchFormat = 'version=3' . "\n" . '%5$s' . "\n" . '%1$s%2$s%3$s-?_?([\d+\.]+|\d+)\.%4$s debian uupdate';
34 atomo64-guest 99
35 atomo64-guest 59 $fetchUpstreamChanges = false;
36 atomo64-guest 99
37 atomo64-guest 98 $sendNotifications = true;
38 atomo64-guest 70 $notificationsMailFrom = 'Debian External Health System <dehs-devel@lists.alioth.debian.org>';
39 atomo64-guest 99
40     $timeStamp_basedCheck = array('all');
41 atomo64-guest 137 $minimumAge = 5;
42 atomo64-guest 99
43 atomo64-guest 64 $_SERVER['SERVER_NAME']=shell_exec("hostname -f 2>&1");
44 atomo64-guest 54 ?>

  ViewVC Help
Powered by ViewVC 1.1.5