Skip to content

Commit

Permalink
Merge pull request #405 from qowoz/python-updatescript
Browse files Browse the repository at this point in the history
doc: remove pypi, add updateScript
  • Loading branch information
zowoq committed Apr 28, 2024
2 parents 9fca69f + fee7238 commit 08fc765
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/batch-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ subcommand.

There also exist alternative sources of updates, these include:

- PyPI, the Python Package Index:
[nixpkgs-update-pypi-releases](https://github.com/jonringer/nixpkgs-update-pypi-releases)
- package updateScript:
[passthru.updateScript](https://nixos.org/manual/nixpkgs/unstable/#var-passthru-updateScript)
- GitHub releases:
[nixpkgs-update-github-releases](https://github.com/synthetica9/nixpkgs-update-github-releases)

Expand Down
2 changes: 1 addition & 1 deletion doc/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ It is the code used by the GitHub bot
[@r-ryantm](https://github.com/r-ryantm) to automatically update
nixpkgs. It uses package repository information from
[Repology.org](https://repology.org/repository/nix_unstable), the
GitHub releases API, and PyPI to generate a lists of outdated
GitHub releases API, and the package passthru.updateScript to generate a lists of outdated
packages.
2 changes: 1 addition & 1 deletion doc/nixpkgs-maintainer-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ r-ryantm gets its new version information from three sources:

* Repology - information from Repology is delayed because it only updates when there is an unstable channel release
* GitHub releases
* PyPi releases
* package passthru.updateScript

If none of these sources says the package is out of date, it will not attempt to update it.

Expand Down

0 comments on commit 08fc765

Please sign in to comment.