aboutsummaryrefslogtreecommitdiff
(use-modules (guix)
             (guix build-system gnu)
             (guix licenses))

(package
  (name "hello")
  (version "2.10")
  (source (origin
            (method url-fetch)
            (uri (string-append "mirror://gnu/hello/hello-" version
                                ".tar.gz"))
            (sha256
             (base32
              "0ssi1wpaf7plaswqqjwigppsg5fyh99vdlb9kzl7c9lng89ndq1i"))))
  (build-system gnu-build-system)
  (synopsis "Hello, GNU world: An example GNU package")
  (description "Guess what GNU Hello prints!")
  (home-page "http://www.gnu.org/software/hello/")
  (license gpl3+))
HACKING (Commit Access): Remove. (Contributing): Update URL of the manual. * doc/contributing.texi (Commit Access): New section. (Submitting Patches): Add cross reference. Ludovic Courtès 2020-01-09doc: Add "Tracking Bugs and Patches" section....* doc/contributing.texi (Tracking Bugs and Patches): New section. (Submitting Patches): Refer to it. * doc/guix.texi: Update copyright line. * HACKING (Using emacs-debbugs): Remove. Ludovic Courtès 2019-07-13doc: Update keyserver URL....* HACKING (Commit Access): Change keyserver URL to 'keys.openpgp.org'. Leo Famulari 2019-02-11HACKING: Update key server....* HACKING (Commit Access): Recommend pool.sks-keyservers.net. Ludovic Courtès 2018-07-22doc: Fix typo (missing period)...* HACKING (Commit Access): Fix typo. Pierre Neidhardt 2017-08-19doc: Mention how to use emacs-debbugs....* HACKING (Using emacs-debbugs): Add section on using emacs-debbugs. Arun Isaac 2017-03-27maint: Give command to install the pre-push hook....* HACKING: Add 'cp' line to install the pre-push hook. Ludovic Courtès 2017-03-24maint: Mention the Signed-off-by line in 'HACKING'....* HACKING: Mention the Signed-off-by line. Clément Lassieur 2017-03-15maint: Mention guix-patches@gnu.org in 'HACKING'....Fixes <http://bugs.gnu.org/25899>. * HACKING: Mention guix-patches@gnu.org. Ludovic Courtès 2017-01-30maint: Fix invalid calls to 'info'....* HACKING <Contributing>: Remove name of the manual from the item argument. * README <Installation>: Likewise. Mathieu Lirzin 2017-01-04doc: 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 2016-07-24doc: 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-14doc: Mention commit signatures in HACKING....* HACKING: Mention commit signatures. Leo Famulari 2015-06-14doc: 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-10doc: Add 'help2man' to HACKING....* HACKING: Mention 'help2man'. Alex Kost 2015-05-23doc: 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-02-26doc: Remove reference to git submodules in HACKING....* HACKING: Remove mention of git submodules. Mark H Weaver 2014-09-03doc: Mention 'guix lint' and '--list-dependent' in 'HACKING'....* HACKING (Submitting Patches): Mention 'guix lint' and 'guix refresh --list-dependent'. Ludovic Courtès 2014-05-11doc: Mention upgrades that trigger a lot of rebuilds....* HACKING (Commit Access): Mention upgrades that trigger a lot rebuilds. Ludovic Courtès 2014-03-10doc: 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 2013-12-07doc: 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-09-07doc: Add "Data Types and Pattern Matching" to the Coding Style....* HACKING (Data Types and Pattern Matching): New section. Ludovic Courtès 2013-08-30doc: Add note about .dir-locals.el....* HACKING (Coding Style): Mention special indentation rules and .dir-locals.el. Ludovic Courtès 2013-08-30doc: Add a "Coding Style" section in 'HACKING'....* HACKING (Coding Style): New section. Ludovic Courtès 2013-08-30doc: Remove "Adding new packages" from `HACKING'....* HACKING (Adding new packages): Remove since it's now in the manual. Ludovic Courtès