X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=web%2Fconfiguration;h=aeeca2742df630b7d3d4d540a5d205bab4e5c622;hp=7d0cc15e714a642d7d1e8b11357c07660ee74bd5;hb=455572f3e5a66e8a02f38458524fad651eb46489;hpb=f61027e32e0dd552b1b2c26d3c68c9eb1b6be61c diff --git a/web/configuration b/web/configuration index 7d0cc15e..aeeca274 100644 --- a/web/configuration +++ b/web/configuration @@ -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/'; +?>