]> git.ozlabs.org Git - ccan/blobdiff - web/configuration
From: Joseph Adams <joeyadams3.14159@gmail.com>
[ccan] / web / configuration
index 80c6b88960a1013ab60f527e7b6b1eb76a040d70..fcb383589d76a88b97b6072c6624e35415732b0c 100644 (file)
@@ -9,10 +9,10 @@ $repopath = "testrepo/";
 $ccanlint = "tools/ccanlint -d ";
 
 //infotojson 
-$infotojson = "tools/infotojson ";
+$infotojson = "../../tools/infotojson ";
 
 //create tar of all dependencies
-$create_dep_tar = "../tools/create_dep_tar ";
+$create_dep_tar = "../../tools/create_dep_tar ";
 
 //junk code
 $junkcode = "junkcode/";
@@ -29,8 +29,15 @@ $temprepo = "temprepo/";
 //email from 
 $frommail = "ccan@ozlabs.org";
 
-//email for admins
-$ccan_admin = "g.dinesh.cse@gmail.com";
-
+//ccan home 
 $ccan_home_dir = "ccan/";
-?>
\ No newline at end of file
+
+//bzr clone 
+$bzr_clone = 'bzr clone /home/dinesh/testwebsite/ ';
+
+//bzr push 
+$bzr_push = 'bzr push /home/dinesh/testwebsite/ ';
+
+//tar home dir
+$tar_dir = 'tarball/';
+?>