Author: al
Date: Thu Nov 5 16:30:19 2015
New Revision: 1712810
URL: http://svn.apache.org/viewvc?rev=1712810&view=rev
Log:
Move nightly-builds mentions to its own page linked only from "get involved".
Added:
incubator/wave/site/trunk/content/wave/nightly-builds.mdtext (with props)
Modified:
incubator/wave/site/trunk/content/wave/downloads.mdtext
incubator/wave/site/trunk/content/wave/get-involved.mdtext
Modified: incubator/wave/site/trunk/content/wave/downloads.mdtext
URL:
http://svn.apache.org/viewvc/incubator/wave/site/trunk/content/wave/downloads.mdtext?rev=1712810&r1=1712809&r2=1712810&view=diff
==============================================================================
--- incubator/wave/site/trunk/content/wave/downloads.mdtext (original)
+++ incubator/wave/site/trunk/content/wave/downloads.mdtext Thu Nov 5 16:30:19
2015
@@ -26,15 +26,6 @@ Releases
In the meantime, please use the code from source, or refer to our last release
candidates (for pre-builds) by checking the wave-dev mailing list archives. The
latest release candidate of Wave is 0.4-rc10 (posted on 10 October 2014).
-
-Nightly Builds
---------------
-
-Alternatively, an automated nightly binary build can be downloaded from
Jenkins using the links below. **There is no guarantee that these work at all!**
-
-tar -
[apache-wave-bin-0.4-incubating.tar.bz2](https://builds.apache.org/job/wave-artifacts/lastSuccessfulBuild/artifact/dist/apache-wave-bin-0.4-incubating.tar.bz2)
-zip -
[apache-wave-bin-0.4-incubating.zip](https://builds.apache.org/job/wave-artifacts/lastSuccessfulBuild/artifact/dist/apache-wave-bin-0.4-incubating.zip)
-
-To run - open the archive and execute the run-server.sh or run-server.bat.
+Once compiled, execute the run-server.sh or run-server.bat to start the Wave
server.
When downloading from a mirror, please be sure to
[verify](http://www.apache.org/info/verification.html) the checksums and
signature (see the MD5 and PGP links above). The
[KEYS](https://dist.apache.org/repos/dist/release/incubator/wave/KEYS) file
contains the public key(s) used for signing releases.
\ No newline at end of file
Modified: incubator/wave/site/trunk/content/wave/get-involved.mdtext
URL:
http://svn.apache.org/viewvc/incubator/wave/site/trunk/content/wave/get-involved.mdtext?rev=1712810&r1=1712809&r2=1712810&view=diff
==============================================================================
--- incubator/wave/site/trunk/content/wave/get-involved.mdtext (original)
+++ incubator/wave/site/trunk/content/wave/get-involved.mdtext Thu Nov 5
16:30:19 2015
@@ -46,11 +46,21 @@ We welcome patches to the code. If you'r
* If you want to work on something not listed here, go ahead. You can even
add an issue if you like.
* If you need help, don't hesitate to ask for it on the mailing list.
* When your patch is ready, put it on the Review Board at
[https://reviews.apache.org/dashboard/](https://reviews.apache.org/dashboard/)
and request code review.
-* You can submit the patch either for the Wave SVN repo (wave) or the Wave Git
mirror repo (wave-git).
+* You can submit the patch for the Wave Git mirror repoistory (wave-git).
Documentation
--------------
Right now we are in the process of migrating documentation from
[waveprotocol.org](http://www.waveprotocol.org/) and the
-[wave-protocol Google Code site](http://code.google.com/p/wave-protocol/) to
the documentation repository. All help is welcome.
\ No newline at end of file
+[wave-protocol Google Code site](http://code.google.com/p/wave-protocol/) to
the documentation repository. All help is welcome.
+
+Releases
+--------
+Every so often we like to package up the current state of the repositories
into a release for everyone to use. One of the committers will propose on the
wave-dev mailing list the creation of a release candidate, and offer the
prebuilt artifacts they suggest to release.
+
+Everyone is welcome to download and try out these builds, offering their
feedback onto the wave-dev list, and providing a vote for/against the release
of these artifacts.
+
+The current release can be found on the [Downloads](/downloads.html) page.
+
+The main repository (incubator-wave.git) is also set up to automatically run
tests and build potential artifacts after every commit using Jenkins. More
information about these nightly builds can be found
[here](/nightly-builds.html).
\ No newline at end of file
Added: incubator/wave/site/trunk/content/wave/nightly-builds.mdtext
URL:
http://svn.apache.org/viewvc/incubator/wave/site/trunk/content/wave/nightly-builds.mdtext?rev=1712810&view=auto
==============================================================================
--- incubator/wave/site/trunk/content/wave/nightly-builds.mdtext (added)
+++ incubator/wave/site/trunk/content/wave/nightly-builds.mdtext Thu Nov 5
16:30:19 2015
@@ -0,0 +1,34 @@
+Title: Nightly Builds
+Notice: Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+
+#Nightly Builds
+
+Wave uses continuous integration running on the Apache [Jenkins
Server](https://builds.apache.org) to automatically run the test suite and
produce potential artifacts after every commit.
+
+This allows you to have access to the cutting edge features currently under
development before they are part of a release.
+
+However, **There is no guarantee that these are actually working, and they may
cause you to loose all your data instead!**
+
+It would be wise to check the status of the last test-suite run on either the
[small](https://builds.apache.org/job/wave-small_tests/) or
[full](https://builds.apache.org/job/wave-all_tests/) test-suites first.
+
+The artifacts are produced by the [wave-artifacts
job](https://builds.apache.org/job/wave-artifacts/) in either tar.bz2 or zip
archive formats, without any checksums or signatures attached.
+
+If you are still sure you want them, the nightly builds can be downloaded
[here](https://builds.apache.org/job/wave-artifacts/lastSuccessfulBuild/artifact/dist/)
or by using the links below:
+
+tar -
[apache-wave-bin-0.4-incubating.tar.bz2](https://builds.apache.org/job/wave-artifacts/lastSuccessfulBuild/artifact/dist/apache-wave-bin-0.4-incubating.tar.bz2)
+zip -
[apache-wave-bin-0.4-incubating.zip](https://builds.apache.org/job/wave-artifacts/lastSuccessfulBuild/artifact/dist/apache-wave-bin-0.4-incubating.zip)
Propchange: incubator/wave/site/trunk/content/wave/nightly-builds.mdtext
------------------------------------------------------------------------------
svn:eol-style = native