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

Contents of /trunk/dehs.config.inc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 59 - (show annotations) (download)
Sun Dec 2 02:18:55 2007 UTC (5 years, 5 months ago) by atomo64-guest
File size: 840 byte(s)
Some code cleanup and functions renaming (calling options preserved for compatibility)
Fixed retrieval of upstream changes/changelog (but disabling it by default)
Fixed one of the watch wizard generators (the most successful one)
Fixed the subname-based watch wizard generator
1 <?php
2 $dbconn="dbname=dehs";
3 $base="/org/home/groups/dehs/dehs_prj/dehs/";
4 $dirs=array("diffs_dir"=>$base . "files/diffs",
5 "sources_dir"=>$base. "files/sources",
6 "popcon_dir"=>$base . "files/popcon");
7 $dists=array(
8 unstable=>array("main","contrib","non-free"),
9 experimental=>array("main","contrib","non-free")
10 );
11 $mirrors=array(
12 "unstable"=>"merkel.debian.org",
13 "experimental"=>"merkel.debian.org",
14 );
15 $email="bluefuture@email.it,filippo@esaurito.net,atomo64@gmail.com";
16 $uscan=$base.'/uscan.pl';
17 $sfIgnore = array('dl','download','prdownload','downloads','lists','cvs','svn','www');
18 $watchFileExts = array('tar.*', 'tgz', 'zip', 'gz');
19 /*1: watch url, 2: $space, 3: name, 4: file ext*/
20 $watchFormat = 'version=3' . "\n" . '%1$s%2$s%3$s-?_?([\d+\.]+|\d+)\.%4$s debian uupdate';
21 $fetchUpstreamChanges = false;
22 ?>

  ViewVC Help
Powered by ViewVC 1.1.5