1
0
Fork 0
Commit Graph

39 Commits (master)

Author SHA1 Message Date
MarcLeclair 929ec541b0
13899 fix formatting issue (#13900)
13899 re worded the performance readme and removed the reference to debuggable builds

13899 fixed some nits
2020-08-19 12:04:49 -04:00
Michael Comella 9b1953ea86 No issue: clean up build variants in README.
I adapted the more concise text from pocmo's email on build variants.
2020-08-06 11:24:55 -07:00
Sebastian Kaspari c93a29f89a Simplify build variants to just: debug, nightly, beta and release.
Co-authored-by: Johan Lorenzo <jlorenzo@mozilla.com>
2020-08-06 11:52:10 +02:00
liuche a11277079a
Update README.md (#13150)
We'll be redirecting people from bugzilla, and we've started Fennec rollout, so no time like the present to update references in the readme
2020-07-31 10:54:01 -07:00
Michael Hoye f692e8f82d Reorganized to highlight the CPG and Bugzilla guidelines 2020-07-28 14:48:54 -07:00
Michael Comella 17cfbc3947
No issue: link to Configure Java guide in README; remove NDK requirement. (#12753)
I don't have the NDK installed but I can build Fenix just fine.
2020-07-20 15:36:21 -07:00
Michael Comella 1202b15b17 No issue: move autosignRelease... to local.properties section of README. 2020-07-10 16:26:40 -07:00
Michael Comella 0df234cf76 For perf-frontend-issues#44: add local property to autosign release builds. 2020-07-10 10:55:32 -07:00
Emily Kager 51cc9aec1e
Adds issue section to readme (#12394) 2020-07-08 18:56:58 -07:00
Emilio Cobos Álvarez f145fc9691 readme: Note that to build from the CLI ANDROID_SDK_ROOT must be set.
Otherwise locally this fails with:

> Task 'assembleGeckoBetaDebug' not found in project ':app'.
2020-06-24 19:05:57 -07:00
Vishwa Patel 94fb5a7723
No Issue: Update Readme with steps to fix prepush hooks error (#10638)
* Steps to fix prepush hooks error

Updating Readme to include fix to error "Could not initialize class org.codehaus.groovy.runtime.InvokerHelper" which came up while running prepush hooks with Java version 14 on Mac
2020-05-14 16:02:08 -04:00
Emily Kager b2b89bfab5 Update README.md 2020-05-12 09:20:16 +03:00
Grisha Kruglov 447e71781b Speed-up autoPublication workflows
This change switches to using python scripts directly in a-c and a-s repositories, which achieves two things:
- we avoid overhead of running through a-c and a-s gradle's build phases, which is quite significant
- all of the logic for checking if projects are up-to-date or need to be republished now lives in those projects

End result is that local fenix builds now incur zero costs if there are no changes in a-c or a-s,
and if there are _any_ changes at all, the corresponding project is reliably recompiled and republished.
2020-04-22 14:32:16 -07:00
Michael Comella 862be3e95f No issue: add related Matrix channels to README. 2020-03-20 19:47:38 -07:00
Ryan Kelly a0f8be25b6 Add support for application-services autoPublish local dev workflow. 2020-03-19 10:51:08 +02:00
Tiger Oakes 2e6ffece0c
Fixes #7895 - Update chat link (#7897) 2020-01-23 13:16:55 -08:00
Michael Comella bb9ec4dae9 No issue: add notes on perf build variants in README. 2019-12-31 19:37:16 -08:00
Michael Comella 24f1846017 For #6931: Add caveat about slower build times in README. 2019-12-26 10:29:55 -08:00
Michael Comella 2b0ba01ebc For #6931: Change keys to tokens in README. 2019-12-26 10:29:55 -08:00
Michael Comella 4291b3c72b For #6931: Change README forPerformanceTest signingConfig to debug. 2019-12-26 10:29:55 -08:00
Michael Comella f272a54d59 For #6931: Add Performance Build Variants to README. 2019-12-26 10:29:55 -08:00
Emily Kager 6551f31845 For #6957 - Update Slack invite link (#7072)
* For #6957 - Update Slack invite link

* No issue: Update External Slack Hyperlink
2019-12-10 12:10:16 -08:00
liuche 104e3ad0a3 Closes #4775 - Update README with Severity Triage process (#6311) 2019-10-30 09:55:55 -07:00
Emily Kager c31adf2e12 Add Slack to readme (#6200) 2019-10-23 13:22:15 -07:00
Mitchell Hentges a497d2bcd0
Removes legacy nightly automation 2019-10-10 11:13:23 -07:00
Grisha Kruglov bf5b4fe877 Update README to explain various local.properties helpers 2019-10-07 14:13:33 -07:00
Severin Rudie a470b1c74c No issue: cleaned up formatting on Build Variants section of readme 2019-09-19 15:08:09 -07:00
Colin Lee bfee95b743
For #5200: Update build docs to reflect new variants (#5220)
* For #5200: Update build docs to reflect new variants

* Added a description of the build variants

* Added data loss warning
2019-09-11 14:53:32 -05:00
liuche ac950f6b97
Closes #5007 - Add PR guidelines to README. (#5008)
* Closes #5007 - Add PR guidelines to README.

* No issue: Add codecov and task status
2019-08-30 17:38:55 -07:00
Michael Comella 91bdc22566 No issue: fix README link to file security issues. 2019-08-01 22:22:21 -04:00
Björn Petersen 680d38a655 No Issue: Add pre-push hook instruction for PowerShell (#4018)
The mklink command is not available in PowerShell, making the previous
documentation for pre-push hooks on Windows incomplete.
2019-07-15 16:04:45 -05:00
Delphine Lebédel 4ca877014d Adding a temporary section for l10n (#3943)
Adding this small point while we ramp up our localization story (many people have started localizing this project directly from GitHub which is not our current process).
2019-07-08 23:06:51 -05:00
Andreas Bovens 7b86dace39 Updated readme with 'Firefox Preview' wording. (#3826) 2019-07-01 14:16:55 -05:00
Rimas Misevičius 144335d1be Fix the mklink command in README.md (#3820)
The `mklink /d` creates a directory symbolic link. As here we need a file symbolic link, the `/d` switch must not be used.

See `mklink` documentation: https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/mklink
2019-07-01 11:10:21 -05:00
KWierso 98b369d024 Update README.md to point to #fenix rather than #focus (#3808) 2019-07-01 11:00:50 -05:00
Divya Raj cd7308515b Typo in README 2019-06-27 09:42:13 -07:00
Isaak Eriksson 9617a06232 For #2914: Add Windows pre-push command on README (#2915) 2019-05-29 12:29:35 -05:00
Mitchell Hentges 282ad31345
Updates Fenix taskcluster tasks to support beta release (#1893)
* Updates Fenix taskcluster tasks to support beta release

* Throw error if -PversionName isn't set for release builds

* Uses beta secrets for beta

* Improves nightly and beta treeherder symbols
2019-05-06 19:09:29 +02:00
Colin Lee 8af55652be Add project README and pre-push-hook 2019-01-30 10:32:02 -08:00