]> matita.cs.unibo.it Git - helm.git/commitdiff
Only V7_mowgli left.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 19 Jan 2004 13:43:48 +0000 (13:43 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 19 Jan 2004 13:43:48 +0000 (13:43 +0000)
helm/scripts/Makefile
helm/scripts/template.cshrc
helm/scripts/template.rc

index 6105737cb0cd2c5ad3712b4370b76582bbe8cd48..8b20831afbd70d7634caeedd2b92a90f1d78b423 100644 (file)
@@ -1,14 +1,6 @@
 
 all: 
        - chmod ug+w marcello*rc phd*rc
-       ./makeit V7 marcello marcello <template.cshrc >marcello.cshrc
-       ./makeit V7 marcello marcello <template.rc >marcello.rc
-       ./makeit V7 marcello phd <template.cshrc >marcello_phd.cshrc
-       ./makeit V7 marcello phd <template.rc >marcello_phd.rc
-       ./makeit V7 phd phd <template.cshrc >phd.cshrc
-       ./makeit V7 phd phd <template.rc >phd.rc
-       ./makeit V7 phd marcello <template.cshrc >phd_marcello.cshrc
-       ./makeit V7 phd marcello <template.rc >phd_marcello.rc
        ./makeit V7_mowgli marcello marcello <template.cshrc >marcello_mowgli.cshrc
        ./makeit V7_mowgli marcello marcello <template.rc >marcello_mowgli.rc
        ./makeit V7_mowgli marcello phd <template.cshrc >marcello_phd_mowgli.cshrc
index 7cf0823f48965aa01a072a11e9fc18de5d5554f3..1038c90d9cb48f16d1456c0ea4861517b9b62799 100644 (file)
@@ -52,18 +52,7 @@ setenv HTTP_GETTER_XSLT_INDEXNAME xslt_index.txt
 setenv HELM_ANNOTATIONS_DIR pippo
 setenv HELM_ANNOTATIONS_URL pippo
 setenv UWOBO_PANEL_CONF /projects/helm/public_html/uwobo/panel/control.html
-if ($COQV == V7) then
-       setenv UWOBO_PORT 8081
-       setenv HTTP_GETTER_PORT 48081
-       setenv URI_SET_QUEUE_PORT 48082
-       setenv DRAW_GRAPH_PORT 48083
-       setenv PROOF_CHECKER_PORT 48084
-       setenv SEARCH_ENGINE_PORT 48085
-       setenv DRAW_GRAPH_DIR /projects/helm/graphs/tools
-       setenv HELM_UWOBO_URL http://mowgli.cs.unibo.it:$UWOBO_PORT/helm/servlet/uwobo/
-       setenv HTTP_GETTER_DTD_BASE_URL http://www.cs.unibo.it/helm/dtd
-else
-       # V7_mowgli
+if ($COQV == V7_mowgli) then
        setenv UWOBO_PORT 58080
        setenv UWOBO_LOG_FILE /projects/helm/log/uwobo
        setenv HTTP_GETTER_PORT 58081
@@ -71,9 +60,11 @@ else
        setenv DRAW_GRAPH_PORT 58083
        setenv PROOF_CHECKER_PORT 58084
        setenv SEARCH_ENGINE_PORT 58085
-       setenv DRAW_GRAPH_DIR /projects/helm/graphs/tools
+       setenv DRAW_GRAPH_DIR /projects/helm/daemons/graphs/tools
        setenv HELM_UWOBO_URL http://mowgli.cs.unibo.it:$UWOBO_PORT/
        setenv HTTP_GETTER_DTD_BASE_URL http://mowgli.cs.unibo.it/dtd
+else
+  echo "Error: Version $COQV not recognized"
 endif
 setenv HELM_GETTER_URL http://mowgli.cs.unibo.it:$HTTP_GETTER_PORT/
 setenv SEARCH_ENGINE_HTML_DIR /projects/helm/daemon/searchEngine/html
index 2b05d7423950fcf06ac393434fcd12422eede29a..629ce1c22c4326600729db37310b2024b8bb5bd5 100644 (file)
@@ -44,18 +44,7 @@ export HTTP_GETTER_XSLT_INDEXNAME=xslt_index.txt
 export HELM_ANNOTATIONS_DIR=pippo
 export HELM_ANNOTATIONS_URL=pippo
 export UWOBO_PANEL_CONF=/projects/helm/public_html/uwobo/panel/control.html
-if test  $COQV = V7; then
-       export UWOBO_PORT=8081
-       export HTTP_GETTER_PORT=48081
-       export URI_SET_QUEUE_PORT=48082
-       export DRAW_GRAPH_PORT=48083
-       export PROOF_CHECKER_PORT=48084
-       export SEARCH_ENGINE_PORT=48085
-       export DRAW_GRAPH_DIR=/projects/helm/graphs/tools
-       export HELM_UWOBO_URL=http://mowgli.cs.unibo.it:$UWOBO_PORT/helm/servlet/uwobo/
-       export HTTP_GETTER_DTD_BASE_URL=http://www.cs.unibo.it/helm/dtd
-else
-       # V7_mowgli
+if test  $COQV = V7_mowgli; then
        export UWOBO_PORT=58080
        export UWOBO_LOG_FILE=/projects/helm/log/uwobo
        export HTTP_GETTER_PORT=58081
@@ -63,9 +52,11 @@ else
        export DRAW_GRAPH_PORT=58083
        export PROOF_CHECKER_PORT=58084
        export SEARCH_ENGINE_PORT=58085
-       export DRAW_GRAPH_DIR=/projects/helm/graphs/tools
+       export DRAW_GRAPH_DIR=/projects/helm/daemons/graphs/tools
        export HELM_UWOBO_URL=http://mowgli.cs.unibo.it:$UWOBO_PORT/
        export HTTP_GETTER_DTD_BASE_URL=http://mowgli.cs.unibo.it/dtd
+else
+  echo "Error: Version $COQV not recognized"
 fi
 export HELM_GETTER_URL=http://mowgli.cs.unibo.it:$HTTP_GETTER_PORT/
 export SEARCH_ENGINE_HTML_DIR=/projects/helm/daemons/searchEngine/html