mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-07 21:48:39 +00:00
As the script now deploys to S3 and several things in master have changed, this script needs to reflect the latest changes * An unsigned RPM is built by default, so that users of older RPM based distros can download and use that RPM by default * In addition a signed RPM is built, that is used for the repositories * Paths for the new distributions have been fixed * The check for the number of jars has been removed, as this is done as part of the license checking in `mvn verify` * Checksum generation has been removed, as this is done as part of the mvn build * Publishing artifacts of S3 has been removed * Repostitory creation script has been updated