Author: gmazza
Date: Sun Jan 13 13:53:59 2013
New Revision: 1432619
URL: http://svn.apache.org/viewvc?rev=1432619&view=rev
Log:
Updated website build instructions--take #2
Modified:
roller/cmssite/trunk/content/downloads/edit_website.mdtext
Modified: roller/cmssite/trunk/content/downloads/edit_website.mdtext
URL:
http://svn.apache.org/viewvc/roller/cmssite/trunk/content/downloads/edit_website.mdtext?rev=1432619&r1=1432618&r2=1432619&view=diff
==============================================================================
--- roller/cmssite/trunk/content/downloads/edit_website.mdtext (original)
+++ roller/cmssite/trunk/content/downloads/edit_website.mdtext Sun Jan 13
13:53:59 2013
@@ -7,25 +7,23 @@ the Apache Infrastructure pages includin
## Process
- 1. Commit a change to the website's source [Markdown][] files located in
-<a href="https://svn.apache.org/repos/asf/roller/cmssite/trunk"
class="external">
-https://svn.apache.org/repos/asf/roller/cmssite/trunk</a>. If you're not a
-committer, supplying a patch to our JIRA issue tracker instead will do.
-
-If the changes are structurally significant (many pages removed/added, etc.),
-before committing you may wish to test that the site still builds locally by
-following [these instructions][]. Note: You will probably lose the CSS
+ 1. If the changes are structurally significant (many pages removed/added,
etc.),
+before committing to staging you may wish to test that the site still builds
locally
+by following [these instructions][]. Note you will probably lose the CSS
formatting with local builds due to the way the stylesheets are referenced,
-check instead at staging (next step) to make sure stylesheets are working
-as intended.
-
+check instead at staging to ensure stylesheets are working as intended.
If deleting a file or changing the name of a file make a trivial
edit to lib/path.pm or lib/view.pm to force a full site rebuild.
- 2. Wait a few minutes to get the email on the commits list that buildbot has
+ 2. Commit a change to the website's source [Markdown][] files located in
+<a href="https://svn.apache.org/repos/asf/roller/cmssite/trunk"
class="external">
+https://svn.apache.org/repos/asf/roller/cmssite/trunk</a>. If you're not a
+committer, supplying a patch to our JIRA issue tracker instead will do.
+
+ 3. Wait a few minutes to get the email on the commits list that buildbot
has
rebuilt the [staging website][].
- 3. If the change looks ok, publish the change to the production website by
+ 4. If the change looks ok, publish the change to the production website by
* (recommended method) Using the Apache bookmarklet: [Publish site][]
* curl -sL http://s.apache.org/cms-cli | perl on your local machine