Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 19.9 KB

PACKAGES.md

File metadata and controls

44 lines (32 loc) · 19.9 KB

Known package releases of git-machete

In case the given package system provides multiple channels (stable/edge etc.), the edge-most channel that corresponds to the released versions of git-machete is listed (so as to make spotting potential blockers/errors in the given system easier).

Package system Version Package link Definition link PRs link Controlled by Released by Installs completions and/or man page? Downloads, last modified etc.
Alpine Linux Alpine Linux Edge package Alpine Linux Edge package APKBUILD (points to GitHub) Alpine Linux package maintainers Alpine Linux package maintainers bash, fish, zsh
Arch User Repository AUR package AUR package PKGBUILD (points to GitHub) AUR maintainers, incl. Ilaï Deutel AUR maintainers1 bash, zsh AUR last modified
Conda Forge Conda package Conda package Recipe (points to PyPI) PRs Feedstock maintainers, incl. @asford (Alex Ford) and ourselves Feedstock GitHub bot - Conda downloads
Gentoo Gentoo package Gentoo package ebuild (points to GitHub) Gentoo package maintainers Gentoo package maintainers bash, fish, zsh
GitHub Releases (rpm) GitHub latest release GitHub releases Ourselves Our CI on master builds - GitHub releases total downloads2
Homebrew homebrew formula Formula Formula source (points to PyPI) PRs Homebrew maintainers Our CI on master builds (opens formula-bump PR), then homebrew-core GitHub Actions bash, fish, zsh + man page homebrew formula monthly downloads
homebrew formula quarterly downloads
homebrew formula yearly downloads
LiGurOS (Gentoo fork) LiGurOS develop package ebuild (points to GitHub) LiGurOS package maintainers LiGurOS package maintainers bash, fish, zsh
nixpkgs nixpkgs unstable package nixpkgs unstable package Expression (points to GitHub) PRs nixpkgs maintainers, incl. @blitz (Julian Stecklina) @r-ryantm bot (logs)3 bash, fish, zsh
PyPI PyPI package PyPI package
Test PyPI package
Ourselves Our CI on master builds4 - PyPI daily downloads
PyPI weekly downloads
PyPI monthly downloads
PyPI wheel?
PPA (Ubuntu) 5 PPA packages debian/ folder (in this repo) Ourselves Our CI on master builds (uploads source package), then Launchpad build system (see builds) -
Read the Docs Read the Docs Read the Docs (stable)
Read the Docs (latest)
Admin page
Ourselves Read the Docs itself (see builds), triggered by GitHub webhook 6 N/A
Snap Snap Snap package snapcraft.yaml (in this repo) Ourselves Our CI on master builds7 -
T2 SDE T2 SDE package T2 SDE package Package definition (points to GitHub) T2 SDE package maintainers T2 SDE package maintainers -

May duplicate badges already included in the above table, but may also include newly-added packages that we're not aware of yet.

Packaging status

Footnotes

  1. If a release introduces significant changes/critical bugfixes, we should flag the package as out of date.

  2. GitHub downloads most likely correspond to the RPM packages attached to the releases.

  3. nixpkgs releases used to be done by our CI until @blitz's PR #131141 to NixOS/nixpkgs which set up the bot.

  4. CI builds of develop publish the package to Test PyPI. CI builds of master publish the package to main (production) PyPI.

  5. There are no badges available for PPA packages; see badges/shields#560.

  6. ReadTheDocs builds of develop are published as latest. ReadTheDocs builds of master are published as stable.

  7. Releases used to be done by Snap Store itself, triggered by webhook. We moved that process to CI to skip a manual promotion step.