Skip to content

Instantly share code, notes, and snippets.

@MihaiTabara
MihaiTabara / no-wnp.md
Created September 28, 2017 18:42 — forked from rail/no-wnp.md
"openURL": "https://www.mozilla.org/%LOCALE%/firefox/56.0/whatsnew/?oldversion=%OLD_VERSION%",
"actions": "showURL",
  • Modify the name of the blob: "name": "Firefox-56.0-build6-bz2"
  • Upload the blob to balrog
import sys
from snapcraft import storeapi
from snapcraft._store import _login
def main():
packages = [{'name': "firefox", 'series':
storeapi.constants.DEFAULT_SERIES}]
channels = ['edge']
@MihaiTabara
MihaiTabara / av.md
Created January 25, 2017 12:57 — forked from rail/av.md
wget -Oarchiver_client.py --no-check-certificate --tries=10 --waitretry=3 https://hg.mozilla.org/build/tools/raw-file/default/buildfarm/utils/archiver_client.py
python archiver_client.py mozharness --repo releases/mozilla-release --tag default --destination scripts --debug
python2.7 scripts/scripts/release/antivirus.py --product firefox --version 51.0.1 --build-number 2 --bucket-name net-mozaws-prod-delivery-firefox --tools-revision default --tools-repo https://hg.mozilla.org/build/tools
@MihaiTabara
MihaiTabara / 01_nightly-fennec-readme.md
Last active September 19, 2016 17:06 — forked from acmiyaguchi/01_nightly-fennec-readme.md
Nightly Fennec on Taskcluster

Nightly Fennec on TaskCluster

These are some notes for the development of nightly fennec on TaskCluster.

@MihaiTabara
MihaiTabara / relpro.md
Last active May 6, 2016 09:41 — forked from rail/relpro.md

Pre-requirements

taskcluster related

  • You need 2 bookmarklets in your browser to enhance the work with taskcluster
    • Create a new bookmark, name it Stop, add javascript:stop(); to Location
    • click and drag the sort table link to your Bookmarks Toolbar. Rail found a fancier sort table here
  • Find the email with subject: "[desktop] Build of Firefox-46.0b4-build2" - it contains a link to the task graph
  • After the task graph is loaded click on the "stop" bookmarklet
  • Click the "sort table" bookmarklet - you'll get "a/d" table headers
  • Sort the table by "State" ascending, so you get unscheduled and scheduled tasks first