[Git-commits] grml-live: branch, mika/resolvconf_run, updated. v0.14.1-14-g14a5525

git repository hosting gitosis at grml.org
Sat Jun 4 12:55:21 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-cd".

The branch, mika/resolvconf_run has been updated
  discards  42d1087011e74231dcb94fe9d49b06ac1b51f324 (commit)
       via  14a552581ee3c2df7215f4c9419f63c903a0dc24 (commit)
       via  1e9092e9b8d1f13b9c26dc2c0d1e6b49c9e4d15b (commit)
       via  8d897e713d3564c8b10b0202bb928719024e956b (commit)
       via  8a3599309071d17acb6e63f362274248d20e79c6 (commit)
       via  9ecfe247e7be30841a5bfb893cc4a9cf3c45be70 (commit)
       via  c9ebd4a91cada380bc8d65ea75c5f09da3a89630 (commit)
       via  781e6ceeaae00a0aa87faeda739f41b9ddaf35e3 (commit)
       via  12e281b47d2008673440aa7946cf85eb03c529fb (commit)
       via  e91516d1163b3ec84a6d66ef7053d8bac46e218e (commit)
       via  6ce3dbc5219807922d321f8156aefb404ae57c21 (commit)
       via  5c91ce99edb4fb49346f5a5f5132a8a56a2e2c9d (commit)
       via  be3c8633855b8ca0ae6af5003d598979f91e34ad (commit)
       via  ed9696d769a10f640cbb49ae3588bf847ed75cba (commit)
       via  c315d7d3e9723213b01ff2acd1e414f10d79dd53 (commit)
       via  e7f93cdac54a36182a5942ac6ac00eb10780c5dd (commit)
       via  29c3663a3e3dc332e90c7d861b50656952ecd94c (commit)
       via  ec3d8999b4c9ff3eddb1738d0b320ad7bb52a894 (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 (42d1087011e74231dcb94fe9d49b06ac1b51f324)
            \
             N -- N -- N (14a552581ee3c2df7215f4c9419f63c903a0dc24)

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 14a552581ee3c2df7215f4c9419f63c903a0dc24
Author: Michael Prokop <mika at grml.org>
Date:   Sun May 29 12:03:12 2011 +0200

    Update resolv.conf handling WRT /run support (see issue984).

commit 1e9092e9b8d1f13b9c26dc2c0d1e6b49c9e4d15b
Author: Michael Prokop <mika at grml.org>
Date:   Fri Jun 3 17:36:28 2011 +0200

    Support -N option to only bootstrap the grml_chroot and skip building of [files for] ISO.

commit 8d897e713d3564c8b10b0202bb928719024e956b
Author: Michael Prokop <mika at grml.org>
Date:   Fri Jun 3 19:52:01 2011 +0200

    Adjust trap handling to get clean exit.

commit 8a3599309071d17acb6e63f362274248d20e79c6
Author: Michael Prokop <mika at grml.org>
Date:   Fri Jun 3 17:00:04 2011 +0200

    Remove /var/log/install_packages.list on release. File is emtpy then anyway.

commit 9ecfe247e7be30841a5bfb893cc4a9cf3c45be70
Author: Michael Prokop <mika at grml.org>
Date:   Fri Jun 3 16:49:52 2011 +0200

    GRMLBASE.var: set maximum number of packages installed at a time to 3000.
    
    If we don't install all packages at once the packages are
    installed in batches of 99 packages at a time. Then packages
    which are requested for installation (via "foo" in a package
    config file) but fail to install can't be marked for
    uninstallation/ignoring (via "foo-") in classes (like IGNORE for
    buildd) because the "foo-" might be in a later batch whereas the
    failing installation runs in an earlier batch.
    
    Hopefully this doesn't require to much memory usage or breaks
    anything, but all the tests so far looked promising.

commit c9ebd4a91cada380bc8d65ea75c5f09da3a89630
Author: Michael Prokop <mika at grml.org>
Date:   Fri Jun 3 16:47:47 2011 +0200

    01-packages: Ignore packages marked for un-installation.

commit 781e6ceeaae00a0aa87faeda739f41b9ddaf35e3
Author: Michael Prokop <mika at grml.org>
Date:   Fri Jun 3 12:19:24 2011 +0200

    SW: Drop ntfsprogrs (replaced by ntfs-3g, see #627823).

commit 12e281b47d2008673440aa7946cf85eb03c529fb
Author: Ulrich Dangel <mru at grml.org>
Date:   Tue May 31 23:34:29 2011 +0200

    Disable set -e as it causes some problems with umounting fs.

commit e91516d1163b3ec84a6d66ef7053d8bac46e218e
Author: Ulrich Dangel <mru at grml.org>
Date:   Tue May 31 19:04:50 2011 +0200

    add EXIT trap as set -e may terminate the program without a signal

commit 6ce3dbc5219807922d321f8156aefb404ae57c21
Author: Ulrich Dangel <mru at grml.org>
Date:   Sun May 22 19:02:57 2011 +0200

    Umount all directories in bailout handler

commit 5c91ce99edb4fb49346f5a5f5132a8a56a2e2c9d
Author: Ulrich Dangel <mru at grml.org>
Date:   Tue May 31 12:40:53 2011 +0200

    Add a script to update the grml-live version string
    
    As we test for the grml-live version string this script sets
    the version string to the one specified in the latest changelog entry.
    This should only be used for auto builds.

commit be3c8633855b8ca0ae6af5003d598979f91e34ad
Author: Michael Prokop <mika at grml.org>
Date:   Mon May 30 12:01:39 2011 +0200

    SW: Drop python2.5 and python2.5-minimal from GRML_FULL.
    
    We don't explicitely need python2.5 and depend on python anyway
    already. As python2.5-minimal causes problems in current builds
    (see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594691#29
    for details) let's get rid of it.
    
    Ack-ed by: Christian Hofstaedtler <ch at grml.org>

commit ed9696d769a10f640cbb49ae3588bf847ed75cba
Author: Christian Hofstaedtler <ch at grml.org>
Date:   Sun May 29 16:15:06 2011 +0200

    SW: remove loop-aes-{utils,testsuite}
    
    loop-aes-modules are gone already, so we don't need to ship these
    either.

commit c315d7d3e9723213b01ff2acd1e414f10d79dd53
Author: Christian Hofstaedtler <ch at grml.org>
Date:   Sun May 29 15:46:12 2011 +0200

    Update lintian overrides for grub 1.99-4 drop

commit e7f93cdac54a36182a5942ac6ac00eb10780c5dd
Merge: ec3d8999b4c9ff3eddb1738d0b320ad7bb52a894 29c3663a3e3dc332e90c7d861b50656952ecd94c
Author: Michael Prokop <mika at grml.org>
Date:   Sun May 29 12:11:13 2011 +0200

    Merge branch 'mika/release_0.14.1'

commit 29c3663a3e3dc332e90c7d861b50656952ecd94c
Author: Michael Prokop <mika at grml.org>
Date:   Sun May 29 12:10:17 2011 +0200

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

commit ec3d8999b4c9ff3eddb1738d0b320ad7bb52a894
Author: Michael Prokop <mika at grml.org>
Date:   Sun May 29 12:04:43 2011 +0200

    software-changes-schedule.txt: Add pppoe to candidates for removal.

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

Summary of changes:
 debian/changelog                                   |   21 +
 debian/overrides.grml-live                         |   78 ++-
 debian/update-grml-live-version                    |   14 +
 docs/grml-live.txt                                 |   14 +-
 etc/grml/fai/config/class/GRMLBASE.var             |   12 +-
 etc/grml/fai/config/hooks/instsoft.GRMLBASE        |    8 +-
 etc/grml/fai/config/hooks/updatebase.GRMLBASE      |    5 +
 etc/grml/fai/config/package_config/GRML_FULL       |    5 -
 etc/grml/fai/config/package_config/GRML_MEDIUM     |    1 -
 etc/grml/fai/config/package_config/GRML_SMALL      |    1 -
 etc/grml/fai/config/scripts/GRMLBASE/01-packages   |    2 +-
 .../fai/config/scripts/GRMLBASE/96-apt-listbugs    |   14 +-
 etc/grml/fai/grml/grml_cleanup_chroot              |   13 +-
 grml-live                                          |  646 ++++++++++----------
 software-changes-schedule.txt                      |    2 +-
 15 files changed, 479 insertions(+), 357 deletions(-)
 create mode 100755 debian/update-grml-live-version


hooks/post-receive
-- 
build system for creating a grml (based) live-cd


More information about the Git-commits mailing list