Skip to content
Snippets Groups Projects
  1. Dec 20, 2016
  2. Dec 19, 2016
  3. Dec 18, 2016
  4. Dec 17, 2016
    • Ricardo Wurmus's avatar
      import cran: Add "recursive" option. · 64ce53eb
      Ricardo Wurmus authored
      * guix/scripts/import/cran.scm: (%options): Add "recursive" option.
      (guix-import-cran): Handle "recursive" option.
      * doc/guix.texi (Invoking guix import): Document it.
      64ce53eb
    • Ludovic Courtès's avatar
      doc: Update dot graphs. · aaee461b
      Ludovic Courtès authored
      * doc/images/bootstrap-packages.dot,
      doc/images/coreutils-bag-graph.dot, doc/images/coreutils-graph.dot,
      doc/images/shepherd-graph.dot: Regenerate.
      aaee461b
  5. Dec 16, 2016
  6. Dec 15, 2016
  7. Dec 14, 2016
  8. Dec 13, 2016
  9. Dec 09, 2016
  10. Dec 07, 2016
  11. Dec 05, 2016
  12. Dec 03, 2016
  13. Nov 30, 2016
  14. Nov 29, 2016
    • Mathieu Lirzin's avatar
      services: Add 'cuirass-service'. · a7cf4eb6
      Mathieu Lirzin authored
      * gnu/services/cuirass.scm: New file.
      * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
      * doc/guix.texi (Continuous integration): New node.
      a7cf4eb6
    • Ludovic Courtès's avatar
      refresh: Warn about packages that lack an updater. · e9c72306
      Ludovic Courtès authored
      * guix/upstream.scm (package-update-path): Rename to...
      (package-latest-release): ... this.  Remove 'version>?' check.
      (package-latest-release*): New procedure.
      (package-update): Use it.
      * guix/scripts/refresh.scm (lookup-updater): Rename to...
      (lookup-updater-by-name): ... this.
      (warn-no-updater): New procedure.
      (update-package): Add #:warn? parameter and honor it.
      (check-for-package-update): New procedure.
      (guix-refresh)[warn?]: New variable.
      Replace inline code when UPDATE? is false with a call to
      'check-for-package-update'.
      Pass WARN? to 'check-for-package-update' and 'update-package'.
      * doc/guix.texi (Invoking guix refresh): Document it.  Fix a couple of
      typos.
      e9c72306
  15. Nov 28, 2016
  16. Nov 26, 2016
    • Sou Bunnbu (宋文武)'s avatar
      doc: mysql-configuration: Fix typo. · c940b8e6
      Sou Bunnbu (宋文武) authored
      * doc/guix.texi (Database Services): Fix typo of 'mysql-configuration'.
      c940b8e6
    • Sou Bunnbu (宋文武)'s avatar
      services: Add opensmtpd service. · f88371e8
      Sou Bunnbu (宋文武) authored
      * gnu/services/mail.scm (<opensmtpd-configuration>): New record type.
      (%default-opensmtpd-config-file, %opensmtpd-accounts): New variables.
      (opensmtpd-shepherd-service, opensmtpd-activation): New procedures.
      (opensmtpd-service-type): New variable.
      * doc/guix.texi (Mail Services): Document it.
      f88371e8
  17. Nov 25, 2016
    • Ludovic Courtès's avatar
      offload: Rewrite to make direct RPCs to the remote daemon. · cf283dd9
      Ludovic Courtès authored
      * guix/scripts/offload.scm (<build-machine>)[daemon-socket]: New field.
      (connect-to-remote-daemon): New procedure.
      (%gc-root-file, register-gc-root, remove-gc-roots, offload): Remove.
      (transfer-and-offload): Rewrite using 'connect-to-remote-daemon' and
      RPCs over SSH.
      (store-import-channel, store-export-channel): New procedures.
      (send-files, retrieve-files): Rewrite using these.
      cf283dd9
Loading