Skip to content

Commit

Permalink
AU: 2 updated - firefox-dev firefox-nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Jan 8, 2019
1 parent a9e2539 commit 7daa707
Show file tree
Hide file tree
Showing 10 changed files with 470 additions and 435 deletions.
2 changes: 1 addition & 1 deletion automatic/firefox-nightly/firefox-nightly.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"nightly": "66.0.1.2019010709-alpha"
"nightly": "66.0.1.2019010721-alpha"
}
2 changes: 1 addition & 1 deletion automatic/firefox-nightly/firefox-nightly.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>66.0.1.2019010709-alpha</version>
<version>66.0.1.2019010721-alpha</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down
420 changes: 210 additions & 210 deletions automatic/firefox-nightly/tools/LanguageChecksums.csv

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions automatic/firefox-nightly/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if ($alreadyInstalled -and ($env:ChocolateyForce -ne $true)) {

Checksum = $checksums.Win32
ChecksumType = 'sha512'
Url = "https://archive.mozilla.org/pub/firefox/nightly/2019/01/2019-01-07-09-30-40-mozilla-central/firefox-66.0a1.${locale}.win32.installer.exe"
Url = "https://archive.mozilla.org/pub/firefox/nightly/2019/01/2019-01-07-21-47-30-mozilla-central/firefox-66.0a1.${locale}.win32.installer.exe"

silentArgs = '-ms'
validExitCodes = @(0)
Expand All @@ -43,7 +43,7 @@ if ($alreadyInstalled -and ($env:ChocolateyForce -ne $true)) {
if (!(Get-32bitOnlyInstalled($softwareName)) -and (Get-OSArchitectureWidth 64)) {
$packageArgs.Checksum64 = $checksums.Win64
$packageArgs.ChecksumType64 = 'sha512'
$packageArgs.Url64 = "https://archive.mozilla.org/pub/firefox/nightly/2019/01/2019-01-07-09-30-40-mozilla-central/firefox-66.0a1.${locale}.win64.installer.exe"
$packageArgs.Url64 = "https://archive.mozilla.org/pub/firefox/nightly/2019/01/2019-01-07-21-47-30-mozilla-central/firefox-66.0a1.${locale}.win64.installer.exe"
}

Install-ChocolateyPackage @packageArgs
Expand Down
27 changes: 22 additions & 5 deletions automatic/firefox/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,24 @@
# <img src="https://cdn.jsdelivr.net/gh/mkevenaar/chocolatey-packages@92fc1201bdb7d7deb90a0b4ec4b12f26e6e5412c/icons/firefox-beta.png" width="48" height="48"/> [firefox-beta](https://chocolatey.org/packages/firefox-beta)
# <img src="https://cdn.jsdelivr.net/gh/mkevenaar/chocolatey-packages@b40e08792b4d113bcb96960eaa184c093471a01e/icons/firefox-dev.png" width="48" height="48"/> [firefox-dev](https://chocolatey.org/packages/firefox-dev)

Firefox Beta builds are for Firefox enthusiasts to test what's destined to become the next stable release of [Firefox](https://chocolatey.org/packages/firefox).
Firefox Developer Edition replaces the Aurora channel in the Firefox Release Process. Like Aurora, features will land in the Developer Edition every six weeks, after they have stabilized in Nightly builds.

After spending six weeks in [Firefox Developer Edition](https://chocolatey.org/packages/firefox-dev), we take the features that are stable enough, and create a new version of Firefox Beta.
By using the Developer Edition, you gain access to tools and platform features at least 12 weeks before they reach the main Firefox release channel.

Additionally, the following experimental developer tools are persistent features of Firefox Developer Edition:

##### [WebIDE](https://developer.mozilla.org/docs/Tools/WebIDE)

Allows you to develop, deploy and debug Web apps directly in your browser, or on a Firefox OS device. It lets you create a new Firefox OS app (which is just a web app) from a template, or open up the code of an existing app. From there you can edit the app’s files. It’s one click to run the app in a simulator and one more to debug it with the developer tools. Web IDE - YouTube

##### [Valence](https://developer.mozilla.org/docs/Tools/Firefox_Tools_Adapter) (previously called Firefox Tools Adapter)

Lets you develop and debug your app across multiple browsers and devices by connecting the Firefox dev tools to other major browser engines. Valence also extends the awesome tools we've built to debug Firefox OS and Firefox for Android to the other major mobile browsers including Chrome on Android and Safari on iOS. So far these tools include our Inspector, Debugger and Console and Style Editor.

#### [Web Audio Editor](https://developer.mozilla.org/docs/Tools/Web_Audio_Editor)

Inspect and interact with Web Audio API in real time to ensure that all audio nodes are connected in the way you expect.

Additional developer tools also available in the release build (via F12 key): [Responsive Design View](https://developer.mozilla.org/docs/Tools/Responsive_Design_View), [Page Inspector](https://developer.mozilla.org/docs/Tools/Page_Inspector), [Web Console](https://developer.mozilla.org/docs/Tools/Web_Console), [JavaScript Debugger](https://developer.mozilla.org/docs/Tools/Debugger), [Network Monitor](https://developer.mozilla.org/docs/Tools/Network_Monitor), and [Style Editor](https://developer.mozilla.org/docs/Tools/Style_Editor).

## Package Parameters

Expand All @@ -13,10 +29,11 @@ After spending six weeks in [Firefox Developer Edition](https://chocolatey.org/p
Every 6 weeks, Firefox developers take the current stable features of each build and introduce them into the next stable channel for further development. The Developer Edition is a special build containing features never moved forward since they would be rarely used by the average user and needlessly consume resources.

* [Firefox](https://chocolatey.org/packages/firefox)
* Firefox Beta (you are here)
* [Firefox Developer Edition](https://chocolatey.org/packages/firefox-dev)
* [Firefox Beta](https://chocolatey.org/packages/firefox-beta)
* Firefox Developer Edition (you are here)
* [Firefox Nightly](https://chocolatey.org/packages/firefox-nightly)

[Mozilla Developer Network documentation](https://developer.mozilla.org/en-US/Firefox/Developer_Edition)
[Privacy policy](https://www.mozilla.org/en-US/privacy/firefox/)

**Please Note**: This is an automatically updated package. If you find it is
Expand Down
3 changes: 2 additions & 1 deletion automatic/firefox/firefox.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"beta": "65.0-beta8"
"beta": "65.0-beta8",
"dev": "65.0-beta9"
}
37 changes: 27 additions & 10 deletions automatic/firefox/firefox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,36 +22,52 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- This section is about this package, although id and version have ties back to the software -->
<!-- id is lowercase and if you want a good separator for words, use '-', not '.'. Dots are only acceptable as suffixes for certain types of packages, e.g. .install, .portable, .extension, .template -->
<!-- If the software is cross-platform, attempt to use the same id as the debian/rpm package(s) if possible. -->
<id>firefox-beta</id>
<id>firefox-dev</id>
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>65.0-beta8</version>
<version>65.0-beta9</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->

<!-- == SOFTWARE SPECIFIC SECTION == -->
<!-- This section is about the software itself -->
<title>Firefox Beta</title>
<title>Firefox Developer Edition</title>
<authors>Mozilla</authors>
<!-- projectUrl is required for the community feed -->
<projectUrl>https://www.mozilla.org/firefox/beta</projectUrl>
<projectUrl>https://www.mozilla.org/firefox/developer</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/mkevenaar/chocolatey-packages@92fc1201bdb7d7deb90a0b4ec4b12f26e6e5412c/icons/firefox-beta.png</iconUrl>
<!-- copyright is usually years and software vendor, but not required for internal feeds -->
<copyright>Mozilla Foundation</copyright>
<tags>browser mozilla firefox beta admin foss cross-platform</tags>
<releaseNotes>https://www.mozilla.org/firefox/beta/notes/</releaseNotes>
<tags>browser mozilla firefox developmer admin foss cross-platform</tags>
<releaseNotes>https://www.mozilla.org/en-US/firefox/developer/notes/</releaseNotes>
<licenseUrl>https://www.mozilla.org/en-US/MPL/2.0/</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<packageSourceUrl>https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/firefox</packageSourceUrl>
<docsUrl>https://developer.mozilla.org/en-US/Firefox</docsUrl>
<projectSourceUrl>http://hg.mozilla.org/releases/mozilla-beta/</projectSourceUrl>
<bugTrackerUrl>https://bugzilla.mozilla.org/</bugTrackerUrl>
<summary>Web browser of the latest features in a more stable environment</summary>
<description><![CDATA[Firefox Beta builds are for Firefox enthusiasts to test what's destined to become the next stable release of [Firefox](https://chocolatey.org/packages/firefox).
<description><![CDATA[Firefox Developer Edition replaces the Aurora channel in the Firefox Release Process. Like Aurora, features will land in the Developer Edition every six weeks, after they have stabilized in Nightly builds.
After spending six weeks in [Firefox Developer Edition](https://chocolatey.org/packages/firefox-dev), we take the features that are stable enough, and create a new version of Firefox Beta.
By using the Developer Edition, you gain access to tools and platform features at least 12 weeks before they reach the main Firefox release channel.
Additionally, the following experimental developer tools are persistent features of Firefox Developer Edition:
##### [WebIDE](https://developer.mozilla.org/docs/Tools/WebIDE)
Allows you to develop, deploy and debug Web apps directly in your browser, or on a Firefox OS device. It lets you create a new Firefox OS app (which is just a web app) from a template, or open up the code of an existing app. From there you can edit the app’s files. It’s one click to run the app in a simulator and one more to debug it with the developer tools. Web IDE - YouTube
##### [Valence](https://developer.mozilla.org/docs/Tools/Firefox_Tools_Adapter) (previously called Firefox Tools Adapter)
Lets you develop and debug your app across multiple browsers and devices by connecting the Firefox dev tools to other major browser engines. Valence also extends the awesome tools we've built to debug Firefox OS and Firefox for Android to the other major mobile browsers including Chrome on Android and Safari on iOS. So far these tools include our Inspector, Debugger and Console and Style Editor.
#### [Web Audio Editor](https://developer.mozilla.org/docs/Tools/Web_Audio_Editor)
Inspect and interact with Web Audio API in real time to ensure that all audio nodes are connected in the way you expect.
Additional developer tools also available in the release build (via F12 key): [Responsive Design View](https://developer.mozilla.org/docs/Tools/Responsive_Design_View), [Page Inspector](https://developer.mozilla.org/docs/Tools/Page_Inspector), [Web Console](https://developer.mozilla.org/docs/Tools/Web_Console), [JavaScript Debugger](https://developer.mozilla.org/docs/Tools/Debugger), [Network Monitor](https://developer.mozilla.org/docs/Tools/Network_Monitor), and [Style Editor](https://developer.mozilla.org/docs/Tools/Style_Editor).
## Package Parameters
Expand All @@ -62,10 +78,11 @@ After spending six weeks in [Firefox Developer Edition](https://chocolatey.org/p
Every 6 weeks, Firefox developers take the current stable features of each build and introduce them into the next stable channel for further development. The Developer Edition is a special build containing features never moved forward since they would be rarely used by the average user and needlessly consume resources.
* [Firefox](https://chocolatey.org/packages/firefox)
* Firefox Beta (you are here)
* [Firefox Developer Edition](https://chocolatey.org/packages/firefox-dev)
* [Firefox Beta](https://chocolatey.org/packages/firefox-beta)
* Firefox Developer Edition (you are here)
* [Firefox Nightly](https://chocolatey.org/packages/firefox-nightly)
[Mozilla Developer Network documentation](https://developer.mozilla.org/en-US/Firefox/Developer_Edition)
[Privacy policy](https://www.mozilla.org/en-US/privacy/firefox/)
**Please Note**: This is an automatically updated package. If you find it is
Expand Down
Loading

0 comments on commit 7daa707

Please sign in to comment.