fenics team mailing list archive
-
fenics team
-
Mailing list archive
-
Message #01789
Fwd: [Branch ~fenics-web-core/fenics-web/main] Rev 727: Update publish-script for new location of web pages on server
Does a script need to be run for the below? The documentation is still down.
Garth
---------- Forwarded message ----------
From: <noreply@xxxxxxxxxxxxx>
Date: 12 July 2012 01:36
Subject: [Branch ~fenics-web-core/fenics-web/main] Rev 727: Update
publish-script for new location of web pages on server
To: Garth Wells <gnw20@xxxxxxxxx>
------------------------------------------------------------
revno: 727
committer: Anders Logg <logg@glaurung>
branch nick: fenics-web
timestamp: Thu 2012-07-12 01:35:19 +0200
message:
Update publish-script for new location of web pages on server
modified:
scripts/publish
--
lp:fenics-web
https://code.launchpad.net/~fenics-web-core/fenics-web/main
Your team FEniCS Web Team is subscribed to branch lp:fenics-web.
To unsubscribe from this branch go to
https://code.launchpad.net/~fenics-web-core/fenics-web/main/+edit-subscription
=== modified file 'scripts/publish'
--- scripts/publish 2011-08-18 15:02:44 +0000
+++ scripts/publish 2012-07-11 23:35:19 +0000
@@ -1,4 +1,4 @@
#!/bin/sh
chmod +x build/html/index.html
-rsync -avz build/html/
fenics@xxxxxxxxxxxxxxxxx:/home/fenics/www.fenicsproject.org/
+rsync -avz build/html/ fenics@xxxxxxxxxxxxxxxxx:/home/fenics/fenicsproject.org/
=== modified file 'scripts/publish'
--- scripts/publish 2011-08-18 15:02:44 +0000
+++ scripts/publish 2012-07-11 23:35:19 +0000
@@ -1,4 +1,4 @@
#!/bin/sh
chmod +x build/html/index.html
-rsync -avz build/html/ fenics@xxxxxxxxxxxxxxxxx:/home/fenics/www.fenicsproject.org/
+rsync -avz build/html/ fenics@xxxxxxxxxxxxxxxxx:/home/fenics/fenicsproject.org/
Follow ups