This is an automated email from the ASF dual-hosted git repository.

shuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 419cbfb  Fix typos and add links to new manual packages
419cbfb is described below

commit 419cbfb12199da51c8363266a1e7920c695046a0
Author: Serge Huber <[email protected]>
AuthorDate: Tue Nov 24 16:54:58 2020 +0100

    Fix typos and add links to new manual packages
---
 src/main/webapp/contribute-release-guide.html | 15 +++++++++++++++
 src/main/webapp/documentation.html            | 12 ++++++------
 2 files changed, 21 insertions(+), 6 deletions(-)

diff --git a/src/main/webapp/contribute-release-guide.html 
b/src/main/webapp/contribute-release-guide.html
index 177aa38..a2569c1 100644
--- a/src/main/webapp/contribute-release-guide.html
+++ b/src/main/webapp/contribute-release-guide.html
@@ -329,6 +329,21 @@ mvn install scm-publish:publish-scm 
-Dusername=YOUR_APACHE_USERNAME -Dpassword=Y
                 Upload the site modification by using:
                 <pre class="alert 
alert-primary"><code>./generate-site-and-upload.sh APACHE_LDAP_USERNAME 
APACHE_LDAP_PASSWORD</code></pre>
               </li>
+                <li>
+                    You will now need to publish the new version of the manual 
as downloadable resources
+                    <pre class="alert alert-primary"><code>cd manual
+cd target
+svn co https://dist.apache.org/repos/dist/release/unomi/${next.stable.version}
+mv unomi-manual-1_5_x.pdf ${next.stable.version}
+mv unomi-manual-1_5_x.pdf.asc ${next.stable.version}
+mv unomi-manual-1_5_x.zip ${next.stable.version}
+mv unomi-manual-1_5_x.pdf.sha512 ${next.stable.version}
+mv unomi-manual-1_5_x.zip.asc ${next.stable.version}
+mv unomi-manual-1_5_x.zip.sha512 ${next.stable.version}
+cd ${next.stable.version}
+svn add unomi-manual*
+svn commit -m "Update Unomi manual packages"
+                </li>
             </ol>
 
             <h3 id="rollback">Rollback</h3>
diff --git a/src/main/webapp/documentation.html 
b/src/main/webapp/documentation.html
index df99b01..593e6c8 100644
--- a/src/main/webapp/documentation.html
+++ b/src/main/webapp/documentation.html
@@ -17,12 +17,12 @@ layout: default
               <div class="mb-1 text-muted">Last update: November 23rd, 
2020</div>
               <p class="card-text">
                 <a href="manual/1_5_x/index.html">online</a><br>
-                <a target="_blank" 
href="https://dist.apache.org/repos/dist/release/unomi/1.5.1/unomi-manual-1_5_x.zip";>html
 (zipped)</a>
-                [ <a target="_blank" 
href="https://dist.apache.org/repos/dist/release/unomi/1.5.1/unomi-manual-1_5_x.zip.asc";>PGP</a>
 |
-                <a target="_blank" 
href="https://dist.apache.org/repos/dist/release/unomi/1.5.1/unomi-manual-1_5_x.zip.sha512";>SHA512</a>
 ]<br>
-                <a target="_blank" 
href="https://dist.apache.org/repos/dist/release/unomi/1.5.1/unomi-manual-1_5_x.pdf";>pdf</a>
-                [ <a target="_blank" 
href="https://dist.apache.org/repos/dist/release/unomi/1.5.1/unomi-manual-1_5_x.pdf.asc";>PGP</a>
 |
-                <a target="_blank" 
href="https://dist.apache.org/repos/dist/release/unomi/1.5.1/unomi-manual-1_5_x.pdf.sha512";>SHA512</a>
 ]
+                <a target="_blank" 
href="https://dist.apache.org/repos/dist/release/unomi/1.5.4/unomi-manual-1_5_x.zip";>html
 (zipped)</a>
+                [ <a target="_blank" 
href="https://dist.apache.org/repos/dist/release/unomi/1.5.4/unomi-manual-1_5_x.zip.asc";>PGP</a>
 |
+                <a target="_blank" 
href="https://dist.apache.org/repos/dist/release/unomi/1.5.4/unomi-manual-1_5_x.zip.sha512";>SHA512</a>
 ]<br>
+                <a target="_blank" 
href="https://dist.apache.org/repos/dist/release/unomi/1.5.4/unomi-manual-1_5_x.pdf";>pdf</a>
+                [ <a target="_blank" 
href="https://dist.apache.org/repos/dist/release/unomi/1.5.4/unomi-manual-1_5_x.pdf.asc";>PGP</a>
 |
+                <a target="_blank" 
href="https://dist.apache.org/repos/dist/release/unomi/1.5.4/unomi-manual-1_5_x.pdf.sha512";>SHA512</a>
 ]
                 -->
               </p>
             </div>

Reply via email to