Take Over Package Maintenance Exclusively

Take Over Package Maintenance Exclusively

Package Maintainer Handover

:choco-info: NOTE

This process comes after the Package Triage Process. If you are a software vendor wanting to maintain your own software's packages, please see maintain packages for my software.

When a package maintainer is deemed no longer maintaining a package, a new maintainer or maintainers can assist and/or takeover. This is done through the Package Triage Process.

Once an admin makes you a maintainer you will need to click on the link in your email to confirm.

Once that is done you have several steps:

  • Obtain the source for the package. Look at the packageSourceUrl to see if it is filled out or not.

    Package source link

  • Look for the maintainer's profile to see if they have a GitHub repository for their packages.

    maintainer profile with github repository link

  • If you don't find it there, attempt to find it on GitHub with some google-fu.

  • If all else fails, download the package from the website (use the Download link on the left side).

  • Use unzip to unpack the package and remove the files that are only used in packaging.

  • Put that in your GitHub repository for packages.

  • Ensure you have a link to that repository in your Chocolatey profile.

  • Commit the package as is prior to any changes. If you are moving it over from another repository, just copy the current files/folders related to that package into your repository.

  • Now make your changes/fixes/updates. Commit those changes as necessary.

  • One thing to update is any links to the old repository such as images and/or maintainers.

  • Also add/update <packageSourceUrl /> to point to your repository.

  • Build the package and test locally.

  • Push the package with the updates/fixes.

  • If brought in from another repository, be sure to send a Pull Request to that repository to have the package removed from there (or at the very least file an issue). Link the new location in that request for others who might be searching.