Skip to content

Commit

Permalink
Removing support for Homebrew installer
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocarvalho777 committed Apr 11, 2022
1 parent d335815 commit fd74c73
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 33 deletions.
4 changes: 0 additions & 4 deletions docs/Installing-Butterfly.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@

Before installing Butterfly, make sure you have Java 7, or newer, installed (run `java -version` to check). Oracle HotSpot 7 or newer and Open JDK 8 or newer are supported. Open JDK 7 is not supported because of [this issue](https://answers.launchpad.net/ubuntu/+source/openjdk-7/+question/192941).

## Installing Butterfly on Mac with Homebrew

See [butterfly tap](https://github.com/paypal/homebrew-butterfly) for instructions.

## Installing Butterfly from zip file

1. Download and extract [butterfly-cli-package.zip](https://repo1.maven.org/maven2/com/paypal/butterfly/butterfly-cli-package/3.2.4/butterfly-cli-package-3.2.4.zip) file
Expand Down
26 changes: 0 additions & 26 deletions prepare_brew_release.sh

This file was deleted.

3 changes: 0 additions & 3 deletions release_steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ This document explains how to release a new Butterfly version.
1. You must have:
1. Admin rights to Butterfly GitHub repo.
1. A [Nexus Repository Manager](https://oss.sonatype.org/#welcome) account with access to PayPal artifacts.
1. [Homebrew](https://docs.brew.sh/) installed in your MacOS.

## Release steps

Expand Down Expand Up @@ -41,8 +40,6 @@ This document explains how to release a new Butterfly version.
1. Close the butterfly staging repository
1. Release the butterfly staging repository
1. Wait a couple of hours and make sure new butterfly version shows at http://search.maven.org/#search|ga|1|g:com.paypal.butterfly
1. Updating Homebrew formula
1. Run `./prepare_brew_release.sh` and follow its instructions closely
1. Working from master branch
1. Set the new SNAPSHOT version in `build.gradle`
1. Run `./gradlew clean build` and make sure it succeeds
Expand Down

0 comments on commit fd74c73

Please sign in to comment.