Skip to content

Instantly share code, notes, and snippets.

View nthomas-mozilla's full-sized avatar

Nick Thomas nthomas-mozilla

View GitHub Profile
diff --git a/taskcluster/taskgraph/generator.py b/taskcluster/taskgraph/generator.py
--- a/taskcluster/taskgraph/generator.py
+++ b/taskcluster/taskgraph/generator.py
@@ -218,16 +218,19 @@ class TaskGraphGenerator(object):
The configuration for this graph.
@type: TaskGraph
"""
return self._run_until('graph_config')
#!/usr/bin/env python2
## repo default configuration
##
# use the mozilla fork, master branch has fix for git ssh urls
REPO_URL = 'https://github.com/mozilla/git-repo'
REPO_REV = 'master'
# Copyright (C) 2008 Google Inc.
#
@nthomas-mozilla
nthomas-mozilla / notes.md
Last active August 7, 2019 22:29
kind dependecy graphs

Setup

$ pip2 install graphviz   # has no extra deps so it's not going to add a zillion packages

and have graphviz installed (homebrew, yum, etc, which will pull in a few packages).

Patch gecko

diff --git a/taskcluster/taskgraph/generator.py b/taskcluster/taskgraph/generator.py
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
changeset: 559111:c639c330bff6
bookmark: partner-signing-chunking
tag: tip
user: Nick Thomas <nthomas@mozilla.com>
date: Thu Jul 25 22:35:11 2019 +1200
summary: Staging release changes
diff --git a/browser/locales/l10n-onchange-changesets.json b/browser/locales/l10n-onchange-changesets.json
--- a/browser/locales/l10n-onchange-changesets.json
+++ b/browser/locales/l10n-onchange-changesets.json
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
diff --git a/browser/components/BrowserContentHandler.jsm b/browser/components/BrowserContentHandler.jsm
--- a/browser/components/BrowserContentHandler.jsm
+++ b/browser/components/BrowserContentHandler.jsm
@@ -548,38 +548,33 @@ nsBrowserContentHandler.prototype = {
case OVERRIDE_NEW_PROFILE:
// New profile.
overridePage = Services.urlFormatter.formatURLPref("startup.homepage_welcome_url");
additionalPage = Services.urlFormatter.formatURLPref("startup.homepage_welcome_url.additional");
// Turn on 'later run' pages for new profiles.
LaterRun.enabled = true;
# tcpdump host 10.49.48.29 and port 9110 | tee capture.txt
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth0, link-type EN10MB (Ethernet), capture size 65535 bytes
22:46:38.926003 IP signing-linux-dev1.srv.releng.use1.mozilla.com.40898 > signing7.srv.releng.mdc1.mozilla.com.9110: Flags [S], seq 2006685865, win 17922, options [mss 8961,sackOK,TS val 265005926 ecr 0,nop,wscale 7], length 0
22:46:39.007625 IP signing7.srv.releng.mdc1.mozilla.com.9110 > signing-linux-dev1.srv.releng.use1.mozilla.com.40898: Flags [S.], seq 1366127299, ack 2006685866, win 14480, options [mss 1387,sackOK,TS val 1747343096 ecr 265005926,nop,wscale 7], length 0
22:46:39.007651 IP signing-linux-dev1.srv.releng.use1.mozilla.com.40898 > signing7.srv.releng.mdc1.mozilla.com.9110: Flags [.], ack 1, win 141, options [nop,nop,TS val 265006008 ecr 1747343096], length 0
22:46:39.101924 IP signing-linux-dev1.srv.releng.use1.mozilla.com.40898 > signing7.srv.releng.mdc1.mozilla.com.9110: Flags [P.], seq
type "complete"
add "xul.dll"
add "vcruntime140.dll"
add "updater.ini"
add "updater.exe"
add-if-not "update-settings.ini" "update-settings.ini"
add "uninstall/helper.exe"
add "ucrtbase.dll"
add "thunderbird.exe"
add "thunderbird.VisualElementsManifest.xml"
type "complete"
add "xul.dll"
add "vcruntime140.dll"
add "updater.ini"
add "updater.exe"
add-if-not "update-settings.ini" "update-settings.ini"
add "uninstall/helper.exe"
add "ucrtbase.dll"
add "thunderbird.exe"
add "thunderbird.VisualElementsManifest.xml"