You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ec...@apache.org on 2018/08/23 17:47:21 UTC

[geode-native] branch develop updated: GEODE-2607: improve release artifacts

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

echobravo pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
     new 28cd465  GEODE-2607: improve release artifacts
28cd465 is described below

commit 28cd465d3c334446d98226fa8359f7df242007a2
Author: Blake Bender <ek...@hotmail.com>
AuthorDate: Thu Aug 23 17:47:19 2018 +0000

    GEODE-2607: improve release artifacts
    
    - Add packer and docker directories back into release artifacts
      Geode leaves these in, so it's best to match what they do when we can.
    
    - Generate SHA512 has along with build artifacts.
    
    Co-authored-by: Ivan Godwin <ig...@pivotal.io>
---
 .cpackignore   | 2 --
 CMakeLists.txt | 1 +
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/.cpackignore b/.cpackignore
index 8f18540..5b3f03d 100644
--- a/.cpackignore
+++ b/.cpackignore
@@ -1,5 +1,3 @@
-/docker/
-/packer/
 /.git/
 /.DS_Store
 
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bbb5869..c7c7e54 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -110,6 +110,7 @@ set(CPACK_PACKAGING_INSTALL_PREFIX "/${CPACK_PACKAGE_NAME}")
 set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/dist/LICENSE")
 set(CPACK_PACKAGE_INSTALL_DIRECTORY "${CPACK_PACKAGE_NAME}")
 set(CPACK_GENERATOR TGZ;ZIP)
+set(CPACK_PACKAGE_CHECKSUM "SHA512")
 
 # Build a comprehensive list of things to leave out of the cpack package for our
 # source code releases.  Use .gitignore as a base, then use '.cpackignore' to