aws / aws-codedeploy-agent

Host Agent for AWS CodeDeploy
https://aws.amazon.com/codedeploy
Apache License 2.0
328 stars 188 forks source link

Adds Rakefile task to package #298

Closed vrr-21 closed 3 years ago

vrr-21 commented 3 years ago

Issue #, if available:

Description of changes: This change introduces a new target (rake package) in the Rakefile for building a tar.gz of the code.

To install the gems needed in packaging, use bundle install --without=test development --path=./vendor-thirdparty, then use rake package.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 47.849% when pulling 29cab55201aaf30063ec810dd63a4a80c46029d0 on rake-packaging into 93c0149119f46014c1297568c2d779bc87e1e16f on master.

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 47.849% when pulling a2f5ba4e6b2d9d7bac793a473830a37cbf263cb3 on rake-packaging into 93c0149119f46014c1297568c2d779bc87e1e16f on master.