Closed Bug 1826540 Opened 1 year ago Closed 6 months ago

deb: Write a blog post to announce the Nightly package is ready

Categories

(Release Engineering :: General, task, P3)

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jlorenzo, Assigned: gabriel)

References

(Blocks 1 open bug)

Details

Discussed with :pascalc. After QA is done testing the nightly .deb package (in QA-1829), we should get feedback from nightly users. To do so, :pascalc suggested we write a short blog post on blog.nightly.mozilla.org. There, we should provide the instructions to get the APT repo set up.

Then, the next step is to publish the link to the blog post on social media.

One more thing suggested by :pascalc: this blog post should also document how to migrate from Mozilla's .tar.gz archive to .deb. On top of my head, there shouldn't be a lot of steps, but I'm writing it down to remind ourselves if there's any.

Blocks: 1826748
Assignee: nobody → gabriel
Status: NEW → ASSIGNED

These are the commands to install a nightly package from our repository. In this example I am installing firefox-nightly-l10n-fr that is the fr langpack.

curl https://packages.mozilla.org/apt/repo-signing-key.gpg | sudo apt-key add -
echo "deb https://packages.mozilla.org/apt apt main" | sudo tee -a /etc/apt/sources.list.d/mozilla.list
sudo apt-get update && sudo apt-get install firefox-nightly firefox-nightly-l10n-fr

I tried this on Ubuntu 20.04. On more recent versions of Ubuntu I get a warning saying:

apt-key is deprecated. Manage keyring files in trusted.gpg.d instead

Dropping this link here, so I don’t forget https://itsfoss.com/apt-key-deprecated/

Severity: -- → N/A
Priority: -- → P3
Status: ASSIGNED → RESOLVED
Closed: 6 months ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.