You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2017/03/28 18:44:43 UTC

svn commit: r1789185 - /openoffice/ooo-site/trunk/content/download/devbuilds-test.html

Author: mseidel
Date: Tue Mar 28 18:44:43 2017
New Revision: 1789185

URL: http://svn.apache.org/viewvc?rev=1789185&view=rev
Log:
Added devbuilds-test.html

Added:
    openoffice/ooo-site/trunk/content/download/devbuilds-test.html

Added: openoffice/ooo-site/trunk/content/download/devbuilds-test.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/devbuilds-test.html?rev=1789185&view=auto
==============================================================================
--- openoffice/ooo-site/trunk/content/download/devbuilds-test.html (added)
+++ openoffice/ooo-site/trunk/content/download/devbuilds-test.html Tue Mar 28 18:44:43 2017
@@ -0,0 +1,112 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <title>Apache OpenOffice development builds: daily, nightly, snapshots</title>
+  <style type="text/css">
+  /* <![CDATA[ */
+  div.warning {
+    background-color: #FECBCB;
+    padding: 10px;
+    border-radius: 10px;
+    border: 2px solid #C00000;
+    font-style: italic;
+  }
+  /* ]]> */
+  </style>
+</head>
+
+<body>
+
+<h1>Apache OpenOffice daily/nightly builds and snapshots</h1>
+
+<div class="warning">
+  The following installation packages are automatically generated by buildbots.
+  <br><br>
+  They are <strong>for testing purposes only</strong>: They are not formally approved/tested and can contain issues.
+  <br/>
+  End users must use <strong>only our officially approved and widely tested builds</strong>, available from the 
+  <a href="https://www.openoffice.org/download/" title="Download">Download webpage</a>.
+</div>
+
+<h2>Target public</h2>
+
+<p>
+  The following builds are for use by <strong>OpenOffice project volunteers</strong> who are participating in the
+  <a href="https://openoffice.apache.org/qa.html" title="QA">QA</a> or
+  <a href="https://openoffice.apache.org/translate.html" title="Localization">Localization</a>
+  activities and are tracking specific bugs in our
+  <a href="https://bz.apache.org/ooo/" title="Bugzilla">Bugzilla</a>.
+</p>
+
+<!--
+<p>
+  Our daily/nightly and snapshot builds are made more visible to help volunteers
+  <a href="https://blogs.apache.org/OOo/entry/seeking_beta_testers_for_apache" title="Report bugs in the pre-release phase">
+  report bugs in the 4.1.0 pre-release phase</a>. Everyone is welcome to
+  <a href="http://openoffice.apache.org/orientation/index.html" title="Join">join the OpenOffice QA or Localization</a>
+  efforts. 
+</p>
+-->
+
+<h2>Available builds</h2>
+
+<ul>
+  <li>
+    <a href="https://cwiki.apache.org/confluence/display/OOOUSERS/Buildbot+info"
+    title="Buildbot Info">Buildbot Info</a>
+  </li>
+  <li>
+    <a href="https://ci.apache.org/waterfall?builder=aoo-win7&builder=aoo-w741x&builder=openoffice-linux64-nightly&builder=openoffice-linux64-41x&builder=openoffice-linux32-nightly&builder=openoffice-linux32-41x&builder=openoffice-nightly-rat&builder=openoffice-nightly-rat-aoo414&reload=none" title="Summary">Summary</a>
+  </li>
+  <br>
+  <li>
+    <a href="https://ci.apache.org/projects/openoffice/install/win/"
+    title="Windows nightly buld">Windows nightly build</a>
+    : 4 languages, built every night from trunk.
+  </li>
+  <li>
+    <a href="https://ci.apache.org/projects/openoffice/install/win41x/"
+    title="Windows snapshot build">Windows snapshot build</a>
+    : 7 languages, built every Sunday, Tuesday, Thursday from branch.
+  </li>
+  <br>
+  <li>
+    <a href="https://ci.apache.org/projects/openoffice/install/linux64/" 
+    title="Linux 64-bit nightly build">Linux 64-bit nightly build</a>
+    : 4 languages, built every night from trunk; RPM, DEB, ARC format.
+  </li>
+  <li>
+    <a href="https://ci.apache.org/projects/openoffice/install/41x/"
+    title="Linux 64-bit snapshot build">Linux 64-bit snapshot build</a>
+    : 7 languages, built every Monday, Wednesday, Friday from branch; RPM, DEB, ARC format.
+  </li>
+  <br>
+  <li>
+    <a href="https://ci.apache.org/projects/openoffice/install/linux32/"
+    title="Linux 32-bit nightly build">Linux 32-bit nightly build</a>
+    : 4 languages, built every night from trunk; RPM, DEB, ARC format.
+  </li>
+ <li>
+    <a href="https://ci.apache.org/projects/openoffice/install/lin41x/"
+    title="Linux 32-bit snapshot build">Linux 32-bit snapshot build</a>
+    : 42 languages, built every Sunday, Tuesday, Thursday from branch; RPM, DEB, ARC format.
+  </li>
+<!--
+  <li>
+    <a href="https://cwiki.apache.org/confluence/display/OOOUSERS/Development+Snapshot+Builds"
+    title="Release Candidate">Apache OpenOffice 4.1.1-RC3</a>
+    : Choose from all languages and platforms.
+  </li>
+  <li>
+    We currently have no development builds available.
+  </li>
+  <li>
+    Version 4.1.0 has been released. Use <a href="http://svn.apache.org/viewvc/openoffice/trunk/main/?sortby=date#dirlist"
+    title="SVN web interface">the SVN web interface</a> to see what has changed in code since version 4.1.0.
+  </li>
+-->
+</ul>
+
+</body>
+</html>