]> git.ozlabs.org Git - ccan/blob - web/configuration
commiting ccan web pages
[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.c';
25
26 //temp repo
27 $temprepo = "temprepo/";
28
29 //email from 
30 $frommail = "ccan@ozlabs.org";
31
32 //email for admins
33 $ccan_admin = "g.dinesh.cse@gmail.com";
34
35 $ccan_home_dir = "ccan/";
36 ?>