guix-commits
[Top][All Lists]
Advanced

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

[SCM] guix source archive branch, core-updates, updated. v0.1-216-g827d2


From: Ludovic Courtès
Subject: [SCM] guix source archive branch, core-updates, updated. v0.1-216-g827d289
Date: Wed, 27 Feb 2013 19:56:17 +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, core-updates has been updated
       via  827d28914a16ef2d10ebdad4695efdb02ace07fb (commit)
       via  aaf4cb20adbb20b6c7ea9e421f89d0b7acba961a (commit)
       via  618cea694d92dd73482b2a08675c9dec84d512ac (commit)
       via  6ec8f7778f3f44f842782ecf164885ef6dbb1e4f (commit)
       via  da9bf2efc56266d8717496c303a6d4b16de94b63 (commit)
       via  a1c14677564b90a67eec5865dd63345a35cafd42 (commit)
       via  00fa3d1457ad466d1742fb74baf2760282cb41b0 (commit)
       via  69ce1ffc7d5f12266e3a4cde605ca76a65c297b4 (commit)
       via  7650e148f69832e6b89b93c549278b1bbf89946a (commit)
       via  e51035f70a2eee6d0def046d58fdc63c1aa3899e (commit)
       via  bdeee95a214eedfde979958f62cee466c28e638f (commit)
       via  cc68ccc5b08fff76d33c7062db35bdb646ed7ece (commit)
       via  e95da445761bf95ee1f251d3be79f05c1379a6fa (commit)
       via  3c81cdf19c5da61f712e98f70cb187a089b0b900 (commit)
       via  a8a0aa49f97769a08667c809b13df01ca4adad53 (commit)
       via  353283bbe99fdb458b2e6bf03bb6c62344e29cfe (commit)
       via  8faece2280dbad907fe57edd8c41732d87c35e76 (commit)
       via  05c0ac721e9411b1ac34f15a910b90bdf64b839a (commit)
       via  a1143ee3fad712e74deefa7eb7f62b323789b8bb (commit)
       via  02d94dab8d7827eb0dae469025cf6aeead12b873 (commit)
       via  dc3f1809cf4637fcf30d9c1789fa0eb96aefd0f5 (commit)
       via  ba4bcae03585c89c05c5fa8fbeef9450b24c2be8 (commit)
       via  396e75e37c24c866b4f0ec83393b4f785be59697 (commit)
       via  c07512179ef50cc50067844ec7ab15a228c70ac9 (commit)
       via  ed407c8055ef0f0037d6239878b14845407fd920 (commit)
       via  868c923f13e6ed95e1e5ad2bd32d4166842254ea (commit)
       via  d2474c2620a3b4a81e364ee3b741419a778f2472 (commit)
       via  3855e242a24025cc6f83731e7cf5d2ea73aeb23e (commit)
       via  106ca9d0c160137ac41466b6d7cf18eee4f4583e (commit)
       via  5f7c5a97ba0a30b7fcdcbdf330efa4800c7bce90 (commit)
       via  99d90fc102f4fbcc63b106f817b023687926a9e2 (commit)
       via  9322c6822f3c285212a07f38562c3d6425464e45 (commit)
       via  e7d2c60809827182e9f716ab5de2e5ad77d7c252 (commit)
       via  b7e9ee3327be03f5bc529cfb90b31da1b5586d4c (commit)
       via  52e6e2461f266feee99b6fb02dfd700fba589f77 (commit)
       via  e70a28b87e7280ac3d73a7cd5d9c3240e31e19e9 (commit)
       via  2e48455d276501a27ddc6dada07407ce03256312 (commit)
       via  f9c36483294f0e2eba9d0cde312023546aba9069 (commit)
       via  854d62777938eaf5552d8e90a3848e3a8fdbbbbd (commit)
       via  9ede36f0ed2ea3c2a6a020b52e51b741b07cbc1f (commit)
       via  790b8e0ebe63ae8d042327e6b1422c951166eb07 (commit)
       via  ddff766e38e446ae84bd099f4473406706ba2d80 (commit)
       via  ab744c1af5668b1fa1b0688614aa9c12813f4921 (commit)
       via  922f11ad226810f64e663790fc5b366939c8b546 (commit)
       via  6c7b6a51a4ea8fd05b85a5227c2333d4d9026f38 (commit)
       via  76978d406242c8680fa6b3c3ad122906445540f2 (commit)
      from  b6f5801e1c74f26b2884a51e292876f28ff25393 (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 827d28914a16ef2d10ebdad4695efdb02ace07fb
Author: Ludovic Courtès <address@hidden>
Date:   Wed Feb 27 09:38:11 2013 +0100

    gnu: Add cross tool chain.
    
    * gnu/packages/cross-base.scm: New file.
    * gnu/packages/patches/gcc-cross-environment-variables.patch: New file.
    * Makefile.am (MODULES): Add cross-base.scm.
      (dist_patch_DATA): Add gcc-cross-environment-variables.patch.
    * gnu/packages/base.scm (gcc-4.7): Use `LDFLAGS_FOR_TARGET' instead of
      `LDFLAGS_FOR_BUILD', and use `-B' instead of `-L'.
    * gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add case for
      "mips64el-linux".

commit aaf4cb20adbb20b6c7ea9e421f89d0b7acba961a
Author: Ludovic Courtès <address@hidden>
Date:   Wed Feb 27 09:25:00 2013 +0100

    gnu: linux: Make `system->linux-architecture' public, and add ARM.
    
    * gnu/packages/linux.scm (system->linux-architecture): Make public.  Add
      "arm".

commit 618cea694d92dd73482b2a08675c9dec84d512ac
Author: Nikita Karetnikov <address@hidden>
Date:   Tue Feb 19 11:17:08 2013 +0000

    gnu: linux-libre-headers: Set 'ARCH' to 'mips'.
    
    * gnu/packages/linux.scm (system->linux-architecture): New procedure.
      (linux-libre-headers): Adjust accordingly.

commit 6ec8f7778f3f44f842782ecf164885ef6dbb1e4f
Author: Nikita Karetnikov <address@hidden>
Date:   Fri Feb 15 13:50:45 2013 +0000

    gnu: gcc: Remove extraneous newline in 'LIB_SPEC'.
    
    * gnu/packages/base.scm (gcc-4.7): Remove trailing newline when patching
      'LIB_SPEC'.

commit da9bf2efc56266d8717496c303a6d4b16de94b63
Author: Ludovic Courtès <address@hidden>
Date:   Fri Feb 22 21:08:06 2013 +0100

    pull: Distinguish "already up to date" from "updated".
    
    * guix/ui.scm (show-what-to-build): Return (length req*).
    * guix/scripts/pull.scm (guix-pull): Print an "already up to date"
      message when there's nothing to build.

commit a1c14677564b90a67eec5865dd63345a35cafd42
Author: Ludovic Courtès <address@hidden>
Date:   Fri Feb 22 20:01:29 2013 +0100

    pull: Build (guix build download) first, because of the (gnutls) autoload.
    
    * guix/scripts/pull.scm (unpack): Build (guix build download) first, as
      done in 855a8ad71def2ebc594ed32c57bda0ca4e13d91c.
      Reported by Andreas Enge <address@hidden>.

commit 00fa3d1457ad466d1742fb74baf2760282cb41b0
Author: Ludovic Courtès <address@hidden>
Date:   Thu Feb 21 10:27:34 2013 +0100

    guix: Make sure UPDATES-DIR is valid.
    
    * scripts/guix.in: Make sure UPDATES-DIR is not #f.

commit 69ce1ffc7d5f12266e3a4cde605ca76a65c297b4
Author: Ludovic Courtès <address@hidden>
Date:   Wed Feb 20 23:46:38 2013 +0100

    Add "guix pull".
    
    * guix/scripts/pull.scm: New file.
    * Makefile.am (MODULES): Add it.
    * doc/guix.texi (Invoking guix pull): New node.
      (Invoking guix package): Add cross-ref to it.
    * guix/ui.scm (config-directory): New procedure.
    * scripts/guix.in: When `GUIX_UNINSTALLED' is undefined, add
      $XDG_CONFIG_HOME/guix/latest to the search path.
    * po/POTFILES.in: Add guix/scripts/pull.scm.

commit 7650e148f69832e6b89b93c549278b1bbf89946a
Author: Ludovic Courtès <address@hidden>
Date:   Wed Feb 20 23:41:24 2013 +0100

    ui: Factorize `show-what-to-build'.
    
    * guix/scripts/package.scm (guix-package)[show-what-to-build]: Move to..
    * guix/ui.scm (show-what-to-build): ... here.  Add a `store'
      parameter'.  Adjust callers.
    * guix/scripts/build.scm (guix-build): Use it.  Remove `req' and `req*'
      variables.

commit e51035f70a2eee6d0def046d58fdc63c1aa3899e
Author: Ludovic Courtès <address@hidden>
Date:   Wed Feb 20 23:32:15 2013 +0100

    build: Adjust guix.texi to Texinfo 5.0.
    
    * doc/guix.texi: Change @title and @subtitle syntax to please Texinfo 5.0.

commit bdeee95a214eedfde979958f62cee466c28e638f
Author: Ludovic Courtès <address@hidden>
Date:   Wed Feb 20 23:03:24 2013 +0100

    ui: Add temporary file handling and atomic symlink switch.
    
    * guix/scripts/download.scm (call-with-temporary-output-file): Move to
      ui.scm.
    * guix/scripts/package.scm (switch-symlinks): Likewise.
    * guix/ui.scm (call-with-temporary-output-file, switch-symlinks): New
      procedures.

commit cc68ccc5b08fff76d33c7062db35bdb646ed7ece
Author: Ludovic Courtès <address@hidden>
Date:   Wed Feb 20 22:59:35 2013 +0100

    download: Adjust to `http-get*' deprecation.
    
    * guix/build/download.scm (http-fetch): Adjust to use #:streaming? when
      using Guile 2.0.8+.

commit e95da445761bf95ee1f251d3be79f05c1379a6fa
Author: Ludovic Courtès <address@hidden>
Date:   Wed Feb 20 21:08:09 2013 +0100

    derivations: Add a search path parameter for module derivations.
    
    * guix/derivations.scm (imported-modules, compiled-modules): Add a
      `module-path' parameter.  Use it instead of %LOAD-PATH.

commit 3c81cdf19c5da61f712e98f70cb187a089b0b900
Author: Ludovic Courtès <address@hidden>
Date:   Wed Feb 20 21:06:57 2013 +0100

    gnu: texinfo: Make Perl a propagated input.
    
    * gnu/packages/texinfo.scm (texinfo): Make PERL a propagated input.

commit a8a0aa49f97769a08667c809b13df01ca4adad53
Author: Ludovic Courtès <address@hidden>
Date:   Tue Feb 19 22:58:56 2013 +0100

    build: Add missing -I flag for the daemon.
    
    * daemon.am (libstore_a_CPPFLAGS): Add missing -I, for schema.sql.hh.

commit 353283bbe99fdb458b2e6bf03bb6c62344e29cfe
Author: Ludovic Courtès <address@hidden>
Date:   Tue Feb 19 22:48:13 2013 +0100

    daemon: Add `--listen'.
    
    * nix/nix-daemon/guix-daemon.cc (GUIX_OPT_LISTEN): New macro.
      (options): Add `--listen'.
      (parse_opt): Handle it.
    * doc/guix.texi (Invoking guix-daemon): Mention it.

commit 8faece2280dbad907fe57edd8c41732d87c35e76
Author: Ludovic Courtès <address@hidden>
Date:   Tue Feb 19 22:43:07 2013 +0100

    Update from upstream Nix.

commit 05c0ac721e9411b1ac34f15a910b90bdf64b839a
Author: Ludovic Courtès <address@hidden>
Date:   Mon Feb 18 21:53:59 2013 +0100

    store: Add the `%daemon-socket-file' parameter.
    
    * guix/store.scm (%daemon-socket-file): New variable.
      (open-connection): Use it as the default value for FILE.

commit a1143ee3fad712e74deefa7eb7f62b323789b8bb
Author: Ludovic Courtès <address@hidden>
Date:   Sun Feb 17 22:19:11 2013 +0100

    Add Mark to `AUTHORS'.

commit 02d94dab8d7827eb0dae469025cf6aeead12b873
Author: Ludovic Courtès <address@hidden>
Date:   Sun Feb 17 22:18:16 2013 +0100

    build: Build guix/scripts/download.go after guix/build/download.go.
    
    * Makefile.am (guix/scripts/download.go): Add dependency on
      `guix/build/download.go'.
      Reported by Nikita Karetnikov <address@hidden>.

commit dc3f1809cf4637fcf30d9c1789fa0eb96aefd0f5
Author: Ludovic Courtès <address@hidden>
Date:   Sun Feb 17 16:25:30 2013 +0100

    scripts: Remove hyphen in the command name shown by `--version'.
    
    * guix/scripts/build.scm (%options): Remove hyphen from the name passed
      to `show-version-and-exit'.
    * guix/scripts/download.scm (%options): Likewise.
    * guix/scripts/gc.scm (%options): Likewise.
    * guix/scripts/import.scm (%options): Likewise.
    * guix/scripts/package.scm (%options): Likewise.

commit ba4bcae03585c89c05c5fa8fbeef9450b24c2be8
Author: Mark H Weaver <address@hidden>
Date:   Sun Feb 17 13:25:06 2013 -0500

    gnu: guile-reader: Rename packages to avoid version number confusion.
    
    * gnu/packages/guile.scm (guile-reader): Change the character preceding the
      guile version number from '-' to '_' so that it will not be misinterpreted
      as the package version number.

commit 396e75e37c24c866b4f0ec83393b4f785be59697
Author: Mark H Weaver <address@hidden>
Date:   Sun Feb 17 13:23:45 2013 -0500

    Update `TODO'.

commit c07512179ef50cc50067844ec7ab15a228c70ac9
Author: Ludovic Courtès <address@hidden>
Date:   Sun Feb 17 15:38:02 2013 +0100

    scripts: Remove initialization now redundant with `initialize-guix'.
    
    * guix/scripts/build.scm (guix-build): Remove calls to `install-locale',
      `textdomain', etc., now redundant with `initialize-guix'.
    * guix/scripts/download.scm (guix-download): Likewise.
    * guix/scripts/import.scm (guix-import): Likewise.
    * guix/scripts/package.scm (guix-package): Likewise.
    * guix/ui.scm: Remove export of `install-locale' and `initialize-guix'.
      (initialize-guix): Add docstring.

commit ed407c8055ef0f0037d6239878b14845407fd920
Author: Ludovic Courtès <address@hidden>
Date:   Sun Feb 17 15:01:52 2013 +0100

    gnu: texinfo: Update to 5.0.
    
    * gnu/packages/texinfo.scm (texinfo): Update to 5.0.

commit 868c923f13e6ed95e1e5ad2bd32d4166842254ea
Author: Mark H Weaver <address@hidden>
Date:   Thu Feb 14 04:15:25 2013 -0500

    Replace individual scripts with master 'guix' script.
    
    * scripts/guix.in: New script.
    
    * Makefile.am (bin_SCRIPTS): Add 'scripts/guix'.  Remove 'guix-build',
      'guix-download', 'guix-import', 'guix-package', and 'guix-gc'.
    
      (MODULES): Add 'guix/scripts/build.scm', 'guix/scripts/download.scm',
      'guix/scripts/import.scm', 'guix/scripts/package.scm', and
      'guix/scripts/gc.scm'.
    
    * configure.ac (AC_CONFIG_FILES): Add 'scripts/guix'.  Remove 'guix-build',
      'guix-download', 'guix-import', 'guix-package', and 'guix-gc'.
    
    * guix-build.in, guix-download.in, guix-gc.in, guix-import.in,
      guix-package.in: Remove shell script boilerplate.  Move to guix-COMMAND.in
      to guix/scripts/COMMAND.scm.  Rename module from (guix-COMMAND) to
      (guix scripts COMMAND).  Change "guix-COMMAND" to "guix COMMAND" in
      usage help string.
    
    * pre-inst-env.in: Add "@abs_top_builddir@/scripts" to the front of $PATH.
      Export $GUIX_UNINSTALLED.
    
    * tests/guix-build.sh, tests/guix-daemon.sh, tests/guix-download.sh,
      tests/guix-gc.sh, tests/guix-package.sh: Use "guix COMMAND" instead of
      "guix-COMMAND".
    
    * doc/guix.texi: Replace all occurrences of "guix-COMMAND" with
      "guix COMMAND".
    
    * po/POTFILES.in: Update.

commit d2474c2620a3b4a81e364ee3b741419a778f2472
Author: Ludovic Courtès <address@hidden>
Date:   Sat Feb 16 03:28:26 2013 +0100

    Add (gnu system vm).
    
    * gnu/system/vm.scm: New file.
    * Makefile.am (MODULES): Add it.

commit 3855e242a24025cc6f83731e7cf5d2ea73aeb23e
Author: Ludovic Courtès <address@hidden>
Date:   Sat Feb 16 03:25:59 2013 +0100

    gnu: Add support for Guile in Linux initrd.
    
    * gnu/packages/linux-initrd.scm: New file.

commit 106ca9d0c160137ac41466b6d7cf18eee4f4583e
Author: Ludovic Courtès <address@hidden>
Date:   Sat Feb 16 02:09:10 2013 +0100

    gnu: qemu-kvm: Add patch to have multiple SMB shares.
    
    * gnu/packages/qemu.scm (qemu-kvm/smb-shares): New variable.
    * gnu/packages/patches/qemu-multiple-smb-shares.patch: New file.
    * Makefile.am (dist_patch_DATA): Add it.

commit 5f7c5a97ba0a30b7fcdcbdf330efa4800c7bce90
Author: Ludovic Courtès <address@hidden>
Date:   Sat Feb 16 01:37:26 2013 +0100

    packages: Add `package-output'.
    
    * guix/packages.scm (package-output): New procedure.
    * tests/packages.scm ("package-output"): New test.

commit 99d90fc102f4fbcc63b106f817b023687926a9e2
Author: Ludovic Courtès <address@hidden>
Date:   Sat Feb 16 00:30:25 2013 +0100

    gnu: guile-static: Change `name' field.
    
    * gnu/packages/make-bootstrap.scm (%guile-static): Add `name' field with
      `-static' suffix.

commit 9322c6822f3c285212a07f38562c3d6425464e45
Author: Ludovic Courtès <address@hidden>
Date:   Sat Feb 16 00:29:43 2013 +0100

    gnu: guile-static: Add bindings for `reboot'.
    
    * gnu/packages/patches/guile-linux-syscalls.patch: Add `scm_reboot'.

commit e7d2c60809827182e9f716ab5de2e5ad77d7c252
Author: Ludovic Courtès <address@hidden>
Date:   Fri Feb 15 22:36:05 2013 +0100

    gnu: qemu: Add dependency on Samba.
    
    * gnu/packages/qemu.scm (qemu-kvm): Add dependency on Samba; pass
      `--smbd' to ./configure.

commit b7e9ee3327be03f5bc529cfb90b31da1b5586d4c
Author: Ludovic Courtès <address@hidden>
Date:   Fri Feb 15 22:04:51 2013 +0100

    gnu: samba: Augment the RUNPATH of executables to point to $out/lib.
    
    * gnu/packages/samba.scm (samba): Add `add-lib-to-runpath' phase, and
      PatchELF as an input.

commit 52e6e2461f266feee99b6fb02dfd700fba589f77
Author: Nikita Karetnikov <address@hidden>
Date:   Fri Feb 15 10:46:29 2013 +0000

    gnu: Add GNU Parted.
    
    * gnu/packages/parted.scm: New file.
    * Makefile.am (MODULES): Add it.

commit e70a28b87e7280ac3d73a7cd5d9c3240e31e19e9
Author: Ludovic Courtès <address@hidden>
Date:   Fri Feb 15 00:29:28 2013 +0100

    gnu: guile-static: Add bindings for low-level Linux syscalls.
    
    * gnu/packages/make-bootstrap.scm (%guile-static): Add
      `guile-linux-syscalls.patch' as an input, and use it.
    * gnu/packages/patches/guile-linux-syscalls.patch: New file.
    * Makefile.am (dist_patch_DATA): Add it.

commit 2e48455d276501a27ddc6dada07407ce03256312
Author: Ludovic Courtès <address@hidden>
Date:   Fri Feb 15 00:26:52 2013 +0100

    gnu: linux-libre: Choose a config without debugging features.
    
    * gnu/packages/linux.scm (linux-libre): Choose "defconfig" instead of
      "allmodconfig" since the latter enables all debugging features.  Add
      `CONFIG_CIFS=m'.

commit f9c36483294f0e2eba9d0cde312023546aba9069
Author: Cyril Roelandt <address@hidden>
Date:   Wed Feb 13 23:20:11 2013 +0100

    gnu: Add vim.
    
    * gnu/packages/vim.scm: New file.
    * Makefile.am (MODULES): Add it.

commit 854d62777938eaf5552d8e90a3848e3a8fdbbbbd
Author: Mark H Weaver <address@hidden>
Date:   Tue Feb 12 01:24:21 2013 -0500

    Build newest versions unless specified, and implement upgrades.
    
    * gnu/packages.scm (find-newest-available-packages):
      New exported procedure.
    
    * guix-build.in (newest-available-packages, find-best-packages-by-name):
      New procedures.
      (find-package): Use find-best-packages-by-name, to guarantee that
      if a version number is not specified, only the newest versions will
      be considered.
    
    * guix-package.in (%options): Add --upgrade/-u option.
      (newest-available-packages, find-best-packages-by-name, upgradeable?):
      New procedures.
      (find-package): Use find-best-packages-by-name, to guarantee that
      if a version number is not specified, only the newest versions will
      be considered.
      (process-actions): Implement upgrade option.
    
    * doc/guix.texi (Invoking guix-package): In the description of --install,
      mention that if no version number is specified, the newest available
      version will be selected.

commit 9ede36f0ed2ea3c2a6a020b52e51b741b07cbc1f
Author: Mark H Weaver <address@hidden>
Date:   Tue Feb 12 20:29:30 2013 -0500

    Inhibit duplicates in fold-packages.
    
    * gnu/packages.scm (fold2): New procedure.
      (fold-packages): Rework to suppress duplicates.

commit 790b8e0ebe63ae8d042327e6b1422c951166eb07
Author: Ludovic Courtès <address@hidden>
Date:   Thu Feb 14 00:14:29 2013 +0100

    build-system/gnu: Make the strip behavior of `static-package' configurable.
    
    * guix/build-system/gnu.scm (static-package): Add #:strip-all? keyword
      parameter.

commit ddff766e38e446ae84bd099f4473406706ba2d80
Author: Ludovic Courtès <address@hidden>
Date:   Wed Feb 13 21:42:34 2013 +0100

    gnu: guile-static: Use libgc build with `USE_LIBC_PRIVATES'.
    
    * gnu/packages/make-bootstrap.scm (%guile-static): Use libgc build with
      CPPFLAGS=-DUSE_LIBC_PRIVATES.
    * gnu/packages/bdw-gc.scm (libgc): Add TODO to always do it.

commit ab744c1af5668b1fa1b0688614aa9c12813f4921
Author: Ludovic Courtès <address@hidden>
Date:   Wed Feb 13 16:09:29 2013 +0100

    gnu: Add missing patch for mcron.
    
    * gnu/packages/patches/mcron-install.patch: New file.
    * Makefile.am (dist_patch_DATA): Add it.

commit 922f11ad226810f64e663790fc5b366939c8b546
Author: Nikita Karetnikov <address@hidden>
Date:   Wed Feb 13 02:18:46 2013 +0000

    gnu: Add GNU Wdiff.
    
    * gnu/packages/wdiff.scm: New file.
    * Makefile.am (MODULES): Add it.

commit 6c7b6a51a4ea8fd05b85a5227c2333d4d9026f38
Author: Mark H Weaver <address@hidden>
Date:   Tue Feb 12 12:02:15 2013 -0500

    Add version-compare and version>? to utils.scm.
    
    * guix/utils.scm (version-compare, version>?): New exported procedures,
      based on version-string>?, which was formerly in gnu-maintenance.scm.
    
    * guix/gnu-maintenance.scm (version-string>?): Removed procedure.
      (latest-release): Use 'version>?' instead of 'version-string>?'.

commit 76978d406242c8680fa6b3c3ad122906445540f2
Author: Andreas Enge <address@hidden>
Date:   Wed Feb 13 00:41:05 2013 +0100

    gnu: Add signing-party.
    
    * gnu/packages/gnupg.scm (signing-party): New variable.

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

Summary of changes:
 .gitignore                                         |    6 +-
 AUTHORS                                            |    1 +
 Makefile.am                                        |   27 ++-
 TODO                                               |    5 +-
 configure.ac                                       |    9 +-
 daemon.am                                          |    1 +
 doc/guix.texi                                      |  133 ++++++---
 gnu/packages.scm                                   |   66 ++++-
 gnu/packages/base.scm                              |    6 +-
 gnu/packages/bdw-gc.scm                            |    1 +
 gnu/packages/bootstrap.scm                         |    1 +
 gnu/packages/cross-base.scm                        |  243 +++++++++++++++++
 gnu/packages/gnupg.scm                             |  104 +++++++
 gnu/packages/guile.scm                             |    2 +-
 gnu/packages/linux-initrd.scm                      |  288 ++++++++++++++++++++
 gnu/packages/linux.scm                             |   33 ++-
 gnu/packages/make-bootstrap.scm                    |   91 ++++---
 gnu/packages/parted.scm                            |   71 +++++
 .../patches/gcc-cross-environment-variables.patch  |   24 ++
 gnu/packages/patches/guile-linux-syscalls.patch    |  276 +++++++++++++++++++
 gnu/packages/patches/mcron-install.patch           |   22 ++
 .../patches/qemu-multiple-smb-shares.patch         |   20 ++
 gnu/packages/qemu.scm                              |   24 ++-
 gnu/packages/samba.scm                             |   47 +++-
 gnu/packages/texinfo.scm                           |   33 +--
 gnu/packages/vim.scm                               |   74 +++++
 gnu/packages/wdiff.scm                             |   61 ++++
 gnu/system/vm.scm                                  |  263 ++++++++++++++++++
 guix/build-system/gnu.scm                          |   14 +-
 guix/build/download.scm                            |   25 ++-
 guix/derivations.scm                               |   13 +-
 guix/gnu-maintenance.scm                           |   12 +-
 guix/packages.scm                                  |   13 +
 guix-build.in => guix/scripts/build.scm            |   67 ++---
 guix-download.in => guix/scripts/download.scm      |   35 +---
 guix-gc.in => guix/scripts/gc.scm                  |   24 +--
 guix-import.in => guix/scripts/import.scm          |   24 +--
 guix-package.in => guix/scripts/package.scm        |  130 +++++-----
 guix/scripts/pull.scm                              |  231 ++++++++++++++++
 guix/store.scm                                     |   12 +-
 guix/ui.scm                                        |  115 ++++++++-
 guix/utils.scm                                     |   20 ++
 nix-upstream                                       |    2 +-
 nix/nix-daemon/guix-daemon.cc                      |   19 ++-
 po/POTFILES.in                                     |    9 +-
 pre-inst-env.in                                    |   11 +-
 scripts/guix.in                                    |   64 +++++
 tests/guix-build.sh                                |   26 +-
 tests/guix-daemon.sh                               |    6 +-
 tests/guix-download.sh                             |   12 +-
 tests/guix-gc.sh                                   |   24 +-
 tests/guix-package.sh                              |   56 ++--
 tests/packages.scm                                 |    9 +-
 53 files changed, 2458 insertions(+), 447 deletions(-)
 create mode 100644 gnu/packages/cross-base.scm
 create mode 100644 gnu/packages/linux-initrd.scm
 create mode 100644 gnu/packages/parted.scm
 create mode 100644 gnu/packages/patches/gcc-cross-environment-variables.patch
 create mode 100644 gnu/packages/patches/guile-linux-syscalls.patch
 create mode 100644 gnu/packages/patches/mcron-install.patch
 create mode 100644 gnu/packages/patches/qemu-multiple-smb-shares.patch
 create mode 100644 gnu/packages/vim.scm
 create mode 100644 gnu/packages/wdiff.scm
 create mode 100644 gnu/system/vm.scm
 rename guix-build.in => guix/scripts/build.scm (83%)
 rename guix-download.in => guix/scripts/download.scm (82%)
 rename guix-gc.in => guix/scripts/gc.scm (89%)
 rename guix-import.in => guix/scripts/import.scm (84%)
 rename guix-package.in => guix/scripts/package.scm (88%)
 create mode 100644 guix/scripts/pull.scm
 create mode 100644 scripts/guix.in


hooks/post-receive
-- 
guix source archive



reply via email to

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