sees.hook
author amit@thunder
Tue, 02 Mar 2010 17:07:14 +0530
changeset 41 e54725be4df6
parent 38 194e1bdfd1cb
child 42 1f61ee485958
permissions -rwxr-xr-x
Changed paths dependent on repo location to be taken from the script also changed how the soup is printed
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
41
e54725be4df6 Changed paths dependent on repo location to be taken from the script also changed how the soup is printed
amit@thunder
parents: 38
diff changeset
     1
repo_scripts="/home/hg/repos/SEES-hacks/SEESenv/scripts"
32
de7ac08f237b Commiting a simple hook to do the auto build job
amit@thunder
parents:
diff changeset
     2
temp_dir="/home/hg/repos/SEES-hacks"
41
e54725be4df6 Changed paths dependent on repo location to be taken from the script also changed how the soup is printed
amit@thunder
parents: 38
diff changeset
     3
repo="/home/hg/repos/test/sttp/"
e54725be4df6 Changed paths dependent on repo location to be taken from the script also changed how the soup is printed
amit@thunder
parents: 38
diff changeset
     4
mkdir $temp_dir/temp 
e54725be4df6 Changed paths dependent on repo location to be taken from the script also changed how the soup is printed
amit@thunder
parents: 38
diff changeset
     5
python $repo_scripts/myrst2xml.py $repo
e54725be4df6 Changed paths dependent on repo location to be taken from the script also changed how the soup is printed
amit@thunder
parents: 38
diff changeset
     6
python $repo_scripts/rst2docbook.py $temp_dir/temp 
e54725be4df6 Changed paths dependent on repo location to be taken from the script also changed how the soup is printed
amit@thunder
parents: 38
diff changeset
     7
python $repo_scripts/autoid.py $temp_dir/temp 
e54725be4df6 Changed paths dependent on repo location to be taken from the script also changed how the soup is printed
amit@thunder
parents: 38
diff changeset
     8
python $repo_scripts/docbook2html.py $temp_dir/temp 
e54725be4df6 Changed paths dependent on repo location to be taken from the script also changed how the soup is printed
amit@thunder
parents: 38
diff changeset
     9
python $repo_scripts/finalhtml.py $temp_dir/temp 
e54725be4df6 Changed paths dependent on repo location to be taken from the script also changed how the soup is printed
amit@thunder
parents: 38
diff changeset
    10
python $repo_scripts/changenames.py $temp_dir/temp 
e54725be4df6 Changed paths dependent on repo location to be taken from the script also changed how the soup is printed
amit@thunder
parents: 38
diff changeset
    11
cp $temp_dir/temp/*.html /home/hg/repos/SEES-hacks/SEESenv/web/html/
e54725be4df6 Changed paths dependent on repo location to be taken from the script also changed how the soup is printed
amit@thunder
parents: 38
diff changeset
    12
cp $temp_dir/temp/p_list.py /home/hg/repos/SEES-hacks/SEESenv/web/hgbook/comments/
32
de7ac08f237b Commiting a simple hook to do the auto build job
amit@thunder
parents:
diff changeset
    13