Browse Source

Disable automatic homebrew package releases for now to throttle

See pull request https://github.com/Homebrew/homebrew-core/pull/38274
timvisee 6 years ago
parent
commit
3075b8e8fc
1 changed files with 7 additions and 6 deletions
  1. 7 6
      .travis.yml

+ 7 - 6
.travis.yml

@@ -39,9 +39,10 @@ jobs:
         - ./github-release release --token "$GITHUB_TOKEN" --owner timvisee --repo ffsend --tag "$TRAVIS_TAG"  --title "ffsend $TRAVIS_TAG"
         - ./github-release release --token "$GITHUB_TOKEN" --owner timvisee --repo ffsend --tag "$TRAVIS_TAG"  --title "ffsend $TRAVIS_TAG"
         - ./github-release upload --token "$GITHUB_TOKEN" --owner timvisee --repo ffsend --tag "$TRAVIS_TAG" --file ./ffsend --name ffsend-$TRAVIS_TAG-macos
         - ./github-release upload --token "$GITHUB_TOKEN" --owner timvisee --repo ffsend --tag "$TRAVIS_TAG" --file ./ffsend --name ffsend-$TRAVIS_TAG-macos
 
 
-        # Update homebrew package
-        - git config --global user.name "timvisee"
-        - git config --global user.email "$GIT_EMAIL"
-        - git config --global credential.helper store
-        - echo "https://timvisee:$HOMEBREW_GITHUB_API_TOKEN@github.com" >> ~/.git-credentials
-        - brew bump-formula-pr --url="https://github.com/timvisee/ffsend/archive/$TRAVIS_TAG.tar.gz" --message="Automated release pull request using continuous integration." --no-browse -f -v ffsend
+        # TODO: disabled for now to throttle updates, manually enable on major release
+        # # Update homebrew package
+        # - git config --global user.name "timvisee"
+        # - git config --global user.email "$GIT_EMAIL"
+        # - git config --global credential.helper store
+        # - echo "https://timvisee:$HOMEBREW_GITHUB_API_TOKEN@github.com" >> ~/.git-credentials
+        # - brew bump-formula-pr --url="https://github.com/timvisee/ffsend/archive/$TRAVIS_TAG.tar.gz" --message="Automated release pull request using continuous integration." --no-browse -f -v ffsend