From lange at informatik.uni-koeln.de Wed May 16 19:04:47 2018 From: lange at informatik.uni-koeln.de (Thomas Lange) Date: Wed, 16 May 2018 10:04:47 -0700 Subject: [linux-fai-commit] [faiproject/fai] 518dda: adjust submodule config Message-ID: <5afc64af16470_40a92b2223009c0c18448@hookshot-fe-265448d.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/faiproject/fai Commit: 518dda1a7c9f4fd424000c20775b16254b8e278e https://github.com/faiproject/fai/commit/518dda1a7c9f4fd424000c20775b16254b8e278e Author: Thomas Lange Date: 2018-05-16 (Wed, 16 May 2018) Changed paths: M .gitmodules Log Message: ----------- adjust submodule config Commit: fcecabdb843887a3abb442c4614d7c23fa79444b https://github.com/faiproject/fai/commit/fcecabdb843887a3abb442c4614d7c23fa79444b Author: Thomas Lange Date: 2018-05-16 (Wed, 16 May 2018) Changed paths: M debian/changelog Log Message: ----------- prelare release Compare: https://github.com/faiproject/fai/compare/b21f83201d85...fcecabdb8438 **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From lange at informatik.uni-koeln.de Mon May 21 13:56:29 2018 From: lange at informatik.uni-koeln.de (Thomas Lange) Date: Mon, 21 May 2018 04:56:29 -0700 Subject: [linux-fai-commit] [faiproject/fai] fde570: improve git setup Message-ID: <5b02b3ed9cb30_68fd2abd44f65c0865632@hookshot-fe-d2afb11.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/faiproject/fai Commit: fde570fd2b50e2dc7a287a421b4cd2338116faad https://github.com/faiproject/fai/commit/fde570fd2b50e2dc7a287a421b4cd2338116faad Author: Thomas Lange Date: 2018-05-19 (Sat, 19 May 2018) Changed paths: M README Log Message: ----------- improve git setup Commit: a9557fc472fa2aec78ce11935d54884bc0a3170f https://github.com/faiproject/fai/commit/a9557fc472fa2aec78ce11935d54884bc0a3170f Author: Thomas Lange Date: 2018-05-21 (Mon, 21 May 2018) Changed paths: M lib/setup-storage/Parser.pm Log Message: ----------- improve error message Commit: b5d9ac442d6c7e0e36e8b6ad9ee1f9235088b17c https://github.com/faiproject/fai/commit/b5d9ac442d6c7e0e36e8b6ad9ee1f9235088b17c Author: Frank Steinberg Date: 2018-05-21 (Mon, 21 May 2018) Changed paths: M bin/ftar M bin/setup-storage M lib/mount2dir M lib/setup-storage/Commands.pm M lib/setup-storage/Fstab.pm M lib/setup-storage/Parser.pm M lib/setup-storage/Sizes.pm M lib/setup-storage/Volumes.pm Log Message: ----------- add support for NFS diskless clients Commit: d0f39b9a7519b59f0219bb9c23d141e968297ed2 https://github.com/faiproject/fai/commit/d0f39b9a7519b59f0219bb9c23d141e968297ed2 Author: Thomas Lange Date: 2018-05-21 (Mon, 21 May 2018) Changed paths: M man/setup-storage.8 Log Message: ----------- describe support for NFS diskless clients Compare: https://github.com/faiproject/fai/compare/fcecabdb8438...d0f39b9a7519 **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From lange at informatik.uni-koeln.de Fri May 25 23:50:14 2018 From: lange at informatik.uni-koeln.de (Thomas Lange) Date: Fri, 25 May 2018 14:50:14 -0700 Subject: [linux-fai-commit] [faiproject/fai] 7d5d32: update standards version, no changes needed Message-ID: <5b088516b2452_380c2acacecb9bfc3359@hookshot-fe-7191cb1.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/faiproject/fai Commit: 7d5d32d57fef1e4c01d770bb06e3b6bb08894bf9 https://github.com/faiproject/fai/commit/7d5d32d57fef1e4c01d770bb06e3b6bb08894bf9 Author: Thomas Lange Date: 2018-05-21 (Mon, 21 May 2018) Changed paths: M debian/control Log Message: ----------- update standards version, no changes needed Commit: 6c99dc58ab4fcc9c2b668564ed9a3e5ee8c2a968 https://github.com/faiproject/fai/commit/6c99dc58ab4fcc9c2b668564ed9a3e5ee8c2a968 Author: Thomas Lange Date: 2018-05-23 (Wed, 23 May 2018) Changed paths: M bin/fai-cd Log Message: ----------- use trusted=yes instead of allow-insecure Commit: 81d8c2ede7cf2c2d3af656600df281efdbf657e6 https://github.com/faiproject/fai/commit/81d8c2ede7cf2c2d3af656600df281efdbf657e6 Author: Thomas Lange Date: 2018-05-25 (Fri, 25 May 2018) Changed paths: M lib/subroutines Log Message: ----------- Run gpg in FAI to convert .asc files to .gpg files. Thanks to Derek Poon for the great analysis and patch. FAI 5.5.3 changed the task_repository() function in /usr/lib/fai/subroutines, such that it copies *.asc files into the target OS's /etc/apt/trusted.gpg.d instead of calling `apt-key add`. This broke APT keys for target OSes that have apt < 1.4~beta1, which only look for /etc/apt/trusted.gpg.d/*.gpg files. Since 1.4~beta1, APT will also look for /etc/apt/trusted.gpg.d/*.asc. FAI 5.6.1 introduces a workaround: for each relevant class, it copies a $class.gpg file if it exists, and falls back to copying a $class.asc file. However, the FAI 5.6.1 behaviour still imposes an unreasonable burden of maintaining redundant files in the package_config directory: .asc files for FAI clients older than 5.5.3, and .gpg files for FAI clients since 5.6.1. To summarize, FAI has traditionally supported ASCII-armored .asc key files, and APT has traditionally supported dearmored .gpg key files. I see two possible good solutions: Compare: https://github.com/faiproject/fai/compare/d0f39b9a7519...81d8c2ede7cf **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From lange at informatik.uni-koeln.de Wed May 30 13:35:44 2018 From: lange at informatik.uni-koeln.de (Thomas Lange) Date: Wed, 30 May 2018 04:35:44 -0700 Subject: [linux-fai-commit] [faiproject/fai] ee900d: better error message Message-ID: <5b0e8c90ea8a3_279c52af48f847c1410271d@hookshot-fe-dfcc362.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/faiproject/fai Commit: ee900d834c1c24ee47e7f6dd0cf65b04ddd92ea0 https://github.com/faiproject/fai/commit/ee900d834c1c24ee47e7f6dd0cf65b04ddd92ea0 Author: Thomas Lange Date: 2018-05-26 (Sat, 26 May 2018) Changed paths: M bin/fai-cd Log Message: ----------- better error message Commit: 0052c72f6fb32c6407284af51b1076f2841c9ff2 https://github.com/faiproject/fai/commit/0052c72f6fb32c6407284af51b1076f2841c9ff2 Author: Thomas Lange Date: 2018-05-28 (Mon, 28 May 2018) Changed paths: M bin/fai-mirror Log Message: ----------- catch errors of install_packages Commit: 037764471d42b93adbef9eb80c3233859ed5418f https://github.com/faiproject/fai/commit/037764471d42b93adbef9eb80c3233859ed5418f Author: Thomas Lange Date: 2018-05-28 (Mon, 28 May 2018) Changed paths: M bin/fai-mirror Log Message: ----------- improve message Commit: e7ce3303ac3101a3bcc3ca0e2ef62d9ef6d55e98 https://github.com/faiproject/fai/commit/e7ce3303ac3101a3bcc3ca0e2ef62d9ef6d55e98 Author: Thomas Lange Date: 2018-05-30 (Wed, 30 May 2018) Changed paths: M debian/changelog Log Message: ----------- make beta Compare: https://github.com/faiproject/fai/compare/81d8c2ede7cf...e7ce3303ac31 **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019.