[Fai-commit] r6457 - branches/stable/3.4/debian
Michael Prokop
mika at alioth.debian.org
Fri Apr 15 19:20:10 UTC 2011
Author: mika
Date: 2011-04-15 19:20:04 +0000 (Fri, 15 Apr 2011)
New Revision: 6457
Modified:
branches/stable/3.4/debian/changelog
Log:
debian/changelog: update git commit IDs.
When running "git svn dcommit" the IDs are being rewritten.
Therefore the git IDs in the changelog points to garbage
collected IDs.
Thanks: Michael Tautschnig <mt at debian.org>
From: Michael Prokop <mika at grml.org>
Modified: branches/stable/3.4/debian/changelog
===================================================================
--- branches/stable/3.4/debian/changelog 2011-04-15 19:18:33 UTC (rev 6456)
+++ branches/stable/3.4/debian/changelog 2011-04-15 19:20:04 UTC (rev 6457)
@@ -1,7 +1,7 @@
fai (3.4.7) unstable; urgency=low
[ Michael Tautschnig ]
- * [d2708f9] setup-storage/Commands.pm: Rebuild partition table only
+ * [b543a56] setup-storage/Commands.pm: Rebuild partition table only
once, unless necessary (Closes: #607901) - thanks to Toomas Tamm
<tt-fai at kky.ttu.ee>
@@ -10,73 +10,73 @@
fai (3.4.6) unstable; urgency=low
[ Thomas Lange ]
- * [370cf6a] print message to stderr (closes: #605947)
+ * [24acdb3] print message to stderr (closes: #605947)
[ Michael Tautschnig ]
- * [ae1e965] setup-storage/{Fstab.pm,Parser.pm}: Cleanup code for
+ * [7c92c91] setup-storage/{Fstab.pm,Parser.pm}: Cleanup code for
defining BOOT_DEVICE; setup-storage.8: Properly document
semantics of BOOT_DEVICE and disk_var.sh - thanks to
Julien Blache <jblache at debian.org>
- * [a7130ae] simple/scripts/GRUB_PC/10-setup: No need to deal with
+ * [0045428] simple/scripts/GRUB_PC/10-setup: No need to deal with
multiple devices anymore, BOOT_DEVICE will always a be single value
- thanks to alekibango, David Dreezer
- * [4ff0276] setup-storage/Commands.pm: Use proper dependencies when
+ * [861be51] setup-storage/Commands.pm: Use proper dependencies when
entire disks are used as part of a RAID or LVM volume - thanks
to Peter Kruse
- * [6b2956f] setup-storage/Commands.pm: Always run vgchange -a -n, even
+ * [988955e] setup-storage/Commands.pm: Always run vgchange -a -n, even
if no prior LVM was detected; run pvcreate with -ff -y.
(closes: #606485) - thanks to Mathieu Alorent <malorent at echo.fr>
- * [20e21b3] setup-storage/Commands.pm: Fix dependencies between disk
+ * [b862db4] setup-storage/Commands.pm: Fix dependencies between disk
and LVM commands. (closes: #606113) - thanks to Mathieu Alorent
<malorent at echo.fr>, Nicolas Courtel <courtel at cena.fr>
[ Michael Prokop ]
- * [691bc38] task_mountdisks(): catch every exit code != 0 from mount2dir.
+ * [28e3295] task_mountdisks(): catch every exit code != 0 from mount2dir.
-- Michael Prokop <mika at grml.org> Thu, 23 Dec 2010 12:04:36 +0100
fai (3.4.5) unstable; urgency=low
[ Michael Prokop ]
- * [0e587c4] conf/NFSROOT: provide commented (and not activated) linux-
+ * [668fed1] conf/NFSROOT: provide commented (and not activated) linux-
image line for lenny - thanks to Thomas Lange
- * [530261d] conf/sources.list: replace lenny with squeeze - thanks to
+ * [2e62080] conf/sources.list: replace lenny with squeeze - thanks to
Thomas Lange
- * [d59d35f] fai-nfsroot.postrm: use rm with -f to not fail if
+ * [103dd24] fai-nfsroot.postrm: use rm with -f to not fail if
/etc/init.d/rcS does not exist - thanks to Holger for the report
- * [10a5626] simple examples: move from apt-proxy to approx - thanks
+ * [7a37069] simple examples: move from apt-proxy to approx - thanks
to Thomas Lange (closes: #602763)
- * [305bb81] NFSROOT: move commented lenny package examples to
+ * [e9a454c] NFSROOT: move commented lenny package examples to
according place - thanks to Thomas Lange
- * [b7eb5c4] Adjust depends/recommends regarding tftp server
+ * [7508a37] Adjust depends/recommends regarding tftp server
(closes: #603565)
[ Thomas Lange ]
- * [df7e592] use hostname= from the kernel command line
+ * [49de488] use hostname= from the kernel command line
(closes: #601750)
- * [7dcb45f] only use interfaces that are up (closes: #600591)
- * [039a7f0] print message to stdout (closes: #600715)
- * [e7376be] fai-cd.8: add missing verb
- * [6ec9f0a] FAI questionnaire: ask for logo
- * [326bd14] create directories, set additional parameters
+ * [e4d7f15] only use interfaces that are up (closes: #600591)
+ * [2a2bb42] print message to stdout (closes: #600715)
+ * [aafc055] fai-cd.8: add missing verb
+ * [fefd23c] FAI questionnaire: ask for logo
+ * [323b7e5] create directories, set additional parameters
(closes: #602498)
- * [a955bf8] FAI questionnaire: exclude basefiles in du(1) command
- * [7beb0d0] write MBR when using grub2 (closes: #597479)
- * [d54f816] remove some packages to make fai-cd smaller
- * [d93bfc5] remove part of how to enable PXE on 3com. This info was
+ * [ebbf8a3] FAI questionnaire: exclude basefiles in du(1) command
+ * [de9bda1] write MBR when using grub2 (closes: #597479)
+ * [ee86880] remove some packages to make fai-cd smaller
+ * [958a5b7] remove part of how to enable PXE on 3com. This info was
move into the wiki
- * [cc2e198] add hint about ADDCLASSES
- * [62d45e7] add newline, makes shell.log much more readable
- * [72acf49] do not include /boot on CD
- * [66cad6f] do not install grub always into (hd0) (closes: #604938)
+ * [91e38af] add hint about ADDCLASSES
+ * [c8ff710] add newline, makes shell.log much more readable
+ * [29cbfbb] do not include /boot on CD
+ * [512cd03] do not install grub always into (hd0) (closes: #604938)
[ Julien BLACHE ]
- * [d970926] Unbreak tmpfs support
+ * [9290a05] Unbreak tmpfs support
[ Michael Tautschnig ]
- * [fa1a816] setup-storage/Volumes.pm: Included parted output line if
+ * [a5d1c56] setup-storage/Volumes.pm: Included parted output line if
parsing parted output fails.
- * [0cca9d8] install grub into all raid devices. (closes: #604938)
+ * [313d96e] install grub into all raid devices. (closes: #604938)
-- Michael Prokop <mika at debian.org> Tue, 30 Nov 2010 12:10:42 +0100
@@ -88,30 +88,30 @@
* [152d969] debian/NEWS: provide information regarding lenny release,
/bin/dash issue and new FAI URL http://fai-project.org/
* [ed8b4a3] README: replace lenny with squeeze
- * [ed12cc3] fai: re-add support for hostname=... bootoption when using
+ * [eecc4b0] fai: re-add support for hostname=... bootoption when using
live-config - thanks to Karl Wallner <fai at karlwallner.de>
- * [046af3c] man/fai-class.1: replace dpkg --print-installation-
+ * [89e7772] man/fai-class.1: replace dpkg --print-installation-
architecture with --print-architecture - thanks to Michael Log
<mmlogin at gmail.com>
- * [7cf136b] bin/install_packages: mention import variables $aptoptions
+ * [230d60b] bin/install_packages: mention import variables $aptoptions
and $FAI_DEBSOURCESDIR - thanks to Michael Log <mmlogin at gmail.com>
- * [f90ec20] bin/fai-cd: fix quote handling of rsync check - thanks to
+ * [330f50f] bin/fai-cd: fix quote handling of rsync check - thanks to
Michael Log <mmlogin at gmail.com>
[ Thomas Lange ]
- * [12714de] reinclude code which is needed (closes: #599305)
+ * [b2ab3c1] reinclude code which is needed (closes: #599305)
[ Michael Tautschnig ]
- * [f65f489] fai, make-fai-nfsroot: Use df -P for guaranteed one-line-
+ * [34c6bec] fai, make-fai-nfsroot: Use df -P for guaranteed one-line-
is-one-mount output - thanks to Michael Log <mmlogin at gmail.com>
- * [84ac5c4] examples/simple/disk_config/FAIBASE: Added bootable:1,
+ * [61c9d36] examples/simple/disk_config/FAIBASE: Added bootable:1,
which is still necessary on some systems - thanks to
Maximiliano Curia <maxy at gnuservers.com.ar> for reporting
- * [2dbf3c5] fai-guide.txt: Improved documentation of hooks - thanks
+ * [ac6c2bb] fai-guide.txt: Improved documentation of hooks - thanks
to Peter Bittner <peter.bittner at thalesgroup.com>
- * [cc694c8] install_packages: Fix dpkg hold output - thanks to
+ * [3fecf34] install_packages: Fix dpkg hold output - thanks to
Michael Log <mmlogin at gmail.com>
- * [1d02322] setup-storage/Commands.pm: Quote fs argument in parted
+ * [2a68da5] setup-storage/Commands.pm: Quote fs argument in parted
mkpart calls - thanks to Peter Kruse <pk at q-leap.de>
-- Michael Prokop <mika at debian.org> Fri, 15 Oct 2010 10:49:10 +0200
@@ -119,30 +119,30 @@
fai (3.4.3) unstable; urgency=low
[ Thomas Lange ]
- * [01730b1] add Julien to THANKS file
- * [8fd3b92] raise importance of libproc-daemon-perl to Recommends
+ * [ebd8be2] add Julien to THANKS file
+ * [121c9ed] raise importance of libproc-daemon-perl to Recommends
(Closes: #593089)
- * [4d2967c] remove netmask from IP address (Closes: #597870)
- * [c6371e9] remove unused code (Closes: #596055)
+ * [9cdabfb] remove netmask from IP address (Closes: #597870)
+ * [7126012] remove unused code (Closes: #596055)
* Documentation related changes:
- - [c3d74dc] fix url of solaris/auto-install
- - [a34bb05] new domain name for the project (fai-project.org)
- - [f7a8ae1] fix homepage url
- - [a392628] fix link and date in QUESTIONNAIRE
- - [7986692] new date in fai-guide.txt
- - [827b6db] add more detailed list of tasks
+ - [7f44108] fix url of solaris/auto-install
+ - [d7f7473] new domain name for the project (fai-project.org)
+ - [a796865] fix homepage url
+ - [d60b2bc] fix link and date in QUESTIONNAIRE
+ - [5e6a4c4] new date in fai-guide.txt
+ - [f9f9f89] add more detailed list of tasks
[ Michael Tautschnig ]
- * [cc508b6] setup-storage/Fstab.pm: Don't resolve LVM devices via
+ * [bcbed96] setup-storage/Fstab.pm: Don't resolve LVM devices via
readlink (thanks Brian Kroth for suggesting a similar patch).
(Closes: #597238)
- * [ccad800] Fixed a whitespace/table alignment issue.
- * [9728758] Clarify error message in case of invalid use of swap/luks
+ * [49b57ca] Fixed a whitespace/table alignment issue.
+ * [8b8e248] Clarify error message in case of invalid use of swap/luks
in disk_config
[ Julien BLACHE ]
- * [8b1abdc] Fix preserve for RAID
- * [79f10a1] Rework mdadm output parsing code to make it more tolerant
+ * [fbd6955] Fix preserve for RAID
+ * [e497545] Rework mdadm output parsing code to make it more tolerant
to changes in the output format
-- Michael Prokop <mika at debian.org> Tue, 05 Oct 2010 02:46:32 +0200
@@ -150,7 +150,7 @@
fai (3.4.2) unstable; urgency=low
[ Michael Prokop ]
- * [5da742c] bin/make-fai-nfsroot: change check for /usr/share/live-
+ * [8a8be99] bin/make-fai-nfsroot: change check for /usr/share/live-
initramfs to /usr/share/initramfs-tools/scripts/live
(Closes: #595365)
@@ -159,7 +159,7 @@
fai (3.4.1) unstable; urgency=low
[ Michael Tautschnig ]
- * [d055788] Enforce execution of mdadm --create only after all
+ * [00120f5] Enforce execution of mdadm --create only after all
partition table manipulations.
-- Michael Prokop <mika at debian.org> Fri, 27 Aug 2010 13:25:52 +0200
@@ -169,93 +169,93 @@
The "FAI in New York at DebConf10" Release.
[ Thomas Lange ]
- * [23c9130] make-fai-nfsroot: fix typo
- * [66a6491] year++
- * [63b89bd] add comment to lib/subroutines regarding /dev mount
- * [29381ac] mkramdisk: use exit in main routine (closes: #583289)
- * [f10e41a] ainsl: exit with 0 if line already exists in the file
- * [2fba437] sources.list: fix security.geo.debian.org domain entries
- * [b4301ee] install_packages: fix typo in warn message
- * [cc5fff4] make-fai-nfsroot, make-fai-nfsroot.8: add option -B,
+ * [6f72609] make-fai-nfsroot: fix typo
+ * [ce726cb] year++
+ * [76856e8] add comment to lib/subroutines regarding /dev mount
+ * [956debf] mkramdisk: use exit in main routine (closes: #583289)
+ * [957cfb1] ainsl: exit with 0 if line already exists in the file
+ * [1417d7f] sources.list: fix security.geo.debian.org domain entries
+ * [787341f] install_packages: fix typo in warn message
+ * [c9fdb5a] make-fai-nfsroot, make-fai-nfsroot.8: add option -B,
(closes: #576092) (thanks to Mika Prokop for the patch)
- * [c29d0f9] disk-info: rename subroutine
- * [d92d340] remove leading space in debian/control long description
- * [23ffbe6] remove unneeded else for extracting base.tgz
- * [ab0ca37] dhcp-edit: new command that adds or removes entries
+ * [cc29e3b] disk-info: rename subroutine
+ * [dc8741e] remove leading space in debian/control long description
+ * [7724e68] remove unneeded else for extracting base.tgz
+ * [7be96df] dhcp-edit: new command that adds or removes entries
to/from dhcpd.conf
- * [e3c99bc] control: change dependencies on fai-setup-storage
- * [ee748e9] fai-chboot,fai-chboot.8: add option -P
- * [3fc2e78] setup-storage.8: add info about flag_initial
- * [84a3c16] doc/error-levels: describe error levels of task_error
+ * [2ec95e3] control: change dependencies on fai-setup-storage
+ * [0791602] fai-chboot,fai-chboot.8: add option -P
+ * [153a0ea] setup-storage.8: add info about flag_initial
+ * [e5e380a] doc/error-levels: describe error levels of task_error
subroutine
- * [52d0c1d] make-fai-nfsroot: remove etc/hostname and 70-persistent-
+ * [94e93e2] make-fai-nfsroot: remove etc/hostname and 70-persistent-
net.rules from nfsroot and base.tgz (thanks to Manuel Hachtkemper
for the patch)
- * [ed3e77f] subroutines: do not dump bash array variables
- * [265475d] add different implementation for dumping variables, thanks
+ * [1c7bf0d] subroutines: do not dump bash array variables
+ * [6ffe3e7] add different implementation for dumping variables, thanks
to Andreas Schuldei
- * [61044db] add $modified, add more messages, fix code for adding a
+ * [1187714] add $modified, add more messages, fix code for adding a
host
- * [433dc9f] make-fai-nfsroot: fix typo, remove redundant rm command
- * [dda0071] put ROOTPW into quotes, so empty password will work
+ * [2bcb8eb] make-fai-nfsroot: fix typo, remove redundant rm command
+ * [ed67680] put ROOTPW into quotes, so empty password will work
(thanks to Adrien Cunin for the patch)
- * [c043d96] 10-misc, subroutines: move adding /etc/hosts entry from
+ * [25f6405] 10-misc, subroutines: move adding /etc/hosts entry from
task_prepareapt
- * [dc71219] fai-do-scripts: add cfengine 3 support
- * [0752918] savelog.LAST: ignore ACPI Warning
- * [6612e23] task_sysinfo: remove call of sysinfo (non open source
+ * [16f24fb] fai-do-scripts: add cfengine 3 support
+ * [e9f2281] savelog.LAST: ignore ACPI Warning
+ * [051b8a6] task_sysinfo: remove call of sysinfo (non open source
software), check if blkid exists before calling it
- * [9350d55] ftar, ftar.8: add xz support
- * [0af7676] fcopy, fai-cd, fai-do-scripts, ftar, fai-debconf, dhcp-
+ * [7a8e07b] ftar, ftar.8: add xz support
+ * [48ebbdf] fcopy, fai-cd, fai-do-scripts, ftar, fai-debconf, dhcp-
edit, fai-class, install_packages, ainsl, fai-mirror, fai-chboot:
remove version information, remove e-mail address for bugs
- * [1dddb1b] fai-cd: add grub2 support (thanks to Sebastian Hetze for
+ * [6fab01f] fai-cd: add grub2 support (thanks to Sebastian Hetze for
the patch)
- * [035f6cb] fai-cd: remove grub test which is already done before
- * [5648a55] fai-cd.8: add option -G
- * [f848790] fcopy: do not copy file if preinst script fails
+ * [6f24e94] fai-cd: remove grub test which is already done before
+ * [d3e221d] fai-cd.8: add option -G
+ * [3020eb6] fcopy: do not copy file if preinst script fails
(closes: #573044) thanks to Andreas Schuldei for the patch
- * [89d2d14] - mkramdisks: add option -a, remove use of FAI_NORAMDISK,
+ * [c523052] - mkramdisks: add option -a, remove use of FAI_NORAMDISK,
use FAI_RAMDISKS
- subroutines: adjust to new option of mkramdisks
- * [4f1170b] fix typo (in changelog)
- * [0840cce] subroutines: new subroutine umount_csspace, so it can be
+ * [ae8f6cf] fix typo (in changelog)
+ * [d5b1f36] subroutines: new subroutine umount_csspace, so it can be
used in user hooks (thanks to Waldemar for the patch)
- * [6769f42] fai-guide.txt: add info how to generate the encrypted
+ * [c9e801a] fai-guide.txt: add info how to generate the encrypted
password
- * [e486952] control: update to new standards version
- * [530f72a] fai-cd: add checks if package download succeeded
- * [60fef62] fai-cd.8: add option -G
- * [654d771] grub.cfg, Makefile: add missing grub.cfg to package
- * [604e894] fai-server.install: add missing grub.cfg
- * [0c0c21a] fai-cd: fix, use grub.cfg for grub2
- * [e752bb5] fai-mirror, fai-mirror.8: add option -m
- * [4470a12] disk_config: use UUID's in fstab
- * [763e15b] make-fai-nfsroot: force creating of symlinks
+ * [93d49a9] control: update to new standards version
+ * [e55d0c3] fai-cd: add checks if package download succeeded
+ * [3c1d8af] fai-cd.8: add option -G
+ * [027fadd] grub.cfg, Makefile: add missing grub.cfg to package
+ * [6544256] fai-server.install: add missing grub.cfg
+ * [500c688] fai-cd: fix, use grub.cfg for grub2
+ * [2716d05] fai-mirror, fai-mirror.8: add option -m
+ * [a5c511a] disk_config: use UUID's in fstab
+ * [e578ddd] make-fai-nfsroot: force creating of symlinks
(closes: #588009)
- * [8c5ad04] - fai-mirror: use $mirrordir if no argument given
+ * [7887ba7] - fai-mirror: use $mirrordir if no argument given
(closes: #428597)
- get-config-dir-svn: use exit code of first command of
pipe (closes: #557544)
- * [09351aa] fai-mirror: use $mirrordir if no argument given
+ * [02fa76e] fai-mirror: use $mirrordir if no argument given
(closes: #428597)
- * [63b4678] fix line break, so normal text line does not start with a
+ * [decaf3f] fix line break, so normal text line does not start with a
dot
- * [9560a33] get-config-dir: change error message
- * [b503fa6] savelog.LAST: add ignore pattern
- * [6f2b222] savelog.LAST: add ignore pattern
- * [7e5037d] new setup-fai-test-environment script create two virtual
+ * [2eb1c4c] get-config-dir: change error message
+ * [9339edd] savelog.LAST: add ignore pattern
+ * [8d42234] savelog.LAST: add ignore pattern
+ * [02ceb42] new setup-fai-test-environment script create two virtual
machines for testing
[ Michael Tautschnig ]
- * [11ecfca] added changelog entry for install_packages typo fix
- * [0d847ff] move setup-storage into a separate package (fai-setup-
+ * [1406d77] added changelog entry for install_packages typo fix
+ * [f3eeb29] move setup-storage into a separate package (fai-setup-
storage) Thanks Michael Prokop <mika at debian.org> for the patch
(closes: #575812)
- * [fa23848] Added sizespec non-terminal to grammer for nicer
+ * [b1f0d92] Added sizespec non-terminal to grammer for nicer
formatting as suggested by Thomas
- * [4ec8cc0] minor hyphen-used-as-minus-sign fix
- * [e8f982b] Merged a larger number of patches from experimental into
+ * [f65d2bf] minor hyphen-used-as-minus-sign fix
+ * [2815836] Merged a larger number of patches from experimental into
trunk:
- setup-storage: Bumped version number to 1.3
- setup-storage/Volumes.pm: Only read sizes and partitioning of disks
@@ -301,32 +301,30 @@
suggested by Thomas.
[ Michael Prokop ]
- * [6feb888] [fa070e7] [ded4ad2] [d37a316] [40f0da1] [408ca00] [350a726]
- [6326855] [064d4cf] Merge fixes.
- * [185cf56] Add myself as uploader, ack-ed by Thomas Lange.
- * [389013d] Replace lenny with squeeze in all apt related sources.
- * [3cb6394] conf/NFSROOT, doc/includes/faisetup.txt: drop deprecated
+ * [deac1c4] Add myself as uploader, ack-ed by Thomas Lange.
+ * [7cd0760] Replace lenny with squeeze in all apt related sources.
+ * [ceb4ce3] conf/NFSROOT, doc/includes/faisetup.txt: drop deprecated
aufs-modules-* package.
- * [f3b4bad] 20-hwdetect.source: make sure the kernel module directory
+ * [f532b84] 20-hwdetect.source: make sure the kernel module directory
drivers/ide/pci exists before using it.
- * [34bad06] package_config/GNOME: drop deprecated packages iceweasel-
+ * [fd7c68b] package_config/GNOME: drop deprecated packages iceweasel-
gnome-support, icedove-gnome-support and gnome-apt.
- * [9432b29] simple examples: use GRUB_PC as default, add info header
+ * [03208d2] simple examples: use GRUB_PC as default, add info header
to GRUB and GRUB_PC scripts.
- * [9510b74] bin/make-fai-nfsroot: do not divert update-initramfs by
+ * [c08b4b2] bin/make-fai-nfsroot: do not divert update-initramfs by
default any longer
- * [3881bcb] subroutines, fai: make sure fai exits with the according
+ * [33edf5e] subroutines, fai: make sure fai exits with the according
return
- * [73129a7] subroutines: add support for task_error to task configure
- * [5eab8a7] subroutines: use task_error level 420 instead of 855 as
+ * [46903ea] subroutines: add support for task_error to task configure
+ * [7a0ec93] subroutines: use task_error level 420 instead of 855 as
discussed with Thomas
- * [b7ae34e] install_packages: support retrieving sources for Debian
+ * [c48d8ed] install_packages: support retrieving sources for Debian
based
- * [e9fe657] install_packages.8: fix wording of description of -N
+ * [33027c0] install_packages.8: fix wording of description of -N
option
- * [479ca7f] subroutines, fai: display date of execution (fai_rundate)
+ * [f6e1cec] subroutines, fai: display date of execution (fai_rundate)
on startup
- * [47cfab9] subroutines: /proc + /sys might be empty because they were
+ * [e8eef26] subroutines: /proc + /sys might be empty because they were
unmounted
[ Julien BLACHE ]
@@ -347,7 +345,7 @@
unstable has switched to using stable names in device.map.
[ Michael Goetze ]
- * [df9a32f] Minor doc bug (wrong path)
+ * [5741e42] Minor doc bug (wrong path)
-- Michael Prokop <mika at debian.org> Sat, 07 Aug 2010 20:23:42 -0400
More information about the Fai-commit
mailing list