]> git.ozlabs.org Git - ccan/blobdiff - web/configuration
merge
[ccan] / web / configuration
index 7d0cc15e714a642d7d1e8b11357c07660ee74bd5..fcb383589d76a88b97b6072c6624e35415732b0c 100644 (file)
@@ -29,9 +29,6 @@ $temprepo = "temprepo/";
 //email from 
 $frommail = "ccan@ozlabs.org";
 
 //email from 
 $frommail = "ccan@ozlabs.org";
 
-//email for admins
-$ccan_admin = "g.dinesh.cse@gmail.com";
-
 //ccan home 
 $ccan_home_dir = "ccan/";
 
 //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/ ';
 
 //bzr push 
 $bzr_push = 'bzr push /home/dinesh/testwebsite/ ';
-?>
\ No newline at end of file
+
+//tar home dir
+$tar_dir = 'tarball/';
+?>