[Git-commits] grml-live: branch, mika/0.15.0_release, updated. v0.14.1-63-g280301a

git repository hosting gitosis at grml.org
Fri Jul 8 13:42:32 CEST 2011


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 "grml-live - build system for creating a Grml (based) live system".

The branch, mika/0.15.0_release has been updated
  discards  039b0b43c4cc9ebd8449ca2c4edbac80005b6473 (commit)
       via  280301a7b79089117c9d88c58470443309a80af4 (commit)
       via  2d7aecf154d04fe411e1bdcb0173fe9f2093deb4 (commit)
       via  dd814754c67b9089428e17756d40fd848c58647f (commit)
       via  a242e27306035a23c96bf5b07b0840942ed245fb (commit)
       via  3c03961b59636e59a7b69a48ac79bcc67f300c16 (commit)
       via  e13f6a8e039735faf767a7fec63474d54b7c79b2 (commit)
       via  1cef31a85e18484353f05dc851ed101001f9c07c (commit)
       via  866b47c0652d8ce6d1bea20442f8ab273b5ba99a (commit)
       via  03c92fcd1f44a3a9f1a68d7af51f91964c4e41c4 (commit)
       via  6929c2c23325217d2a81b0882eb4ab7eb8676aac (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (039b0b43c4cc9ebd8449ca2c4edbac80005b6473)
            \
             N -- N -- N (280301a7b79089117c9d88c58470443309a80af4)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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 280301a7b79089117c9d88c58470443309a80af4
Author: Michael Prokop <mika at grml.org>
Date:   Sun Jun 26 20:34:53 2011 +0200

    Release new version 0.15.0.
    
    Signed-off-by: Michael Prokop <mika at grml.org>

commit 2d7aecf154d04fe411e1bdcb0173fe9f2093deb4
Author: Michael Prokop <mika at grml.org>
Date:   Fri Jul 8 13:24:40 2011 +0200

    Add security.debian.org to sources.list of lenny, squeezy, wheezy, stable and testing.
    
    Thanks: Christian Hofstaedtler <ch at grml.org>

commit dd814754c67b9089428e17756d40fd848c58647f
Author: Michael Prokop <mika at grml.org>
Date:   Fri Jul 8 02:40:11 2011 +0200

    GRMLBASE scripts: run all fcopy commands in verbose mode.
    
    We want to be able to catch in the logs as much information as
    possible, therefore be as verbose as possible.

commit a242e27306035a23c96bf5b07b0840942ed245fb
Author: Michael Prokop <mika at grml.org>
Date:   Fri Jul 8 01:34:11 2011 +0200

    Redesign sources.list handling. Get rid of /etc/grml/fai/apt/sources.list.
    
    Main changes:
    
    * no longer recursively deploy /etc/apt via fcopy
    * /etc/grml/fai/apt/sources.list is gone
    * /etc/apt/sources.list will no longer use entries from
      GRML_LIVE_SOURCES once the system has been initially installed
    
    More details:
    
    As we get rid of /etc/grml/fai/apt/sources.list we finally manage
    to no longer magically touch grml-live's configuration files WRT
    sources.list handling.
    
    Instead the set up of sources.list happens as follows:
    
    ${GRML_FAI_CONFIG}/config/files/etc/apt/sources.list/GRML_LIVE_SOURCES_LIST
    is generated based on $GRML_LIVE_SOURCES (iff set by the user,
    otherwise it falls back to sane defaults using grml repos and the
    according Debian suite). This GRML_LIVE_SOURCES_LIST file then
    gets deployed on *fresh* deployments. It won't be reused anymore
    for the existing installation, so if you run grml-live with the
    "-u" option the system will keep /etc/apt/sources.list as it is
    as well as the files inside /etc/apt/sources.list.d/. This
    provides more flexibility combined with a more transparent and
    consistent behaviour for the user.
    
    Then /etc/apt/sources.list.d/debian.list will be set up based on
    the detected Debian suite and the files from
    ${GRML_FAI_CONFIG}/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_*.
    
    Finally /etc/apt/sources.list/grml-stable.list will be deployed
    and depending on the build type also
    /etc/apt/sources.list.d/grml-testing.list might be installed.

commit 3c03961b59636e59a7b69a48ac79bcc67f300c16
Author: Michael Prokop <mika at grml.org>
Date:   Fri Jul 8 01:33:55 2011 +0200

    Update apt preferences: always use live-boot* packages from Grml.
    
    If the grml-testing repository is NOT enabled then live-boot
    might be installed from Debian/unstable during updates.
    That's something we don't want, so make sure apt pinning
    always prefers our own version.

commit e13f6a8e039735faf767a7fec63474d54b7c79b2
Author: Michael Prokop <mika at grml.org>
Date:   Fri Jul 8 12:38:50 2011 +0200

    92-update-freshclam: do not error out on exit code 124 by freshclam.

commit 1cef31a85e18484353f05dc851ed101001f9c07c
Author: Michael Prokop <mika at grml.org>
Date:   Thu Jul 7 15:55:24 2011 +0200

    Add workaround to solve udev packaging bug (see #632624).

commit 866b47c0652d8ce6d1bea20442f8ab273b5ba99a
Author: Michael Prokop <mika at grml.org>
Date:   Thu Jul 7 14:30:27 2011 +0200

    Implement dpkg-divert handling to address failing update-grub in openvz environments.

commit 03c92fcd1f44a3a9f1a68d7af51f91964c4e41c4
Author: Michael Prokop <mika at grml.org>
Date:   Wed Jul 6 12:22:29 2011 +0200

    GRMLBASE/37-portmap: do not touch /etc/default/portmap if the file does not exist.
    
    Nowadays we have rpcbind, so there's no need to create
    /etc/default/portmap any longer.

commit 6929c2c23325217d2a81b0882eb4ab7eb8676aac
Author: Michael Prokop <mika at grml.org>
Date:   Wed Jul 6 11:41:59 2011 +0200

    SW: Add partclone to GRML_FULL.

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

Summary of changes:
 debian/changelog                                   |   23 ++++-
 etc/grml/fai/apt/sources.list                      |    9 --
 .../fai/config/files/etc/apt/preferences/GRMLBASE  |   13 ++-
 .../etc/apt/sources.list.d/debian.list/DEBIAN_ETCH |   15 +++
 .../apt/sources.list.d/debian.list/DEBIAN_LENNY    |   19 ++++
 .../etc/apt/sources.list.d/debian.list/DEBIAN_SID  |   15 +++
 .../apt/sources.list.d/debian.list/DEBIAN_SQUEEZE  |   19 ++++
 .../apt/sources.list.d/debian.list/DEBIAN_STABLE   |   19 ++++
 .../apt/sources.list.d/debian.list/DEBIAN_TESTING  |   19 ++++
 .../apt/sources.list.d/debian.list/DEBIAN_WHEEZY   |   19 ++++
 .../apt/sources.list.d/grml-stable.list/GRMLBASE   |    3 +
 .../apt/sources.list.d/grml-testing.list/GRMLBASE  |    3 +
 .../fai/config/files/etc/apt/sources.list/GRMLBASE |    9 ++
 etc/grml/fai/config/hooks/instsoft.GRMLBASE        |   27 ++----
 etc/grml/fai/config/hooks/updatebase.GRMLBASE      |   15 +++-
 etc/grml/fai/config/package_config/GRML_FULL       |    1 +
 .../config/scripts/GRMLBASE/10-configure-initramfs |    6 +-
 etc/grml/fai/config/scripts/GRMLBASE/15-initsetup  |    4 +-
 etc/grml/fai/config/scripts/GRMLBASE/20-sudo       |    2 +-
 etc/grml/fai/config/scripts/GRMLBASE/25-locales    |    2 +-
 etc/grml/fai/config/scripts/GRMLBASE/30-fstab      |    2 +-
 etc/grml/fai/config/scripts/GRMLBASE/31-motd       |    2 +-
 etc/grml/fai/config/scripts/GRMLBASE/33-aptsetup   |  104 +++++---------------
 etc/grml/fai/config/scripts/GRMLBASE/34-hosts      |    2 +-
 etc/grml/fai/config/scripts/GRMLBASE/35-network    |    2 +-
 etc/grml/fai/config/scripts/GRMLBASE/37-portmap    |   16 +---
 etc/grml/fai/config/scripts/GRMLBASE/39-modprobe   |    4 +-
 etc/grml/fai/config/scripts/GRMLBASE/41-modules    |    2 +-
 .../config/scripts/GRMLBASE/92-update-freshclam    |   34 +++++--
 .../fai/config/scripts/GRMLBASE/98-clean-chroot    |   15 +++
 grml-live                                          |   43 ++++----
 31 files changed, 294 insertions(+), 174 deletions(-)
 delete mode 100644 etc/grml/fai/apt/sources.list
 create mode 100644 etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_ETCH
 create mode 100644 etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_LENNY
 create mode 100644 etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_SID
 create mode 100644 etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_SQUEEZE
 create mode 100644 etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_STABLE
 create mode 100644 etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_TESTING
 create mode 100644 etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_WHEEZY
 create mode 100644 etc/grml/fai/config/files/etc/apt/sources.list.d/grml-stable.list/GRMLBASE
 create mode 100644 etc/grml/fai/config/files/etc/apt/sources.list.d/grml-testing.list/GRMLBASE
 create mode 100644 etc/grml/fai/config/files/etc/apt/sources.list/GRMLBASE
hooks/post-receive
-- 
build system for creating a Grml (based) live system


More information about the Git-commits mailing list