]> git.ozlabs.org Git - ccan/blobdiff - web/configuration
Rusty's cleanup to ciniparser.c's strstrip and strlwc
[ccan] / web / configuration
index 7d0cc15e714a642d7d1e8b11357c07660ee74bd5..aeeca2742df630b7d3d4d540a5d205bab4e5c622 100644 (file)
@@ -21,7 +21,7 @@ $junkcode = "junkcode/";
 $tempfolder = "temp/";
 
 //infofile
-$infofile = '/_info.c';
+$infofile = '/_info';
 
 //temp repo
 $temprepo = "temprepo/";
@@ -29,9 +29,6 @@ $temprepo = "temprepo/";
 //email from 
 $frommail = "ccan@ozlabs.org";
 
-//email for admins
-$ccan_admin = "g.dinesh.cse@gmail.com";
-
 //ccan home 
 $ccan_home_dir = "ccan/";
 
@@ -40,4 +37,7 @@ $bzr_clone = 'bzr clone /home/dinesh/testwebsite/ ';
 
 //bzr push 
 $bzr_push = 'bzr push /home/dinesh/testwebsite/ ';
-?>
\ No newline at end of file
+
+//tar home dir
+$tar_dir = 'tarball/';
+?>