projects
/
ccan
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
commiting uploaded for bzr
[ccan]
/
web
/
configuration
diff --git
a/web/configuration
b/web/configuration
index 80c6b88960a1013ab60f527e7b6b1eb76a040d70..7d0cc15e714a642d7d1e8b11357c07660ee74bd5 100644
(file)
--- a/
web/configuration
+++ b/
web/configuration
@@
-9,10
+9,10
@@
$repopath = "testrepo/";
$ccanlint = "tools/ccanlint -d ";
//infotojson
$ccanlint = "tools/ccanlint -d ";
//infotojson
-$infotojson = "tools/infotojson ";
+$infotojson = "
../../
tools/infotojson ";
//create tar of all dependencies
//create tar of all dependencies
-$create_dep_tar = "../tools/create_dep_tar ";
+$create_dep_tar = "../
../
tools/create_dep_tar ";
//junk code
$junkcode = "junkcode/";
//junk code
$junkcode = "junkcode/";
@@
-32,5
+32,12
@@
$frommail = "ccan@ozlabs.org";
//email for admins
$ccan_admin = "g.dinesh.cse@gmail.com";
//email for admins
$ccan_admin = "g.dinesh.cse@gmail.com";
+//ccan home
$ccan_home_dir = "ccan/";
$ccan_home_dir = "ccan/";
+
+//bzr clone
+$bzr_clone = 'bzr clone /home/dinesh/testwebsite/ ';
+
+//bzr push
+$bzr_push = 'bzr push /home/dinesh/testwebsite/ ';
?>
\ No newline at end of file
?>
\ No newline at end of file