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

Experiment: Repackage .deb builds as mozillavpn-beta #9820

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

oskirby
Copy link
Collaborator

@oskirby oskirby commented Aug 28, 2024

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

After having a read through of the official Debian package format
(see man deb(5)) it seems there are a couple of nuances to how the
archive is created. We should probably be using the official tool,
dpkg-deb, to manipulate packages to ensure that we create it
correctly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant