Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | guix: Add lint-checker for packages which should be no inputs at all.... | Hartmut Goebel | 2016-11-15 | 1 | -1/+2 | |
* | | guix: python-build-system: Add option "#:use-setuptools?" (default true).... | Hartmut Goebel | 2016-11-15 | 1 | -0/+5 | |
* | | gnu: ensure pip and setuptools are installed even for Python 2.... | Hartmut Goebel | 2016-11-15 | 1 | -3/+6 | |
|/ | ||||||
* | services: Add wpa-supplicant-service.... | Tomáš Čech | 2016-11-15 | 1 | -0/+9 | |
* | Merge branch 'core-updates' | Ludovic Courtès | 2016-11-13 | 1 | -0/+836 | |
|\ | ||||||
| * | Merge branch 'master' into core-updates | Mark H Weaver | 2016-11-07 | 1 | -2/+49 | |
| |\ | ||||||
| * | | doc: State that the 'patches' field is unconditional.... | Ludovic Courtès | 2016-11-03 | 1 | -0/+4 | |
| * | | Merge branch 'master' into core-updates | Leo Famulari | 2016-11-02 | 1 | -1/+1 | |
| |\ \ | ||||||
| * \ \ | Merge branch 'master' into core-updates | Leo Famulari | 2016-10-30 | 1 | -0/+27 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'master' into core-updates | Leo Famulari | 2016-10-29 | 1 | -1/+55 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'master' into core-updates | Leo Famulari | 2016-10-26 | 1 | -1/+49 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'master' into core-updates | Mark H Weaver | 2016-10-23 | 2 | -5/+8 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'master' into core-updates | Mark H Weaver | 2016-10-19 | 1 | -0/+24 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into core-updates | Mark H Weaver | 2016-10-17 | 1 | -0/+14 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' into core-updates | Mark H Weaver | 2016-10-13 | 1 | -3/+145 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | gnu: Add CUPS service.... | Andy Wingo | 2016-10-13 | 1 | -0/+832 | |
* | | | | | | | | | | | doc: Added some index entries.... | John Darrington | 2016-11-12 | 1 | -8/+130 | |
* | | | | | | | | | | | doc: Mention elpa.gnu.org package signatures.... | Ludovic Courtès | 2016-11-09 | 1 | -0/+6 | |
* | | | | | | | | | | | gnu: Add pam-krb5 service.... | John Darrington | 2016-11-08 | 1 | -1/+37 | |
* | | | | | | | | | | | guix download: Add '--no-check-certificate' option.... | Ludovic Courtès | 2016-11-07 | 1 | -2/+10 | |
* | | | | | | | | | | | download: Verify TLS certificates unless asked not to.... | Ludovic Courtès | 2016-11-07 | 1 | -0/+5 | |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||||
* | | | | | | | | | | system: Add 'guix system' actions: switch-generation and roll-back.... | Chris Marusich | 2016-11-06 | 1 | -2/+49 | |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
* | | | | | | | | | doc: Fix typo.... | Ludovic Courtès | 2016-11-01 | 1 | -1/+1 | |
| |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
* | | | | | | | | system: Record store file system info in each generation.... | Chris Marusich | 2016-10-30 | 1 | -0/+27 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||||
* | | | | | | | doc: Add information related to network connectivity with qemu.... | David Craven | 2016-10-30 | 1 | -0/+52 | |
* | | | | | | | guix hash: Interpret '-' as standard input.... | Ludovic Courtès | 2016-10-28 | 1 | -1/+3 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | services: nginx: Virtual hosts are first-class configuration items.... | Julien Lepiller | 2016-10-24 | 1 | -1/+49 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | doc: emacs: Clarify 'guix-use-substituse' and 'guix-dry-run'.... | 宋文武 | 2016-10-23 | 1 | -4/+4 | |
* | | | | | services: ntpd: Add 'allow-large-adjustment?' knob.... | Ludovic Courtès | 2016-10-20 | 1 | -1/+4 | |
| |_|_|/ |/| | | | ||||||
* | | | | guix build: Add '--with-graft'.... | Ludovic Courtès | 2016-10-17 | 1 | -0/+24 | |
| |_|/ |/| | | ||||||
* | | | graph: Add '%referrer-node-type'.... | Ludovic Courtès | 2016-10-15 | 1 | -0/+14 | |
| |/ |/| | ||||||
* | | doc: Add guide on how to specify dependencies for Python packages.... | Hartmut Goebel | 2016-10-12 | 1 | -0/+48 | |
* | | gnu: Add NFS related services.... | John Darrington | 2016-10-12 | 1 | -3/+97 | |
|/ | ||||||
* | build-system: Add asdf-build-system.... | Andy Patterson | 2016-10-08 | 1 | -0/+57 | |
* | doc: Remove GHC from examples for propagation.... | Ricardo Wurmus | 2016-10-08 | 1 | -1/+1 | |
* | grafts: Allow the replacement to have a different name.... | Ludovic Courtès | 2016-10-03 | 1 | -4/+4 | |
* | services: openssh-service-type: Expose 'openssh-configuration'.... | Ludovic Courtès | 2016-10-03 | 1 | -32/+59 | |
* | services: Add rottlog.... | Jan Nieuwenhuizen | 2016-10-03 | 1 | -1/+83 | |
* | services: Add 'openssh-service'.... | Julien Lepiller | 2016-09-29 | 1 | -0/+34 | |
* | doc: Give the full key fingerprint instead of the long key ID.... | Leo Famulari | 2016-09-28 | 1 | -1/+1 | |
* | gnu: New default Dovecot service postmaster_address... | Andy Wingo | 2016-09-27 | 1 | -2/+2 | |
* | services: Add 'simple-service'.... | Ludovic Courtès | 2016-09-19 | 1 | -0/+19 | |
* | doc: "filesystem" -> "file system"... | John Darrington | 2016-09-16 | 1 | -4/+4 | |
* | doc: #:target takes a GNU triplet, not a system type.... | Ludovic Courtès | 2016-09-14 | 1 | -1/+1 | |
* | doc: "Various Services" -> "Miscellaneous Services"... | John Darrington | 2016-09-14 | 1 | -4/+4 | |
* | services: Add kmscon service.... | David Craven | 2016-09-11 | 1 | -0/+31 | |
* | services: Add login-service.... | David Craven | 2016-09-11 | 1 | -5/+22 | |
* | system: grub: Allow arbitrary kernel file names in 'menu-entry'.... | Ludovic Courtès | 2016-09-09 | 1 | -2/+20 | |
* | gexp: Add 'file-append'.... | Ludovic Courtès | 2016-09-09 | 1 | -4/+31 | |
* | doc: Update package count.... | Ludovic Courtès | 2016-09-07 | 1 | -1/+1 |