-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Source commit: 269b4f8 Nikola version: 8.2.4
- Loading branch information
Showing
18 changed files
with
432 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,6 +56,9 @@ | |
</div> | ||
</li> | ||
<li class="dash-nav-item"> | ||
<a href="releng/" class="nav-link">Release Engineering</a> | ||
</li> | ||
<li class="dash-nav-item"> | ||
<a href="../areweesmifiedyet/" class="nav-link">Are We ESMified Yet?</a> | ||
|
||
|
||
|
@@ -83,6 +86,7 @@ <h2>Release Drivers</h2> | |
<ul> | ||
<li>Wayne Mery (:wsmwk, Release Manager)</li> | ||
<li>Rob Lemley (:rjl, Release Engineer)</li> | ||
<li>Daniel Darnell (:dandarnell, Release Engineer)</li> | ||
</ul> | ||
<p>The <a href="mailto:[email protected]">Thunderbird drivers list</a> consists | ||
of the active team, those involved in producing Thunderbird releases, and | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,7 @@ The active team that is primarily responsible for Thunderbird releases is: | |
|
||
* Wayne Mery (:wsmwk, Release Manager) | ||
* Rob Lemley (:rjl, Release Engineer) | ||
* Daniel Darnell (:dandarnell, Release Engineer) | ||
|
||
The [Thunderbird drivers list](mailto:[email protected]) consists | ||
of the active team, those involved in producing Thunderbird releases, and | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
<!DOCTYPE html> | ||
<html prefix=" | ||
og: http://ogp.me/ns# article: http://ogp.me/ns/article# | ||
" lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title>Release Engineering | Thunderbird Release Documentation</title> | ||
<link href="../../assets/css/bootstrap.min.css" rel="stylesheet" type="text/css"> | ||
<link href="../../assets/css/baguetteBox.min.css" rel="stylesheet" type="text/css"> | ||
<link href="../../assets/css/rst.css" rel="stylesheet" type="text/css"> | ||
<link href="../../assets/css/code.css" rel="stylesheet" type="text/css"> | ||
<link href="../../assets/css/theme.css" rel="stylesheet" type="text/css"> | ||
<meta name="theme-color" content="#2284fe"> | ||
<meta name="generator" content="Nikola (getnikola.com)"> | ||
<link rel="alternate" type="application/rss+xml" title="RSS" hreflang="en" href="../../rss.xml"> | ||
<link rel="canonical" href="https://jfx2006.github.io/thunderbird-release/documentation/releng/"> | ||
<link rel="favicon" href="../../favicon.ico" sizes="48x48"> | ||
<!--[if lt IE 9]><script src="../../assets/js/html5.js"></script><![endif]--><meta name="author" content="Rob Lemley"> | ||
<meta property="og:site_name" content="Thunderbird Release Documentation"> | ||
<meta property="og:title" content="Release Engineering"> | ||
<meta property="og:url" content="https://jfx2006.github.io/thunderbird-release/documentation/releng/"> | ||
<meta property="og:description" content="Manually Verify Updates"> | ||
<meta property="og:type" content="article"> | ||
<meta property="article:published_time" content="2024-03-20T19:34:27Z"> | ||
<link href="../../assets/css/tbrelease.css" rel="stylesheet" type="text/css"> | ||
</head> | ||
<body> | ||
<div class="dash"> | ||
<div class="dash-nav dash-nav-dark"> | ||
<header><a href="../../" class="spur-logo"> | ||
<img src="../../images/thunderbird-watermark.svg" alt="Thunderbird Release Documentation" id="logo" class="d-inline-block align-top"></a> | ||
</header><nav class="dash-nav-list"><ul class="nav nav-pills flex-column"> | ||
<li class="dash-nav-item"> | ||
<a href="../" class="nav-link">About Thunderbird Releases</a> | ||
</li> | ||
<li class="dash-nav-item"> | ||
<a href="../../dashboard/" class="nav-link">Release Dashboard</a> | ||
</li> | ||
<li class="dash-nav-item"> | ||
<a href="../../tools/" class="nav-link">Release Tools</a> | ||
</li> | ||
<li class="dash-nav-item"> | ||
<a href="../developers/" class="nav-link">Docs for Devs</a> | ||
</li> | ||
<li class="dash-nav-item dropdown"> | ||
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Docs for Drivers</a> | ||
<div class="dash-nav-dropdown-menu dropdown-menu"> | ||
<a href="../drivers/" class="dash-nav-dropdown-item dropdown-item">Overview</a> | ||
<a href="../drivers/releasenotes/" class="dash-nav-dropdown-item dropdown-item">Release Notes</a> | ||
<a href="../drivers/merge_duty/" class="dash-nav-dropdown-item dropdown-item">Merge Duty</a> | ||
<a href="../drivers/mergeday_email_templates/" class="dash-nav-dropdown-item dropdown-item">Merge Emails</a> | ||
</div> | ||
</li> | ||
<li class="dash-nav-item active"> | ||
<a href="." class="nav-link">Release Engineering | ||
<span class="sr-only">(active)</span></a> | ||
</li> | ||
<li class="dash-nav-item"> | ||
<a href="../../areweesmifiedyet/" class="nav-link">Are We ESMified Yet?</a> | ||
|
||
|
||
</li> | ||
</ul></nav> | ||
</div> | ||
|
||
<div class="dash-app" id="content" role="main"> | ||
<header class="dash-toolbar"><span>The reports of Thunderbird's death have been greatly exaggerated.</span> | ||
|
||
</header><!--Body content--><main class="dash-content"><div class="container-fluid"> | ||
<article class="post-text storypage" itemscope="itemscope" itemtype="http://schema.org/Article"><header><h1 class="p-name entry-title" itemprop="headline name"><a href="." class="u-url">Release Engineering</a></h1> | ||
|
||
|
||
</header><div class="e-content entry-content" itemprop="articleBody text"> | ||
<ul> | ||
<li><a href="manually_verify_updates">Manually Verify Updates</a></li> | ||
</ul> | ||
</div> | ||
|
||
</article> | ||
</div> | ||
</main><!--End of body content--><footer id="footer"></footer> | ||
</div> | ||
</div> | ||
|
||
<script src="../../assets/js/jquery.min.js"></script><script src="../../assets/js/popper.min.js"></script><script src="../../assets/js/bootstrap.min.js"></script><script src="../../assets/js/baguetteBox.min.js"></script><script> | ||
baguetteBox.run('div#content', { | ||
ignoreClass: 'islink', | ||
captions: function (element) { | ||
return element.getElementsByTagName('img')[0].alt; | ||
} | ||
}); | ||
</script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
title: Release Engineering | ||
slug: index | ||
date: 2024-03-20 19:34:27 UTC | ||
type: text | ||
author: Rob Lemley | ||
|
||
* [Manually Verify Updates](manually_verify_updates) |
Oops, something went wrong.