[linux-fai-commit] [faiproject/fai] 0f5d97: make release
Mrfai
noreply at github.com
Fr Aug 30 11:36:04 CEST 2019
Branch: refs/tags/5.8.4=bpo9+1
Home: https://github.com/faiproject/fai
Commit: 0f5d97e5218657526fcc10df1e35a9254d49f77b
https://github.com/faiproject/fai/commit/0f5d97e5218657526fcc10df1e35a9254d49f77b
Author: Thomas Lange <lange at informatik.uni-koeln.de>
Date: 2019-03-07 (Thu, 07 Mar 2019)
Changed paths:
M debian/changelog
M examples/simple
Log Message:
-----------
make release
Commit: 48fecd02c654b71eb3b3ed81c68e3e47802a56b5
https://github.com/faiproject/fai/commit/48fecd02c654b71eb3b3ed81c68e3e47802a56b5
Author: Thomas Lange <lange at informatik.uni-koeln.de>
Date: 2019-03-08 (Fri, 08 Mar 2019)
Changed paths:
M debian/changelog
Log Message:
-----------
make release
Commit: 70f5eec83ba13767c0262a8eb437c7acce37c3ad
https://github.com/faiproject/fai/commit/70f5eec83ba13767c0262a8eb437c7acce37c3ad
Author: Thomas Lange <lange at informatik.uni-koeln.de>
Date: 2019-03-10 (Sun, 10 Mar 2019)
Changed paths:
M debian/fai-server.prerm
Log Message:
-----------
add test, Closes: #924227
Commit: 89133eba8c516b431698bd3ab5e3474c76be8685
https://github.com/faiproject/fai/commit/89133eba8c516b431698bd3ab5e3474c76be8685
Author: Thomas Lange <lange at informatik.uni-koeln.de>
Date: 2019-03-10 (Sun, 10 Mar 2019)
Changed paths:
M debian/changelog
Log Message:
-----------
make release
Commit: 41fbd7ca7358460da053727208ff5ba91a2e261b
https://github.com/faiproject/fai/commit/41fbd7ca7358460da053727208ff5ba91a2e261b
Author: Thomas Lange <lange at informatik.uni-koeln.de>
Date: 2019-03-21 (Thu, 21 Mar 2019)
Changed paths:
M conf/NFSROOT
Log Message:
-----------
add gpg for buster and beyond
we need gpg for converting .asc keys to .gpg
Commit: 1fedb4fb0dc1ddb7aa6b0ae4c7a0268b36f09ee7
https://github.com/faiproject/fai/commit/1fedb4fb0dc1ddb7aa6b0ae4c7a0268b36f09ee7
Author: Oliver Schraml <suchademon at sons-of-sparda.at>
Date: 2019-03-21 (Thu, 21 Mar 2019)
Changed paths:
M bin/install_packages
Log Message:
-----------
install_packages changed warn message
Fixed warning message for unknown action after packges.
Changed inside of the message "Unknow" to "Unknown"
Commit: 0873761988222b1ecd25d1f2dee575276414d70f
https://github.com/faiproject/fai/commit/0873761988222b1ecd25d1f2dee575276414d70f
Author: chacunda <chris.hacunda at mathworks.com>
Date: 2019-03-21 (Thu, 21 Mar 2019)
Changed paths:
M lib/subroutines
Log Message:
-----------
add newline to kernel parameters message
Commit: f8bb5317c7e1d5e31f80c9b785449291c8c87edc
https://github.com/faiproject/fai/commit/f8bb5317c7e1d5e31f80c9b785449291c8c87edc
Author: Björn Torkelsson <torkel at torkel.se>
Date: 2019-03-21 (Thu, 21 Mar 2019)
Changed paths:
M bin/fai-make-nfsroot
Log Message:
-----------
Foreign architecture may not be defined.
Commit: 9b024ba55dd98bb83bc46694d101d14c081cd1a0
https://github.com/faiproject/fai/commit/9b024ba55dd98bb83bc46694d101d14c081cd1a0
Author: Thomas Lange <lange at informatik.uni-koeln.de>
Date: 2019-03-22 (Fri, 22 Mar 2019)
Changed paths:
M man/fai-cd.8
Log Message:
-----------
improve -d description
Commit: 658667d04d263c078c80d7647aa1b50ffd57151e
https://github.com/faiproject/fai/commit/658667d04d263c078c80d7647aa1b50ffd57151e
Author: do-su-0805 <do.su.0805.engineer at gmail.com>
Date: 2019-03-24 (Sun, 24 Mar 2019)
Changed paths:
M doc/fai-guide.txt
Log Message:
-----------
fix typo
Commit: 730f308627982868f9e103c0780c76793ee65a81
https://github.com/faiproject/fai/commit/730f308627982868f9e103c0780c76793ee65a81
Author: Thomas Lange <lange at informatik.uni-koeln.de>
Date: 2019-03-25 (Mon, 25 Mar 2019)
Changed paths:
M lib/updatebase
Log Message:
-----------
mount /run/udev into /target, closes: #925247
Commit: 7c903cfe7f9d46af3450ebf4a1c78e2c73290f2c
https://github.com/faiproject/fai/commit/7c903cfe7f9d46af3450ebf4a1c78e2c73290f2c
Author: SOUEDET Nicolas <nicolas.souedet at cea.fr>
Date: 2019-03-27 (Wed, 27 Mar 2019)
Changed paths:
M lib/setup-storage/Commands.pm
Log Message:
-----------
fix wrong Perl dereferencing, Closes: #925469
repartitionning using a lvm configuration file and the option preserve_reinstall fails with the message : "Command had non-zero exit code"
The log also says:
Previous partitions overflow begin of preserved partition /dev/sda2
It seems that $FAI::configs does not contain a reference to a
dictionary but is a dictionary object, so dereferencing it leads to an
empty value. As a consequence VG is never preserved by the
preserve_reinstall option. And the last command during the
partitionning is a "vgchange -a n VG", that leads to inactivate
VG. Then when the command blkid is called to generate the /etc/fstab,
it uses a VG that is not activated and the blkid command return an
error code 2. Thus, setup-storage fails.
Commit: 9a5eaea46047218732753e4d2ed7ef25fb40b433
https://github.com/faiproject/fai/commit/9a5eaea46047218732753e4d2ed7ef25fb40b433
Author: Thomas Lange <lange at informatik.uni-koeln.de>
Date: 2019-03-27 (Wed, 27 Mar 2019)
Changed paths:
M debian/changelog
Log Message:
-----------
make release
Compare: https://github.com/faiproject/fai/compare/0f5d97e52186%5E...9a5eaea46047
Mehr Informationen über die Mailingliste linux-fai-commit