aboutsummaryrefslogtreecommitdiff
path: root/test/haketilo_test/unit/__init__.py
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-03-08 18:16:37 +0100
committerWojtek Kosior <koszko@koszko.org>2022-03-10 11:43:59 +0100
commitca21495c166fc6269ca2d151a5bc51703949760b (patch)
tree799f31d4a26c81d8b8f044c5929ceae32f5dd2e2 /test/haketilo_test/unit/__init__.py
parent003876d507112ebe2575086514d5a388f78dedd9 (diff)
downloadbrowser-extension-ca21495c166fc6269ca2d151a5bc51703949760b.tar.gz
browser-extension-ca21495c166fc6269ca2d151a5bc51703949760b.zip
change "Install preview" button text to "More..."
Diffstat (limited to 'test/haketilo_test/unit/__init__.py')
0 files changed, 0 insertions, 0 deletions
span>doc: Developers don't need to run "make install" in Guix.Ludovic Courtès Suggested by Emmanuel Agullo. * doc/contributing.texi (Building from Git): Mention that running "make install" is unnecessary. 2020-09-18doc: Fix broken hyperlinks in the contribution instructions.Greg Hogan * doc/contributing.texi (Packaging Guidelines, Submitting Patches): Change URLs from relative to absolute links. 2020-09-12doc: Document the use of snippets vs phases.Maxim Cournoyer * doc/contributing.texi (Snippets versus phases): New section. 2020-08-27doc: Improve the instructions regarding `guix git authenticate`.Joshua Branson * doc/contributing.texi (Building from Git): Instruct the user to fetch the 'keyring' branch. Fix a typo. Signed-off-by: Leo Famulari <leo@famulari.name> 2020-07-23doc: Recommend running 'guix git authenticate' when cloning the repo.Ludovic Courtès * doc/contributing.texi (Building from Git): Adjust instruction and recommend 'guix git authenticate'. 2020-07-09doc: Fix typo.Tobias Geerinckx-Rice * doc/contributing.texi (The Perfect Setup): Fix spelling & placement of ‘additionally’. 2020-06-20doc: Make issues.guix.gnu.org more visible.Ludovic Courtès * doc/contributing.texi (Tracking Bugs and Patches): Make issues.guix.gnu.org more visible, update issue URL. 2020-06-16doc: Recommend "make authenticate" after ./bootstrap.Ludovic Courtès * doc/contributing.texi (Building from Git): Move "make authenticate" instructions below. 2020-06-14doc: Adjust branching and rebuilding strategy to match reality.Marius Bakke The amount of packages has more than tripled since this section was written. Adjust the rebuild limits and cycle lengths based on current practices. * doc/contributing.texi (Submitting Patches): Increase 'staging' rebuild limit to 1800 packages, and adjust the cycle to six weeks. Increase 'core-updates' cycle to six months. 2020-05-28doc: Remove explicit support for mips64el-linux.Efraim Flashner It's been a good run, but no one is maintaining the architecture. So long, and thanks for all the fish. * doc/guix.texi (GNU Distribution): Change text for mips64el-linux to denote it is deprecated. (Daemon Offload Setup): Change occurrences of mips64el-linux to aarch64-linux and adjust local code snippets. (Guix Environment)[cross-compilation]: Change mips64el-linux-gnu to aarch64-linux-gnu. (GNU Build System)(package-cross-derivation]: Same. (G-Expressions)[cross compilation]: Same. (Additional Build Options)[cross-compilation, build logs]: Same. (qemu-binfmt-service-type): Remove mips64el. * doc/contributing.texi (Submitting Patches): Same. * m4/guix.m4: (GUIX_ASSERT_SUPPORTED_SYSTEM): Remove mips64el-linux. 2020-05-25doc: Fix typos.zimoun * doc/guix.texi: Fix typos. * doc/contributing.texi: Fix typos. Signed-off-by: Julien Lepiller <julien@lepiller.eu> 2020-05-22maint: Add "make check-channel-news".Ludovic Courtès * build-aux/check-channel-news.scm: New file. * Makefile.am (EXTRA_DIST): Add it. (check-channel-news): New phony rule. * doc/contributing.texi (Commit Access): Mention "make check-channel-news". 2020-05-12doc: Specify the branch name in the title of a patch.Brice Waegeneire * doc/contributing.texi (Submitting Patches): Add branch name in the title of a patch if different than master. 2020-05-04doc: Recommend against SHA1 OpenPGP signatures.Ludovic Courtès * doc/contributing.texi (Commit Access): Recommend against SHA1 signatures. 2020-05-04doc: Document committer authorization.Ludovic Courtès * doc/contributing.texi (Commit Access): Add instructions for authorizing committers. 2020-03-13doc: Update guidance about Python 2 package variants.Leo Famulari * doc/contributing.texi (Python Modules): Don't recommend adding Python-2 package variants by default. 2020-03-10doc: Use HTTPS for external links.Vitaliy Shatrov * doc/contributing.texi (14.1 Building from Git, 14.3 The Perfect Setup, 14.4.1 Software Freedom, 14.4.4 Synopses and Descriptions, 14.5.4 Formatting Code): Use HTTPS for @uref{}s and @url{}s that support it. * doc/fdl-1.3.texi (Appendix A GNU Free Documentation License): Use HTTPS for @uref{}s and @url{}s that support it. * doc/guix.texi (6.3 Build Systems, 8.8.4 Networking Services, 8.8.8 Sound Services, 8.8.16 Web Services, 8.11 Name Service Switch, 12.2 Preparing to Use the Bootstrap Binaries); Use HTTPS for @uref{}s and @url{}s that support it. Signed-off-by: Marius Bakke <mbakke@fastmail.com> 2020-03-09doc: Use an https link for Contributor Covenant.Jakub Kądziołka * doc/contributing.texi: Switch to https for the link to contributor-covenant.org Reported-By: guix-vits on IRC 2020-02-22etc: Add copyright.Oleg Pykhalov * etc/copyright.el: New file. * doc/contributing.texi (The Perfect Setup): Document this. 2020-02-18doc: Document packaging guidelines for Rust crates.Efraim Flashner * doc/contributing.texi (Rust Crates): New section. 2020-01-19Use HTTPS for www.emacswiki.org.Tobias Geerinckx-Rice * doc/contributing.texi (The Perfect Setup): Use HTTPS for ParEdit wiki page. * gnu/packages/emacs-xyz.scm (emacs-wget, emacs-iedit)[home-page]: Use HTTPS. (emacs-transpose-frame)[source]: Likewise.