You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flagon.apache.org by po...@apache.org on 2019/06/28 15:17:32 UTC

[incubator-flagon] branch master updated (327d7d3 -> 32f44c0)

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

poorejc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-flagon.git.


    from 327d7d3  [FLAGON-344] updates to website to reflect Flagon namechange
     new 4740678  renamed keys file
     new 32f44c0  minor fixes to links and header

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 {KEYS_committers => KEYS}/KEYS_msbeard |  0
 {KEYS_committers => KEYS}/KEYS_poorejc |  0
 site/_includes/header.html             |  2 +-
 site/_pages/releases.html              | 10 +++++-----
 4 files changed, 6 insertions(+), 6 deletions(-)
 rename {KEYS_committers => KEYS}/KEYS_msbeard (100%)
 rename {KEYS_committers => KEYS}/KEYS_poorejc (100%)


[incubator-flagon] 02/02: minor fixes to links and header

Posted by po...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

poorejc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-flagon.git

commit 32f44c0e2bd231b6b59e143de2dae73b6d08efc3
Author: poorejc <po...@apache.org>
AuthorDate: Fri Jun 28 11:07:24 2019 -0400

    minor fixes to links and header
---
 site/_includes/header.html |  2 +-
 site/_pages/releases.html  | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/site/_includes/header.html b/site/_includes/header.html
index 42c15dc..e6506e4 100644
--- a/site/_includes/header.html
+++ b/site/_includes/header.html
@@ -6,7 +6,7 @@
 
     <div class="right menu">
       <div class="ui dropdown item">
-        Components
+        Products
         <div class="menu">
           <a class="item" href="{{ '/stack' | prepend: site.baseurl }}">Stack</a>
           <a class="item" href="{{ '/userale' | prepend: site.baseurl }}">UserALE</a>
diff --git a/site/_pages/releases.html b/site/_pages/releases.html
index a82963f..f386d4d 100644
--- a/site/_pages/releases.html
+++ b/site/_pages/releases.html
@@ -11,7 +11,7 @@ title: Releases
 </p>
 
 <p>
-  Please Note all Apache Flagon artifacts are released as source code and binary artifacts and additional packages can be found on packaging platforms such as UserALE.js which we make available through <a href="https://www.npmjs.com/package/useralejs">the NPM useralejs package</a>.
+  Please Note all Apache Flagon artifacts are released as source code and binary artifacts and additional packages can be found on packaging platforms such as UserALE.js which we make available through <a href="https://www.npmjs.com/package/flagon-userale">the NPM useralejs package</a>.
 
   The CHANGELOG file shipped with each artifact can be consulted for more information on the list of updates in each release. 
 
@@ -20,7 +20,7 @@ title: Releases
 
 <h1>Flagon UserALE.js</h1>
 
-Please note, that for convenience, we make UserALE.js available through <a href="https://www.npmjs.com/package/useralejs">the NPM useralejs package</a>.
+Please note, that for convenience, we make UserALE.js available through <a href="https://www.npmjs.com/package/flagon-userale">the NPM useralejs package</a>.
 
 <h2>Downloads</h2>
 The link in the 'Download Artifact' column below should display a default mirror selection based on your inferred location. If (when you browse to it) you do not see that page, try a different browser. The SHA512 checksum and ASCII armoured detached signatures are links to the originals on the main distribution server.
@@ -84,7 +84,7 @@ The link in the 'Download Artifact' column below should display a default mirror
 </p>
 <p>
 	<code>
-		$ gpg --verify apache-flagon-useralejs-1.0.0-src.zip.asc
+		$ gpg --verify apache-flagon-{product}-{version}-src.zip.asc
 	</code>
 </p>
 
@@ -97,8 +97,8 @@ The link in the 'Download Artifact' column below should display a default mirror
 	Alternatively, you can verify the SHA512 signatures on the files. A unix program called md5 or md5sum is included in many unix distributions. Use the following example
 </p>
 <p>
-	<code>$ sha512sum apache-flagon-useralejs-1.0.0-src.zip</code>
+	<code>$ sha512sum apache-flagon-{product}-{version}-src.zip</code>
 </p>
 <p>
-	... output should match the string in apache-flagon-useralejs-1.0.0-src.zip.sha512
+	... output should match the string in apache-flagon-{product}-{version}-src.zip.sha512
 </p>
\ No newline at end of file


[incubator-flagon] 01/02: renamed keys file

Posted by po...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

poorejc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-flagon.git

commit 4740678ed97807574fbb640a2c431bea6fef63d8
Author: poorejc <po...@apache.org>
AuthorDate: Thu Jun 27 21:46:33 2019 -0400

    renamed keys file
---
 {KEYS_committers => KEYS}/KEYS_msbeard | 0
 {KEYS_committers => KEYS}/KEYS_poorejc | 0
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/KEYS_committers/KEYS_msbeard b/KEYS/KEYS_msbeard
similarity index 100%
rename from KEYS_committers/KEYS_msbeard
rename to KEYS/KEYS_msbeard
diff --git a/KEYS_committers/KEYS_poorejc b/KEYS/KEYS_poorejc
similarity index 100%
rename from KEYS_committers/KEYS_poorejc
rename to KEYS/KEYS_poorejc