aboutsummaryrefslogtreecommitdiff
-*- mode: org; coding: utf-8; -*-

#+TITLE: Hacking GNU Guix and Its Incredible Distro

Copyright © 2012, 2013, 2014, 2016, 2017, 2019 Ludovic Courtès <ludo@gnu.org>
Copyright © 2015, 2017 Mathieu Lirzin <mthl@gnu.org>
Copyright © 2017 Leo Famulari <leo@famulari.name>
Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net>

  Copying and distribution of this file, with or without modification,
  are permitted in any medium without royalty provided the copyright
  notice and this notice are preserved.

* Contributing

See the manual for useful hacking information, either by running

  info -f doc/guix.info "Contributing"

or by checking the [[https://guix.gnu.org/manual/devel/en/html_node/Contributing.html][web copy of the manual]].
...Ludovic Courtès 2020-07-12lint: source: Validate URLs of Git references....Ludovic Courtès 2020-06-26tests: Skip lint tests when HTTP server cannot listen....Ludovic Courtès 2020-06-14lint: Add 'check-for-collisions' checker....Ludovic Courtès 2020-01-17lint: vulnerabilities: Avoid 'mock' in test....Ludovic Courtès 2019-10-20tests: Avoid now-deprecated 'make-struct'....Ludovic Courtès 2019-09-02lint: Add 'archival' checker....Ludovic Courtès 2019-09-02tests: 'with-http-server' accepts multiple responses....Ludovic Courtès 2019-08-17tests: Relax expectations for the 'home-page' checker....Ludovic Courtès 2019-07-20lint: Add test for 'source'....Ludovic Courtès 2019-07-20lint: Update tests to (guix lint) migration....Ludovic Courtès 2019-07-15lint: Move the linting code to a different module....Christopher Baines 2019-07-15scripts: lint: Handle warnings with a record type....Christopher Baines 2019-01-20tests: More adjustments to python.scm split....Efraim Flashner 2019-01-10guix: lint: Warn only if GitHub URI is not same as the package URI....Arun Isaac 2018-12-27lint: Check for unstable tarballs....Efraim Flashner 2018-12-24guix: lint: Check for source URIs redirecting to GitHub....Arun Isaac 2018-11-20lint: 'check-derivation' tries all the package's supported systems....Ludovic Courtès 2017-12-10lint: 'check-vulnerabilities' also checks package properties....Efraim Flashner 2017-11-28lint: 'patch-file-names' checks for file name length....Ludovic Courtès 2017-10-12lint: 'home-page' checker reports permanent redirects....Ludovic Courtès 2017-10-12tests: Support multiple HTTP server instances....Ludovic Courtès 2017-03-27ui: Support Texinfo markup in package synopses....Alex Kost