Closed moelasmar closed 1 year ago
Tap prefixes are currently not working (it's incorrectly merges with homebrew-core's aws-sam-cli
), not sure if there's another tracking issue somewhere but this is indeed a regression.
not sure if there's another tracking issue somewhere but this is indeed a regression.
There is not but, yes, this is a known regression we need to handle with our InfluxDB data generation CC @SMillerDev.
Looking at InfluxDB I'm not sure how to join 2 fields like this. Looking again later, but it might be easier to just always send the full formula name with the tap and strip them out in JSON generation.
@SMillerDev I'll play around and see if I have any luck.
We still have this issue for the build-error
data
brew doctor
outputVerification
brew doctor
output" above saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
twice and am still able to reproduce my issue.brew install wget
. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead.brew config
outputWhat were you trying to do (and why)?
We are using the formula analytics API
https://formulae.brew.sh/api/analytics/install/30d.json
to get the usage for our formulaaws/tap/aws-sam-cli
. It was working fine till 5/30, but then this API response does not contain our formulaaws/tap/aws-sam-cli
anymore. The same issue exist inhttps://formulae.brew.sh/api/analytics/build-error/30d.jsonx
for the installation errors.What happened (include all command output)?
when we execute
curl https://formulae.brew.sh/api/analytics/install/30d.json | jq -er '.items[] | select(.formula=="aws/tap/aws-sam-cli")'
nothing retuned.What did you expect to happen?
we expect some data to be returned, something like the following:
Step-by-step reproduction instructions (by running
brew
commands)