Skip to content

Remove deprecated 'bottle :unneeded'#39

Merged
ivgiuliani merged 1 commit intomasterfrom
draupnir-in-the-bottle
Feb 15, 2022
Merged

Remove deprecated 'bottle :unneeded'#39
ivgiuliani merged 1 commit intomasterfrom
draupnir-in-the-bottle

Conversation

@ivgiuliani
Copy link
Contributor

We're getting this warning on every brew update:

Warning: Calling bottle :unneeded is deprecated! There is no replacement.
Please report this issue to the gocardless/taps tap (not Homebrew/brew or Homebrew/core):
  /usr/local/Homebrew/Library/Taps/gocardless/homebrew-taps/Formula/draupnir.rb:6

bottle :unneeded was deprecated by homebrew-core in June 2021, and no
longer has any meaning (see Homebrew/brew#11239)

We're getting this warning on every `brew update`:

```
Warning: Calling bottle :unneeded is deprecated! There is no replacement.
Please report this issue to the gocardless/taps tap (not Homebrew/brew or Homebrew/core):
  /usr/local/Homebrew/Library/Taps/gocardless/homebrew-taps/Formula/draupnir.rb:6
```

`bottle :unneeded` was deprecated by homebrew-core in June 2021, and no
longer has any meaning (see Homebrew/brew#11239)
@ivgiuliani ivgiuliani merged commit ddaa5a8 into master Feb 15, 2022
@ivgiuliani ivgiuliani deleted the draupnir-in-the-bottle branch February 15, 2022 14:05
desc "Client for the draupnir database service"
homepage ""
version "5.2.2"
bottle :unneeded
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will be re-added whenever the draupnir release pipeline runs. It needs to be updated in the goreleaser config

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ugh... I'll go fix that up

desc "Continuously dispatching deploys"
homepage "https://github.com/gocardless/dispatcher"
version "0.19.13"
bottle :unneeded
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here and in crank.rb. This is part of goreleaser as ben said

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants