guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GNU Guixguix source archive branch, master, updated. v0.6-529-g927097e


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.6-529-g927097e
Date: Sat, 12 Jul 2014 21:17:59 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "guix source archive".

The branch, master has been updated
       via  927097effdab473d2a344e6de75a85ec734df5dc (commit)
       via  8897603ad02042f916911c406eb47f0b36d1f831 (commit)
       via  89a0d00a38b48699c1edd9a13050a92ad6737286 (commit)
       via  4a3b3b073a37ca5f3dcaa09cf6d19f3b1b76e3ca (commit)
       via  f111b327a960b7cdfe77557dc06b5706a72e38dd (commit)
       via  5d0984595c77b1b0acd84eb4684f786de5f95aff (commit)
       via  f62435e2868f5db15cc2f31300630c8ec873dd58 (commit)
      from  c2150d9acece1dcaf54b3183254db4f83a992523 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 927097effdab473d2a344e6de75a85ec734df5dc
Author: Ludovic Courtès <address@hidden>
Date:   Sat Jul 12 23:14:10 2014 +0200

    services: Add Tor service.
    
    * gnu/services/networking.scm (tor-service): New procedure.
    * doc/guix.texi (Networking Services): Document it.
    * build-aux/hydra/demo-os.scm: Use it.  Add TOR and TORSOCKS to
      'packages'.

commit 8897603ad02042f916911c406eb47f0b36d1f831
Author: Ludovic Courtès <address@hidden>
Date:   Sat Jul 12 22:56:40 2014 +0200

    services: networking: Set interfaces up; delete default route only when 
needed.
    
    * gnu/services/networking.scm (static-networking-service): Use -i, -A,
      and --up with Inetutils' ifconfig.  Do 'route del -net default' only
      when GATEWAY is true.

commit 89a0d00a38b48699c1edd9a13050a92ad6737286
Author: Ludovic Courtès <address@hidden>
Date:   Sat Jul 12 22:53:56 2014 +0200

    system: Add 'which' to the base packages.
    
    * gnu/system.scm (%base-packages): Add WHICH.

commit 4a3b3b073a37ca5f3dcaa09cf6d19f3b1b76e3ca
Author: Ludovic Courtès <address@hidden>
Date:   Sat Jul 12 22:46:44 2014 +0200

    services: Provide a 'loopback' service by default.
    
    * gnu/services/networking.scm (static-networking-service): Add
      #:provision parameter; use it.
    * gnu/services/base.scm (%base-services): Call
      'static-networking-service' for "lo".

commit f111b327a960b7cdfe77557dc06b5706a72e38dd
Author: Ludovic Courtès <address@hidden>
Date:   Sat Jul 12 22:16:34 2014 +0200

    system: Remove erroneous system binding in profile maker.
    
    Partly fixes <http://bugs.gnu.org/18002>.
    Reported by David Thompson <address@hidden>.
    
    * gnu/system.scm (union): Remove #:system parameter, which was unused.

commit 5d0984595c77b1b0acd84eb4684f786de5f95aff
Author: Ludovic Courtès <address@hidden>
Date:   Sat Jul 12 22:11:12 2014 +0200

    gexp: Resolve the default system at '>>=' time.
    
    Partly fixes <http://bugs.gnu.org/18002>.
    Reported by David Thompson <address@hidden>.
    
    * guix/gexp.scm (gexp->derivation): Change #:system to default #f.
      Use (%current-system) from within the 'mlet*'.
    * tests/gexp.scm ("gexp->derivation, default system"): New test.

commit f62435e2868f5db15cc2f31300630c8ec873dd58
Author: Ludovic Courtès <address@hidden>
Date:   Sat Jul 12 17:16:36 2014 +0200

    monads: Fix 'mapm' so that effects happen from left to right.
    
    * guix/monads.scm (mapm): Don't reverse LST, so that items are processed
      from left to right.  Bind the result of 'foldm' and reverse it.
    * tests/monads.scm ("sequence"): Change 'frob' so it performs its side
      effect within an 'mlet' body.  Adjust call accordingly.

-----------------------------------------------------------------------

Summary of changes:
 build-aux/hydra/demo-os.scm |    6 ++++-
 doc/guix.texi               |    7 ++++++
 gnu/services/base.scm       |    3 ++
 gnu/services/networking.scm |   49 ++++++++++++++++++++++++++++++++++++++----
 gnu/system.scm              |    6 ++--
 guix/gexp.scm               |    3 +-
 guix/monads.scm             |   16 ++++++++------
 tests/gexp.scm              |   11 +++++++++
 tests/monads.scm            |   14 +++++++-----
 9 files changed, 92 insertions(+), 23 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

[Prev in Thread] Current Thread [Next in Thread]