[Git-commits] [grml/grml-debootstrap] 1cf844: packer: improve support for testing local grml-deb...

Michael Prokop mika at grml.org
Wed Jun 10 08:44:24 CEST 2015


  Branch: refs/heads/master
  Home:   https://github.com/grml/grml-debootstrap
  Commit: 1cf8447b1ef2791892fbd51f1cd49406850a93df
      https://github.com/grml/grml-debootstrap/commit/1cf8447b1ef2791892fbd51f1cd49406850a93df
  Author: Michael Prokop <mika at grml.org>
  Date:   2015-06-10 (Wed, 10 Jun 2015)

  Changed paths:
    M Makefile
    M packer/Makefile
    M packer/debian64.json
    M packer/debian64_provision.sh

  Log Message:
  -----------
  packer: improve support for testing local grml-debootstrap version

Sadly packer lacks an option to copy an entire directory
*excluding* certain files, otherwise we could just copy the whole
grml-debootstrap.git directory. But as to the packer_cache
directory is present in grml-debootstrap.git directory during
packer execution this makes no sense. So use a workaround to get
the same behaviour. Allow testing of grml-debootstrap without
having to commit and push stuff to git first, so one can hack on
stuff, test and only then commit and push it.


  Commit: 0592c21f3db581e9910c3fc8ac9f5a603551b0bc
      https://github.com/grml/grml-debootstrap/commit/0592c21f3db581e9910c3fc8ac9f5a603551b0bc
  Author: Michael Prokop <mika at grml.org>
  Date:   2015-06-10 (Wed, 10 Jun 2015)

  Changed paths:
    M chroot-script

  Log Message:
  -----------
  Drop --force-yes option from chroot-scripts' apt-get usage

The --force-yes option may lead to installation of packages that
fail GPG verification checks. If someone really needs the
--force-yes option (to actually really force package
installation) then this should be handled via DPKG_OPTIONS
instead.

Fixes #62 @ github


  Commit: 3e504efb7af3ec5ab9b76104d626bf0e23c2fab3
      https://github.com/grml/grml-debootstrap/commit/3e504efb7af3ec5ab9b76104d626bf0e23c2fab3
  Author: Michael Prokop <mika at grml.org>
  Date:   2015-06-10 (Wed, 10 Jun 2015)

  Changed paths:
    M grml-debootstrap

  Log Message:
  -----------
  Report CONFFILES usage in config overview

CONFFILES defaults to /etc/debootstrap, but especially if
something else gets used (e.g. with packer runs and
GRML_DEBOOTSTRAP_VERSION=local) this should be clearly visible on
the execution screen.


Compare: https://github.com/grml/grml-debootstrap/compare/deb096dbfd48...3e504efb7af3


More information about the Git-commits mailing list