| Commit message (Expand) | Author | Age | Files | Lines |
* | doc: Update keyserver URL.•••* HACKING (Commit Access): Change keyserver URL to 'keys.openpgp.org'.
| Leo Famulari | 2019-07-13 | 1 | -1/+1 |
* | HACKING: Update key server.•••* HACKING (Commit Access): Recommend pool.sks-keyservers.net.
| Ludovic Courtès | 2019-02-11 | 1 | -3/+4 |
* | doc: Fix typo (missing period)•••* HACKING (Commit Access): Fix typo.
| Pierre Neidhardt | 2018-07-22 | 1 | -1/+1 |
* | doc: Mention how to use emacs-debbugs.•••* HACKING (Using emacs-debbugs): Add section on using emacs-debbugs.
| Arun Isaac | 2017-08-19 | 1 | -0/+10 |
* | maint: Give command to install the pre-push hook.•••* HACKING: Add 'cp' line to install the pre-push hook.
| Ludovic Courtès | 2017-03-27 | 1 | -3/+4 |
* | maint: Mention the Signed-off-by line in 'HACKING'.•••* HACKING: Mention the Signed-off-by line.
| Clément Lassieur | 2017-03-24 | 1 | -0/+4 |
* | maint: Mention guix-patches@gnu.org in 'HACKING'.•••Fixes <http://bugs.gnu.org/25899>.
* HACKING: Mention guix-patches@gnu.org.
| Ludovic Courtès | 2017-03-15 | 1 | -4/+6 |
* | maint: Fix invalid calls to 'info'.•••* HACKING <Contributing>: Remove name of the manual from the item argument.
* README <Installation>: Likewise.
| Mathieu Lirzin | 2017-01-30 | 1 | -2/+2 |
* | doc: Add a Git hook that verifies signatures before pushing.•••* HACKING (Commit Access): Describe the pre-push Git hook.
* etc/git/pre-push: New file.
| Leo Famulari | 2017-01-04 | 1 | -0/+5 |
* | doc: Explain how to set up Git for signing.•••* HACKING (Commit Access): Give instructions on how to set up Git for
signing.
| Ludovic Courtès | 2016-07-24 | 1 | -4/+8 |
* | doc: Mention commit signatures in HACKING.•••* HACKING: Mention commit signatures.
| Leo Famulari | 2016-07-14 | 1 | -0/+4 |
* | doc: Move most 'HACKING' informations into the manual.•••* HACKING (Contributing): New section.
(Building from Git, The Perfect Setup, Coding Style, Submitting Patches):
Move to ...
* doc/guix.texi (Running Guix Before It Is Installed): Likewise.
* doc/contributing.texi: ... here. New file.
* doc.am (EXTRA_DIST): Use it.
* README (Installation): Adapt to it.
* configure.ac (DOT): Likewise.
| Mathieu Lirzin | 2015-06-14 | 1 | -127/+6 |
* | doc: Add 'help2man' to HACKING.•••* HACKING: Mention 'help2man'.
| Alex Kost | 2015-06-10 | 1 | -0/+1 |
* | doc: Add "Running Guix Before It Is Installed".•••* doc/guix.texi (Running Guix Before It Is Installed): New node.
(Packaging Guidelines): Refer to it.
| Ludovic Courtès | 2015-05-23 | 1 | -12/+2 |
* | doc: Remove reference to git submodules in HACKING.•••* HACKING: Remove mention of git submodules.
| Mark H Weaver | 2015-02-26 | 1 | -6/+0 |
* | doc: Mention 'guix lint' and '--list-dependent' in 'HACKING'.•••* HACKING (Submitting Patches): Mention 'guix lint' and 'guix refresh
--list-dependent'.
| Ludovic Courtès | 2014-09-03 | 1 | -0/+7 |
* | doc: Mention upgrades that trigger a lot of rebuilds.•••* HACKING (Commit Access): Mention upgrades that trigger a lot rebuilds.
| Ludovic Courtès | 2014-05-11 | 1 | -1/+2 |
* | doc: Update packaging guidelines.•••* HACKING (Submitting Patches): Mention 'git send-mail'.
* doc/guix.texi (Packaging Guidelines): More details on how to prepare a
package module.
(Contributing): Add reference to #guix channel on Freenode.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Pierre-Antoine Rault | 2014-03-10 | 1 | -2/+7 |
* | doc: Adjust "Building from Git" instructions.•••* HACKING (Building from Git): As a follow-up to ff1cbb9, update the
error reported when pkg.m4 is missing. Suggested by
John Darrington <john@darrington.wattle.id.au>.
| Ludovic Courtès | 2013-12-07 | 1 | -2/+4 |
* | doc: Add "Data Types and Pattern Matching" to the Coding Style.•••* HACKING (Data Types and Pattern Matching): New section.
| Ludovic Courtès | 2013-09-07 | 1 | -0/+12 |
* | doc: Add note about .dir-locals.el.•••* HACKING (Coding Style): Mention special indentation rules and
.dir-locals.el.
| Ludovic Courtès | 2013-08-30 | 1 | -3/+8 |
* | doc: Add a "Coding Style" section in 'HACKING'.•••* HACKING (Coding Style): New section.
| Ludovic Courtès | 2013-08-30 | 1 | -0/+34 |
* | doc: Remove "Adding new packages" from `HACKING'.•••* HACKING (Adding new packages): Remove since it's now in the manual.
| Ludovic Courtès | 2013-08-30 | 1 | -44/+0 |
* | doc: Change `HACKING' to refer to guix-devel@gnu.org.•••Reported by Alex Sassmannshausen <alex.sassmannshausen@gmail.com>.
* HACKING: Replace "bug-guix" by "guix-devel".
| Ludovic Courtès | 2013-08-26 | 1 | -4/+4 |
* | doc: Improve build instructions in README and HACKING.•••* README (Requirements): Remove Nixpkgs. Remove mentions of building
from Git.
(Installation): Refer to the manual.
* HACKING: List requirements for when building from Git.
Remove the `dot: Command not found' error.
| Ludovic Courtès | 2013-07-19 | 1 | -13/+16 |
* | doc: Add "Building from Git" to 'HACKING'. | Nikita Karetnikov | 2013-07-13 | 1 | -0/+35 |
* | doc: Move the packaging guidelines to the manual.•••* HACKING (Packaging Guidelines): Remove.
* doc/guix.texi (Packaging Guidelines): New node.
| Ludovic Courtès | 2013-07-07 | 1 | -10/+0 |
* | doc: Add a "Porting" section.•••* HACKING (Porting the Guix distro on a new platform): Remove.
* doc/guix.texi (Porting): New node. Describe cross-compilation as the
only approach.
| Ludovic Courtès | 2013-07-07 | 1 | -91/+0 |
* | doc: Mention copyright/license auditing in `HACKING'. | Ludovic Courtès | 2013-06-10 | 1 | -4/+5 |
* | doc: Update bootstrap-related info in `HACKING'. | Ludovic Courtès | 2013-06-09 | 1 | -4/+4 |
* | doc: Write about patch submission and packaging guidelines.•••* HACKING: Update the command names from `guix-build' to `guix build' & co.
(Submitting Patches, Packaging Guidelines): New sections.
* doc/guix.texi (Contributing): New section.
| Ludovic Courtès | 2013-06-04 | 1 | -32/+48 |
* | doc: Add the commit policy to HACKING.•••* HACKING (Commit Access): New section.
| Ludovic Courtès | 2013-02-12 | 1 | -0/+26 |
* | doc: Add "The Perfect Setup" in 'HACKING'.•••* HACKING (The Perfect Setup): New section.
| Ludovic Courtès | 2013-01-22 | 1 | -0/+17 |
* | Update 'HACKING'.•••* HACKING (When the platform is supported by Nixpkgs): Update the example.
| Nikita Karetnikov | 2013-01-21 | 1 | -2/+2 |
* | Update `HACKING'.•••* HACKING: Capitalize the title.
(Running Guix before it is installed): New section.
(Adding new packages): Update example.
| Ludovic Courtès | 2013-01-18 | 1 | -3/+17 |
* | doc: Update porting instructions in `HACKING'.•••* HACKING (When the platform is supported by Nixpkgs): Update
instructions.
| Ludovic Courtès | 2013-01-08 | 1 | -23/+6 |
* | doc: Document basic package definitions.•••* doc/guix.texi (Programming Interface): Add introduction.
(Defining Packages): Populate.
| Ludovic Courtès | 2012-11-21 | 1 | -2/+2 |
* | Turn Guix into "GNU Guix".•••* configure.ac: Change package name to "GNU Guix", and bug-report
address to `gnu-system-discuss@gnu.org'.
* doc/guix.texi: Replace "Guix" by "GNU Guix" in some places.
(Top, Introduction): Mention "for the GNU system".
* HACKING, README: Use "GNU Guix" instead of "Guix" in some places.
| Ludovic Courtès | 2012-11-18 | 1 | -1/+1 |
* | distro: Move bootstrap packages to (distro packages bootstrap).•••* distro/packages/base.scm (glibc-dynamic-linker, %bootstrap-guile,
bootstrap-origin, package-from-tarball, %bootstrap-base-url,
%bootstrap-coreutils&co, %bootstrap-binutils, %bootstrap-glibc,
%bootstrap-gcc, %bootstrap-inputs, package-with-bootstrap-guile): Move
to ...
* distro/packages/bootstrap.scm: ... here. New file.
* Makefile.am (MODULES): Add it.
* tests/builders.scm: Use (distro packages bootstrap).
(%bootstrap-guile): Remove.
* tests/packages.scm: Likewise.
* tests/union.scm: Likewise, and remove @@ to access %bootstrap-inputs.
* tests/derivations.scm: Use (distro packages bootstrap) and remove @@
to access %bootstrap-coreutils&co.
* HACKING (When the platform is supported by Nixpkgs): Update
accordingly.
| Ludovic Courtès | 2012-11-04 | 1 | -1/+1 |
* | doc: Add "Adding new packages" in `HACKING'.•••* HACKING (Adding new packages): New section.
| Ludovic Courtès | 2012-11-04 | 1 | -0/+44 |
* | doc: Add `HACKING'.•••* HACKING: New file.
* Makefile.am (EXTRA_DIST): Add it.
| Ludovic Courtès | 2012-10-25 | 1 | -0/+119 |