mozilla-vpn-client
mozilla-vpn-client copied to clipboard
Experiment: Repackage .deb builds as mozillavpn-beta
Description
This is a bit of an experiment to see if we can run a repackage step on our Static debian builds to make it possible publish them in the Mozilla APT repository alongside the release builds, similar to how Firefox nightly is published.
The idea is that our release candidates can get repackaged as mozillavpn-beta
and then use the Debian Provides: mozillavpn
to make it an alias for the release builds.
Reference
i.e Jira or Github issue URL
Checklist
- [ ] My code follows the style guidelines for this project
- [ ] I have not added any packages that contain high risk or unknown licenses (GPL, LGPL, MPL, etc. consult with DevOps if in question)
- [ ] I have performed a self review of my own code
- [ ] I have commented my code PARTICULARLY in hard to understand areas
- [ ] I have added thorough tests where needed