Ludovic Courtès
8b315a6dd5
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.
2013-07-07 01:03:03 +02:00
Ludovic Courtès
e20ec9cc51
doc: Mention copyright/license auditing in `HACKING'.
2013-06-10 00:00:33 +02:00
Ludovic Courtès
e0b2737583
doc: Update bootstrap-related info in `HACKING'.
2013-06-09 15:24:24 +02:00
Ludovic Courtès
9bf3c1a77d
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.
2013-06-04 10:29:57 +02:00
Ludovic Courtès
f5fd436020
doc: Add the commit policy to HACKING.
...
* HACKING (Commit Access): New section.
2013-02-12 00:14:32 +01:00
Ludovic Courtès
c6dbd50594
doc: Add "The Perfect Setup" in 'HACKING'.
...
* HACKING (The Perfect Setup): New section.
2013-01-22 00:17:42 +01:00
Nikita Karetnikov
e1f8f477de
Update 'HACKING'.
...
* HACKING (When the platform is supported by Nixpkgs): Update the example.
2013-01-21 03:11:10 +00:00
Ludovic Courtès
08ba7ff318
Update `HACKING'.
...
* HACKING: Capitalize the title.
(Running Guix before it is installed): New section.
(Adding new packages): Update example.
2013-01-18 00:48:07 +01:00
Ludovic Courtès
9149f1a087
doc: Update porting instructions in `HACKING'.
...
* HACKING (When the platform is supported by Nixpkgs): Update
instructions.
2013-01-08 22:57:09 +01:00
Ludovic Courtès
3dc1970dda
doc: Document basic package definitions.
...
* doc/guix.texi (Programming Interface): Add introduction.
(Defining Packages): Populate.
2012-11-21 15:56:43 +01:00
Ludovic Courtès
f8348b91ad
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.
2012-11-18 15:22:00 +01:00
Ludovic Courtès
18633d4f35
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.
2012-11-04 22:04:41 +01:00
Ludovic Courtès
59b775cca9
doc: Add "Adding new packages" in `HACKING'.
...
* HACKING (Adding new packages): New section.
2012-11-04 19:45:40 +01:00
Ludovic Courtès
450ccdc3aa
doc: Add `HACKING'.
...
* HACKING: New file.
* Makefile.am (EXTRA_DIST): Add it.
2012-10-25 23:44:27 +02:00