[linux-fai-commit] [faiproject/fai] 96d868: remove package already in base or not needed

Thomas Lange lange at informatik.uni-koeln.de
Fr Jul 29 15:10:18 CEST 2016


  Branch: refs/heads/master
  Home:   https://github.com/faiproject/fai
  Commit: 96d868fe30f2457bdc9f5e35824ba68e9adf93d0
      https://github.com/faiproject/fai/commit/96d868fe30f2457bdc9f5e35824ba68e9adf93d0
  Author: Thomas Lange <lange at informatik.uni-koeln.de>
  Date:   2016-07-28 (Thu, 28 Jul 2016)

  Changed paths:
    M examples/simple/package_config/FAIBASE

  Log Message:
  -----------
  remove package already in base or not needed


  Commit: fb60d1edccaabdb6c2b14f772df9d2c420fd2978
      https://github.com/faiproject/fai/commit/fb60d1edccaabdb6c2b14f772df9d2c420fd2978
  Author: andrew bezella <andrew at diatribes.org>
  Date:   2016-07-29 (Fri, 29 Jul 2016)

  Changed paths:
    M examples/simple/scripts/DEBIAN/40-misc

  Log Message:
  -----------
  copy fai.conf into chroot on dirinstall as well as install


  Commit: 5766c40ced0694289d10eab959027b5d72d11b11
      https://github.com/faiproject/fai/commit/5766c40ced0694289d10eab959027b5d72d11b11
  Author: andrew bezella <andrew at diatribes.org>
  Date:   2016-07-29 (Fri, 29 Jul 2016)

  Changed paths:
    M examples/simple/scripts/FAISERVER/10-conffiles

  Log Message:
  -----------
  copy FAISERVER config into chroot on dirinstall as well as install


  Commit: bcefef4e2ea3dd0c8306ca70ed3271feb6e87847
      https://github.com/faiproject/fai/commit/bcefef4e2ea3dd0c8306ca70ed3271feb6e87847
  Author: Thomas Lange <lange at informatik.uni-koeln.de>
  Date:   2016-07-29 (Fri, 29 Jul 2016)

  Changed paths:
    M bin/fai-cd
    M bin/fai-class
    M bin/fai-debconf
    M bin/fai-make-nfsroot
    M examples/simple/class/20-hwdetect.sh
    M examples/simple/hooks/instsoft.DEBIAN
    M examples/simple/hooks/savelog.LAST.sh
    M examples/simple/hooks/updatebase.CENTOS
    M lib/fetch-basefile
    M lib/mount2dir
    M lib/subroutines
    M lib/task_inventory

  Log Message:
  -----------
  replace [ "$verbose" ] with [ X$verbose = X1 ]

currently the variable $verbose is unset or set to 1. That's why the
old test works. If we want to set verbose to the default value 0,
this test will fail, since it will become true. The new version of
the test will only be true if $verbose is set to 1, and it does not
fail if $verbose is unset.


  Commit: ba1a426a8c9ece5bd313fe585ec3a92fc26222b1
      https://github.com/faiproject/fai/commit/ba1a426a8c9ece5bd313fe585ec3a92fc26222b1
  Author: Thomas Lange <lange at informatik.uni-koeln.de>
  Date:   2016-07-29 (Fri, 29 Jul 2016)

  Changed paths:
    M debian/changelog

  Log Message:
  -----------
  make beta


Compare: https://github.com/faiproject/fai/compare/4c71feb3c35f...ba1a426a8c9e


Mehr Informationen über die Mailingliste linux-fai-commit