Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pkg3: Quality Tags (unstable/testing/candidate/stable) #44

Open
samoconnor opened this issue Aug 26, 2017 · 1 comment
Open

Pkg3: Quality Tags (unstable/testing/candidate/stable) #44

samoconnor opened this issue Aug 26, 2017 · 1 comment
Labels

Comments

@samoconnor
Copy link

It would be useful to have a facility for applying mutable quality tags to a release.
e.g.

  • Make a quick-fix for a user-reported bug, push a release to the registry, tagged "testing".
  • Ask the user to try out the fix.
  • Wait for the CI results for the release and all the dependant packages.
  • If all is well, a few days later tag the release as "stable".
    or:
  • Do some kind of major refactoring and push out a release tagged "unstable".
  • After a period of beta testing, push out a new release tagged "testing" (or "candidate")
  • etc...

Maybe users could push releases into the registry without waiting for human review, but only official reviewers would be allowed to apply the "released" tag?

End users could configure their production environment to only run "stable" packages and their playing-with-new-stuff environment to run anything.

REQUIRES files could include quality tag qualifiers.

Perhaps in the future there could be a "certified" tag that indicates a quality review has been done by an approved body.

@ararslan ararslan added the Pkg3 label Aug 26, 2017
@samoconnor
Copy link
Author

It might be necessary to qualify quality tags per platform.
e.g. "stable" for OSX and Linux, but not tested on Windows or ARM.
or "unstable" but only for ARM because the change does not affect other platforms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants