You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2020/06/19 19:23:44 UTC

svn commit: r40107 - in /dev/incubator/datasketches/scripts: APACHE_JAVA_RELEASE_STEPS.md createDownloadsInclude.sh

Author: leerho
Date: Fri Jun 19 19:23:44 2020
New Revision: 40107

Log:
update scripts

Modified:
    dev/incubator/datasketches/scripts/APACHE_JAVA_RELEASE_STEPS.md
    dev/incubator/datasketches/scripts/createDownloadsInclude.sh

Modified: dev/incubator/datasketches/scripts/APACHE_JAVA_RELEASE_STEPS.md
==============================================================================
--- dev/incubator/datasketches/scripts/APACHE_JAVA_RELEASE_STEPS.md (original)
+++ dev/incubator/datasketches/scripts/APACHE_JAVA_RELEASE_STEPS.md Fri Jun 19 19:23:44 2020
@@ -113,6 +113,7 @@ __NOTES:__
   * Absolute path of target project.basedir on your system
   * Project.artifactId : datasketches-\<component\> where component is e.g., java, pig, hive,...
   * GitHub Tag: A.B.0-incubating-RC1 (or RCn)
+  * Have your GPG passphrase handy -- you have only a few seconds to enter it!
 * Start a new terminal in the above dist/dev/incubator/datasketches/scripts directory on your system:
   * Confirm GPG is running: $ env | grep GPG
       * If not: $ eval $(gpg-agent --daemon)

Modified: dev/incubator/datasketches/scripts/createDownloadsInclude.sh
==============================================================================
--- dev/incubator/datasketches/scripts/createDownloadsInclude.sh (original)
+++ dev/incubator/datasketches/scripts/createDownloadsInclude.sh Fri Jun 19 19:23:44 2020
@@ -18,6 +18,9 @@
 # under the License.
 
 # Update website _includes/downloadsinclude.txt, which creates the Latest Source Zip Files table on the website Downloads page.
+# This scans the dist.apache.org/repos/dist/release/incubator/datasketches/ directory for current releases. 
+# It assumes that the directory has been cleaned of older releases, otherwise the older releases will show up in the website
+# table. The table is created and overwrites the existing /_includes/downloadsInclude.txt.
 # This is a generic bash script in that it does not assume a POM file and does not use Maven or git. It does use SVN.
 
 # Input Parameters



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org