Author: reto
Date: Wed Apr 3 18:23:15 2013
New Revision: 1464138
URL: http://svn.apache.org/r1464138
Log:
CLEREZZA-741: upated deply script to commit generated files to subversion
Modified:
clerezza/trunk/site/ (props changed)
clerezza/trunk/site/deploy.sh
clerezza/trunk/site/readme.txt
Propchange: clerezza/trunk/site/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Apr 3 18:23:15 2013
@@ -1,7 +1,8 @@
-maven-eclipse.xml
-target
-site.zip
-.project
-.externalToolBuilders
.classpath
+workspace
+.externalToolBuilders
+.project
+target
+maven-eclipse.xml
.settings
+site.zip
Modified: clerezza/trunk/site/deploy.sh
URL:
http://svn.apache.org/viewvc/clerezza/trunk/site/deploy.sh?rev=1464138&r1=1464137&r2=1464138&view=diff
==============================================================================
--- clerezza/trunk/site/deploy.sh (original)
+++ clerezza/trunk/site/deploy.sh Wed Apr 3 18:23:15 2013
@@ -1 +1,6 @@
-curl -u admin:admin
"http://localhost:8080/admin/offline/download?baseUri=http://localhost:8080/&targetUri=http://incubator.apache.org/clerezza/&formatExtension=xhtml&formatExtension=rdf&formatExtension=png&formatExtension=html&formatExtension=js&formatExtension=jpeg&formatExtension=css&rootLinkPrefix=/clerezza"
| ssh people.apache.org "cd /www/incubator.apache.org/content/clerezza; umask
0002;cat - > site.zip; unzip -o site.zip"
+svn co https://svn.apache.org/repos/asf/clerezza/site/production/
/tmp/site-production
+curl -u admin:admin
"http://localhost:8080/admin/offline/download?baseUri=http://localhost:8080/&targetUri=http://incubator.apache.org/clerezza/&formatExtension=xhtml&formatExtension=rdf&formatExtension=png&formatExtension=html&formatExtension=js&formatExtension=jpeg&formatExtension=css&rootLinkPrefix=/clerezza"
> /tmp/site-production.zip
+unzip -o /tmp/site-production.zip -d /tmp/site-production
+cd /tmp/site-production
+svn add * --force
+svn commit -m "Auto commit by site deploy script" .
Modified: clerezza/trunk/site/readme.txt
URL:
http://svn.apache.org/viewvc/clerezza/trunk/site/readme.txt?rev=1464138&r1=1464137&r2=1464138&view=diff
==============================================================================
--- clerezza/trunk/site/readme.txt (original)
+++ clerezza/trunk/site/readme.txt Wed Apr 3 18:23:15 2013
@@ -1,13 +1,3 @@
-*****************************
-WARNING
-
-This is an unfinished version designed to work with the trunk version of
clerezza for the current version of the site use
-
-https://svn.apache.org/repos/asf/clerezza/site/trunk/
-
-******************************
-
-
Editing and deploying the clerezza website
- start clerezza on localhost:8080
@@ -18,6 +8,6 @@ Editing and deploying the clerezza websi
- change the site as needed, do not create pages ending with /, create a page
ending with /index instead, the entry page is http://localhost:8080/index (you
may open http://localhost:8080/tools/editor with firefox to edit it)
-- commit the changed graph.nt to subversion
+- commit the changed graph.nt to version control
-- execute the deploy.sh script
+- execute the deploy.sh script (this requires a unix style system and will
typically take several minutes)