]> git.ozlabs.org Git - ccan/blob - web/configuration
ccanlint: don't run valgrind tests in test dir.
[ccan] / web / configuration
1 <?php
2 //path for db
3 $db = "db/ccan.db";
4
5 //path for repository
6 $repopath = "testrepo/";
7
8 //ccanlint
9 $ccanlint = "tools/ccanlint -d ";
10
11 //infotojson 
12 $infotojson = "../../tools/infotojson ";
13
14 //create tar of all dependencies
15 $create_dep_tar = "../../tools/create_dep_tar ";
16
17 //junk code
18 $junkcode = "junkcode/";
19
20 //temp folder
21 $tempfolder = "temp/";
22
23 //infofile
24 $infofile = '/_info';
25
26 //temp repo
27 $temprepo = "temprepo/";
28
29 //email from 
30 $frommail = "ccan@ozlabs.org";
31
32 //ccan home 
33 $ccan_home_dir = "ccan/";
34
35 //bzr clone 
36 $bzr_clone = 'bzr clone /home/dinesh/testwebsite/ ';
37
38 //bzr push 
39 $bzr_push = 'bzr push /home/dinesh/testwebsite/ ';
40
41 //tar home dir
42 $tar_dir = 'tarball/';
43 ?>