forked from teaxyz/chai
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix/homebrew uses from macos (teaxyz#15)
* remove uses from macos * remove trailing commas * remove from the query * use import_id, not name
- Loading branch information
1 parent
53d5d2a
commit 8c2b87f
Showing
5 changed files
with
23 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Homebrew | ||
|
||
## Notes | ||
|
||
- Homebrew's dependencies are not just restricted to the `{build,test,...}_dependencies` | ||
fields listed in the JSON APIs...it also uses some system level packages denoted in | ||
`uses_from_macos`, and `variations` (for linux). The pipeline currently does consider | ||
these dependencies. | ||
- Homebrew's JSON API and formula.rb files do not specify all the versions available for | ||
a package. It does provide the `stable` and `head` versions, which are pulled in | ||
[`versions.jq`](jq/versions.jq). | ||
- Versioned formulae (like `python`, `postgresql`) are ones where the Homebrew package | ||
specifies a version. The pipeline considers these packages individual packages, | ||
and so creates new records in the `packages` table. | ||
- The data source for Homebrew does not retrieve the analytics information that is | ||
available via the individual JSON API endpoints for each package. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters