guix-commits
[Top][All Lists]
Advanced

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

[SCM] UNNAMED PROJECT branch, master, updated. a1ba8475a610fd491be4e512e


From: Ludovic Courtès
Subject: [SCM] UNNAMED PROJECT branch, master, updated. a1ba8475a610fd491be4e512e599515f36d8b109
Date: Fri, 18 Jan 2013 00:29:58 +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 "UNNAMED PROJECT".

The branch, master has been updated
       via  a1ba8475a610fd491be4e512e599515f36d8b109 (commit)
       via  59a43334a98babd6c776648967e48d7c44723639 (commit)
       via  1ffa7090b99dfd2f54fa883929c5e78d7852657a (commit)
       via  08ba7ff318720d926215de83daed0da628908ca3 (commit)
       via  4fd27cdfb993ff71b4d9eb392571beb992ea16e3 (commit)
       via  75f1e8f7cd8394cf287dc1da71096e8cad8eb5b3 (commit)
      from  082b3c6a6ccf5fc08b817df9d6e3c16131c11ea8 (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 a1ba8475a610fd491be4e512e599515f36d8b109
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jan 18 01:27:09 2013 +0100

    doc: Add a "GNU Distribution" node.
    
    * doc/guix.texi (Introduction): Add cross-reference to "GNU
      Distribution".
      (Features): Mention reproducibility.
      (Invoking guix-package): Add cross-reference to "GNU Distribution".
      (GNU Distribution): New node.

commit 59a43334a98babd6c776648967e48d7c44723639
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jan 18 01:06:47 2013 +0100

    distro: Rename (distro) to (gnu packages).
    
    * distro.scm: Rename to...
    * gnu/packages.scm: ... this.  Update all users accordingly.
    * Makefile.am (MODULES): Adjust accordingly.
    * po/POTFILES.in: Likewise.

commit 1ffa7090b99dfd2f54fa883929c5e78d7852657a
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jan 18 01:06:24 2013 +0100

    distro: Change the module name space to (gnu ...).
    
    * distro: Rename to...
    * gnu: ... this.  Update module names accordingly.
    * Makefile.am: Adjust accordingly.
    * po/POTFILES.in: Likewise.
    * distro.scm: Search for files under /gnu/packages instead of
      /distro/packages.
    * gnu/packages/base.scm (ld-wrapper-boot3): Likewise.

commit 08ba7ff318720d926215de83daed0da628908ca3
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jan 17 23:53:29 2013 +0100

    Update `HACKING'.
    
    * HACKING: Capitalize the title.
      (Running Guix before it is installed): New section.
      (Adding new packages): Update example.

commit 4fd27cdfb993ff71b4d9eb392571beb992ea16e3
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jan 17 23:47:27 2013 +0100

    Move Andreas to `AUTHORS'.

commit 75f1e8f7cd8394cf287dc1da71096e8cad8eb5b3
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jan 17 23:47:03 2013 +0100

    doc: Mark binary deployment as not implemented yet.
    
    * doc/guix.texi (Features): Add a footnote saying that binary deployment
      is missing.

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

Summary of changes:
 .gitignore                                         |    4 +-
 AUTHORS                                            |    4 +-
 HACKING                                            |   20 ++-
 Makefile.am                                        |  232 ++++++++++----------
 THANKS                                             |    1 -
 doc/guix.texi                                      |   60 +++++-
 distro.scm => gnu/packages.scm                     |   19 +-
 {distro => gnu}/packages/acl.scm                   |    8 +-
 {distro => gnu}/packages/algebra.scm               |   12 +-
 {distro => gnu}/packages/aspell.scm                |    4 +-
 {distro => gnu}/packages/attr.scm                  |    6 +-
 {distro => gnu}/packages/autotools.scm             |    8 +-
 {distro => gnu}/packages/base.scm                  |   24 +-
 {distro => gnu}/packages/bash.scm                  |    6 +-
 {distro => gnu}/packages/bdb.scm                   |    4 +-
 {distro => gnu}/packages/bdw-gc.scm                |    2 +-
 {distro => gnu}/packages/bison.scm                 |    6 +-
 {distro => gnu}/packages/bootstrap.scm             |    4 +-
 {distro => gnu}/packages/bootstrap/i686-linux/bash |  Bin 1331220 -> 1331220 
bytes
 .../packages/bootstrap/i686-linux/mkdir            |  Bin 725756 -> 725756 
bytes
 {distro => gnu}/packages/bootstrap/i686-linux/tar  |  Bin 1140196 -> 1140196 
bytes
 {distro => gnu}/packages/bootstrap/i686-linux/xz   |  Bin 865372 -> 865372 
bytes
 .../packages/bootstrap/x86_64-linux/bash           |  Bin 1419928 -> 1419928 
bytes
 .../packages/bootstrap/x86_64-linux/mkdir          |  Bin 799312 -> 799312 
bytes
 .../packages/bootstrap/x86_64-linux/tar            |  Bin 1229888 -> 1229888 
bytes
 {distro => gnu}/packages/bootstrap/x86_64-linux/xz |  Bin 926000 -> 926000 
bytes
 {distro => gnu}/packages/check.scm                 |    4 +-
 {distro => gnu}/packages/compression.scm           |    2 +-
 {distro => gnu}/packages/cpio.scm                  |    4 +-
 {distro => gnu}/packages/cyrus-sasl.scm            |   10 +-
 {distro => gnu}/packages/ddrescue.scm              |    2 +-
 {distro => gnu}/packages/dejagnu.scm               |    4 +-
 {distro => gnu}/packages/ed.scm                    |    2 +-
 {distro => gnu}/packages/emacs.scm                 |   12 +-
 {distro => gnu}/packages/file.scm                  |    4 +-
 {distro => gnu}/packages/flex.scm                  |   10 +-
 {distro => gnu}/packages/gawk.scm                  |    4 +-
 {distro => gnu}/packages/gdb.scm                   |   16 +-
 {distro => gnu}/packages/gdbm.scm                  |    2 +-
 {distro => gnu}/packages/gettext.scm               |    4 +-
 {distro => gnu}/packages/global.scm                |    8 +-
 {distro => gnu}/packages/gnupg.scm                 |    8 +-
 {distro => gnu}/packages/gnutls.scm                |   14 +-
 {distro => gnu}/packages/gperf.scm                 |    2 +-
 {distro => gnu}/packages/gsasl.scm                 |   14 +-
 {distro => gnu}/packages/guile.scm                 |   24 +-
 {distro => gnu}/packages/help2man.scm              |    4 +-
 {distro => gnu}/packages/icu4c.scm                 |    6 +-
 {distro => gnu}/packages/idutils.scm               |    4 +-
 {distro => gnu}/packages/indent.scm                |    4 +-
 {distro => gnu}/packages/ld-wrapper.scm            |    0
 {distro => gnu}/packages/less.scm                  |    4 +-
 {distro => gnu}/packages/libffi.scm                |    2 +-
 {distro => gnu}/packages/libidn.scm                |    4 +-
 {distro => gnu}/packages/libjpeg.scm               |    4 +-
 {distro => gnu}/packages/libsigsegv.scm            |    2 +-
 {distro => gnu}/packages/libtiff.scm               |    8 +-
 {distro => gnu}/packages/libunistring.scm          |    2 +-
 {distro => gnu}/packages/libusb.scm                |    4 +-
 {distro => gnu}/packages/linux.scm                 |   16 +-
 {distro => gnu}/packages/lout.scm                  |    2 +-
 {distro => gnu}/packages/lsh.scm                   |   18 +-
 {distro => gnu}/packages/m4.scm                    |    4 +-
 {distro => gnu}/packages/mailutils.scm             |   26 +-
 {distro => gnu}/packages/make-bootstrap.scm        |   20 +-
 {distro => gnu}/packages/mit-krb5.scm              |    8 +-
 {distro => gnu}/packages/multiprecision.scm        |    6 +-
 {distro => gnu}/packages/mysql.scm                 |   14 +-
 {distro => gnu}/packages/nano.scm                  |    6 +-
 {distro => gnu}/packages/ncurses.scm               |    2 +-
 {distro => gnu}/packages/nettle.scm                |    6 +-
 {distro => gnu}/packages/openssl.scm               |    6 +-
 .../packages/patches/bigloo-gc-shebangs.patch      |    0
 .../packages/patches/binutils-ld-new-dtags.patch   |    0
 .../packages/patches/cpio-gets-undeclared.patch    |    0
 .../patches/diffutils-gets-undeclared.patch        |    0
 .../packages/patches/emacs-configure-sh.patch      |    0
 .../patches/findutils-absolute-paths.patch         |    0
 .../packages/patches/flex-bison-tests.patch        |    0
 {distro => gnu}/packages/patches/gawk-shell.patch  |    0
 .../packages/patches/gettext-gets-undeclared.patch |    0
 .../packages/patches/glibc-bootstrap-system.patch  |    0
 .../packages/patches/glibc-no-ld-so-cache.patch    |    0
 .../packages/patches/guile-1.8-cpp-4.5.patch       |    0
 .../packages/patches/guile-default-utf8.patch      |    0
 .../packages/patches/guile-relocatable.patch       |    0
 .../packages/patches/libtool-skip-tests.patch      |    0
 .../packages/patches/lsh-guile-compat.patch        |    0
 .../packages/patches/lsh-no-root-login.patch       |    0
 .../packages/patches/lsh-pam-service-name.patch    |    0
 .../packages/patches/m4-gets-undeclared.patch      |    0
 .../packages/patches/m4-readlink-EINVAL.patch      |    0
 {distro => gnu}/packages/patches/m4-s_isdir.patch  |    0
 .../packages/patches/make-impure-dirs.patch        |    0
 .../packages/patches/perl-no-sys-dirs.patch        |    0
 .../packages/patches/procps-make-3.82.patch        |    0
 .../packages/patches/readline-link-ncurses.patch   |    0
 .../packages/patches/shishi-gets-undeclared.patch  |    0
 .../packages/patches/tar-gets-undeclared.patch     |    0
 {distro => gnu}/packages/perl.scm                  |    4 +-
 {distro => gnu}/packages/pkg-config.scm            |    2 +-
 {distro => gnu}/packages/pth.scm                   |    2 +-
 {distro => gnu}/packages/python.scm                |    8 +-
 {distro => gnu}/packages/readline.scm              |    6 +-
 {distro => gnu}/packages/recutils.scm              |   10 +-
 {distro => gnu}/packages/rsync.scm                 |    8 +-
 {distro => gnu}/packages/scheme.scm                |   12 +-
 {distro => gnu}/packages/shishi.scm                |   10 +-
 {distro => gnu}/packages/system.scm                |    6 +-
 {distro => gnu}/packages/tcl.scm                   |    2 +-
 {distro => gnu}/packages/texinfo.scm               |    6 +-
 {distro => gnu}/packages/time.scm                  |    2 +-
 {distro => gnu}/packages/wget.scm                  |    8 +-
 {distro => gnu}/packages/which.scm                 |    2 +-
 {distro => gnu}/packages/xml.scm                   |    2 +-
 {distro => gnu}/packages/zile.scm                  |   10 +-
 guix-build.in                                      |    2 +-
 guix-package.in                                    |    6 +-
 guix/build-system/gnu.scm                          |    6 +-
 guix/build-system/trivial.scm                      |    2 +-
 guix/download.scm                                  |    2 +-
 hydra.scm                                          |    6 +-
 po/POTFILES.in                                     |   10 +-
 tests/builders.scm                                 |    4 +-
 tests/derivations.scm                              |    4 +-
 tests/guix-build.sh                                |    8 +-
 tests/guix-daemon.sh                               |    2 +-
 tests/guix-package.sh                              |    4 +-
 tests/packages.scm                                 |    8 +-
 tests/store.scm                                    |    2 +-
 tests/union.scm                                    |    2 +-
 131 files changed, 495 insertions(+), 429 deletions(-)
 rename distro.scm => gnu/packages.scm (90%)
 rename {distro => gnu}/packages/acl.scm (93%)
 rename {distro => gnu}/packages/algebra.scm (96%)
 rename {distro => gnu}/packages/aspell.scm (96%)
 rename {distro => gnu}/packages/attr.scm (95%)
 rename {distro => gnu}/packages/autotools.scm (97%)
 rename {distro => gnu}/packages/base.scm (98%)
 rename {distro => gnu}/packages/bash.scm (97%)
 rename {distro => gnu}/packages/bdb.scm (97%)
 rename {distro => gnu}/packages/bdw-gc.scm (98%)
 rename {distro => gnu}/packages/bison.scm (94%)
 rename {distro => gnu}/packages/bootstrap.scm (99%)
 rename {distro => gnu}/packages/bootstrap/i686-linux/bash (100%)
 rename {distro => gnu}/packages/bootstrap/i686-linux/mkdir (100%)
 rename {distro => gnu}/packages/bootstrap/i686-linux/tar (100%)
 rename {distro => gnu}/packages/bootstrap/i686-linux/xz (100%)
 rename {distro => gnu}/packages/bootstrap/x86_64-linux/bash (100%)
 rename {distro => gnu}/packages/bootstrap/x86_64-linux/mkdir (100%)
 rename {distro => gnu}/packages/bootstrap/x86_64-linux/tar (100%)
 rename {distro => gnu}/packages/bootstrap/x86_64-linux/xz (100%)
 rename {distro => gnu}/packages/check.scm (96%)
 rename {distro => gnu}/packages/compression.scm (99%)
 rename {distro => gnu}/packages/cpio.scm (96%)
 rename {distro => gnu}/packages/cyrus-sasl.scm (92%)
 rename {distro => gnu}/packages/ddrescue.scm (98%)
 rename {distro => gnu}/packages/dejagnu.scm (97%)
 rename {distro => gnu}/packages/ed.scm (98%)
 rename {distro => gnu}/packages/emacs.scm (93%)
 rename {distro => gnu}/packages/file.scm (96%)
 rename {distro => gnu}/packages/flex.scm (93%)
 rename {distro => gnu}/packages/gawk.scm (97%)
 rename {distro => gnu}/packages/gdb.scm (86%)
 rename {distro => gnu}/packages/gdbm.scm (98%)
 rename {distro => gnu}/packages/gettext.scm (98%)
 rename {distro => gnu}/packages/global.scm (93%)
 rename {distro => gnu}/packages/gnupg.scm (97%)
 rename {distro => gnu}/packages/gnutls.scm (91%)
 rename {distro => gnu}/packages/gperf.scm (98%)
 rename {distro => gnu}/packages/gsasl.scm (94%)
 rename {distro => gnu}/packages/guile.scm (93%)
 rename {distro => gnu}/packages/help2man.scm (95%)
 rename {distro => gnu}/packages/icu4c.scm (96%)
 rename {distro => gnu}/packages/idutils.scm (97%)
 rename {distro => gnu}/packages/indent.scm (96%)
 rename {distro => gnu}/packages/ld-wrapper.scm (100%)
 rename {distro => gnu}/packages/less.scm (93%)
 rename {distro => gnu}/packages/libffi.scm (98%)
 rename {distro => gnu}/packages/libidn.scm (96%)
 rename {distro => gnu}/packages/libjpeg.scm (96%)
 rename {distro => gnu}/packages/libsigsegv.scm (97%)
 rename {distro => gnu}/packages/libtiff.scm (94%)
 rename {distro => gnu}/packages/libunistring.scm (98%)
 rename {distro => gnu}/packages/libusb.scm (94%)
 rename {distro => gnu}/packages/linux.scm (96%)
 rename {distro => gnu}/packages/lout.scm (99%)
 rename {distro => gnu}/packages/lsh.scm (92%)
 rename {distro => gnu}/packages/m4.scm (98%)
 rename {distro => gnu}/packages/mailutils.scm (88%)
 rename {distro => gnu}/packages/make-bootstrap.scm (98%)
 rename {distro => gnu}/packages/mit-krb5.scm (94%)
 rename {distro => gnu}/packages/multiprecision.scm (97%)
 rename {distro => gnu}/packages/mysql.scm (92%)
 rename {distro => gnu}/packages/nano.scm (91%)
 rename {distro => gnu}/packages/ncurses.scm (99%)
 rename {distro => gnu}/packages/nettle.scm (95%)
 rename {distro => gnu}/packages/openssl.scm (96%)
 rename {distro => gnu}/packages/patches/bigloo-gc-shebangs.patch (100%)
 rename {distro => gnu}/packages/patches/binutils-ld-new-dtags.patch (100%)
 rename {distro => gnu}/packages/patches/cpio-gets-undeclared.patch (100%)
 rename {distro => gnu}/packages/patches/diffutils-gets-undeclared.patch (100%)
 rename {distro => gnu}/packages/patches/emacs-configure-sh.patch (100%)
 rename {distro => gnu}/packages/patches/findutils-absolute-paths.patch (100%)
 rename {distro => gnu}/packages/patches/flex-bison-tests.patch (100%)
 rename {distro => gnu}/packages/patches/gawk-shell.patch (100%)
 rename {distro => gnu}/packages/patches/gettext-gets-undeclared.patch (100%)
 rename {distro => gnu}/packages/patches/glibc-bootstrap-system.patch (100%)
 rename {distro => gnu}/packages/patches/glibc-no-ld-so-cache.patch (100%)
 rename {distro => gnu}/packages/patches/guile-1.8-cpp-4.5.patch (100%)
 rename {distro => gnu}/packages/patches/guile-default-utf8.patch (100%)
 rename {distro => gnu}/packages/patches/guile-relocatable.patch (100%)
 rename {distro => gnu}/packages/patches/libtool-skip-tests.patch (100%)
 rename {distro => gnu}/packages/patches/lsh-guile-compat.patch (100%)
 rename {distro => gnu}/packages/patches/lsh-no-root-login.patch (100%)
 rename {distro => gnu}/packages/patches/lsh-pam-service-name.patch (100%)
 rename {distro => gnu}/packages/patches/m4-gets-undeclared.patch (100%)
 rename {distro => gnu}/packages/patches/m4-readlink-EINVAL.patch (100%)
 rename {distro => gnu}/packages/patches/m4-s_isdir.patch (100%)
 rename {distro => gnu}/packages/patches/make-impure-dirs.patch (100%)
 rename {distro => gnu}/packages/patches/perl-no-sys-dirs.patch (100%)
 rename {distro => gnu}/packages/patches/procps-make-3.82.patch (100%)
 rename {distro => gnu}/packages/patches/readline-link-ncurses.patch (100%)
 rename {distro => gnu}/packages/patches/shishi-gets-undeclared.patch (100%)
 rename {distro => gnu}/packages/patches/tar-gets-undeclared.patch (100%)
 rename {distro => gnu}/packages/perl.scm (97%)
 rename {distro => gnu}/packages/pkg-config.scm (97%)
 rename {distro => gnu}/packages/pth.scm (98%)
 rename {distro => gnu}/packages/python.scm (92%)
 rename {distro => gnu}/packages/readline.scm (97%)
 rename {distro => gnu}/packages/recutils.scm (92%)
 rename {distro => gnu}/packages/rsync.scm (93%)
 rename {distro => gnu}/packages/scheme.scm (96%)
 rename {distro => gnu}/packages/shishi.scm (93%)
 rename {distro => gnu}/packages/system.scm (97%)
 rename {distro => gnu}/packages/tcl.scm (99%)
 rename {distro => gnu}/packages/texinfo.scm (94%)
 rename {distro => gnu}/packages/time.scm (98%)
 rename {distro => gnu}/packages/wget.scm (93%)
 rename {distro => gnu}/packages/which.scm (97%)
 rename {distro => gnu}/packages/xml.scm (97%)
 rename {distro => gnu}/packages/zile.scm (91%)


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

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