~ruther/guix-local

ref: 614bdaffbf82f9c36fae407cb4e8096781ebe393 guix-local/HACKING -rw-r--r-- 6.1 KiB
84dbbc76 — Nikita Karetnikov 12 years ago
doc: Add "Building from Git" to 'HACKING'.
c7694060 — Ludovic Courtès 12 years ago
Merge branch 'core-updates'
b208a005 — Ludovic Courtès 12 years ago
doc: Move the packaging guidelines to the manual.

* HACKING (Packaging Guidelines): Remove.
* doc/guix.texi (Packaging Guidelines): New node.
8b315a6d — Ludovic Courtès 12 years ago
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.
e20ec9cc — Ludovic Courtès 12 years ago
doc: Mention copyright/license auditing in `HACKING'.
e0b27375 — Ludovic Courtès 12 years ago
doc: Update bootstrap-related info in `HACKING'.
9bf3c1a7 — Ludovic Courtès 12 years ago
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.
f5fd4360 — Ludovic Courtès 13 years ago
doc: Add the commit policy to HACKING.

* HACKING (Commit Access): New section.
c6dbd505 — Ludovic Courtès 13 years ago
doc: Add "The Perfect Setup" in 'HACKING'.

* HACKING (The Perfect Setup): New section.
e1f8f477 — Nikita Karetnikov 13 years ago
Update 'HACKING'.

* HACKING (When the platform is supported by Nixpkgs): Update the example.
08ba7ff3 — Ludovic Courtès 13 years ago
Update `HACKING'.

* HACKING: Capitalize the title.
  (Running Guix before it is installed): New section.
  (Adding new packages): Update example.
01e354eb — Ludovic Courtès 13 years ago
Merge branch 'core-updates'

Conflicts:
	guix/build/union.scm
9149f1a0 — Ludovic Courtès 13 years ago
doc: Update porting instructions in `HACKING'.

* HACKING (When the platform is supported by Nixpkgs): Update
  instructions.
3dc1970d — Ludovic Courtès 13 years ago
doc: Document basic package definitions.

* doc/guix.texi (Programming Interface): Add introduction.
  (Defining Packages): Populate.
f8348b91 — Ludovic Courtès 13 years ago
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.
18633d4f — Ludovic Courtès 13 years ago
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.
59b775cc — Ludovic Courtès 13 years ago
doc: Add "Adding new packages" in `HACKING'.

* HACKING (Adding new packages): New section.
450ccdc3 — Ludovic Courtès 13 years ago
doc: Add `HACKING'.

* HACKING: New file.
* Makefile.am (EXTRA_DIST): Add it.