[Checkins] SVN: groktoolkit/trunk/doc/release.rst fix cmd line for uploading docs

Jan-Wijbrand Kolman janwijbrand at gmail.com
Mon Apr 4 10:42:37 EDT 2011


Log message for revision 121272:
  fix cmd line for uploading docs

Changed:
  U   groktoolkit/trunk/doc/release.rst

-=-
Modified: groktoolkit/trunk/doc/release.rst
===================================================================
--- groktoolkit/trunk/doc/release.rst	2011-04-04 14:30:03 UTC (rev 121271)
+++ groktoolkit/trunk/doc/release.rst	2011-04-04 14:42:37 UTC (rev 121272)
@@ -83,9 +83,7 @@
    $ ./bin/buildout -c documentation.cfg
    $ cd doc && make clean && make all
    $ scp -r _build/html grok.zope.org:/var/www/html/grok/doc/[VERSION]
-   $ ssh grok.zope.org \
-     "rm /var/www/html/grok/doc/current; \
-      ln -s /var/www/html/grok/doc/[VERSION] /var/www/html/grok/current"
+   $ ssh grok.zope.org "rm /var/www/html/grok/doc/current; ln -s /var/www/html/grok/doc/[VERSION] /var/www/html/grok/current"
 
 4. Create a news item in the `blog folder`_ announcing the news. The text
    can be based on the release notes written at point 7.



More information about the checkins mailing list