summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.txt19
-rw-r--r--Makefile3
-rw-r--r--VERSION.txt2
-rwxr-xr-xshare/build-scripts/debconf6
-rw-r--r--share/doc/host-setup.txt2
-rw-r--r--share/other/deb.progress-linux.org.gpgbin0 -> 2310 bytes
6 files changed, 30 insertions, 2 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 8dd6e3d..d6a189e 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,22 @@
+2024-08-29 Daniel Baumann <daniel.baumann@open-infrastructure.net>
+
+ * Releasing version 2024-08-29.
+
+ [ Daniel Baumann ]
+ * Adding host variable for preseed files.
+ * Using versioned sort in container list.
+ * Completing container actions in container-rebuild manpage description, thanks to Hugo Hugo <hugo.klein@bfh.ch>.
+ * Workarounding issue with linebreaks and rst conversion in manpage example sections, thanks to Tom Jampen <tom@cryptography.ch>.
+ * Installing systemd unit files in /usr, thanks to Helmut Grohne <helmut@subdivi.de>.
+ * Avoid failing on networkctl reload with systemd >= 256 in container-start command.
+ * Correcting wrong systemd unit filename in host-setup, thanks to Jani Heikkinen <jani.heikkinen@bfh.ch>.
+ * Adding example preseeding for local archives.
+ * Switching from apt list files to sources files.
+ * Using signed-by for debian apt sources.
+ * Using signed-by for local apt sources.
+ * Also adding comment from local archives apt sources in apt preferences for consistency.
+ * Updating year in copyright notices for 2024.
+
2022-12-23 Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Releasing version 20221023.
diff --git a/Makefile b/Makefile
index caae1e1..72c5964 100644
--- a/Makefile
+++ b/Makefile
@@ -87,6 +87,9 @@ install: build
cp -r VERSION.txt $(DESTDIR)/usr/share/$(SOFTWARE)
cp -r share/config share/hooks share/keys share/build-scripts share/get-scripts $(DESTDIR)/usr/share/$(SOFTWARE)
+ # temporary sideloading new keys until keyring package in debian-stable has been updated
+ cp -r share/other $(DESTDIR)/usr/share/$(SOFTWARE)
+
mkdir -p $(DESTDIR)/usr/share/bash-completion/completions
cp -r share/bash-completion/* $(DESTDIR)/usr/share/bash-completion/completions
diff --git a/VERSION.txt b/VERSION.txt
index 7a58b9c..0b8bcef 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1 +1 @@
-20221223
+20240829
diff --git a/share/build-scripts/debconf b/share/build-scripts/debconf
index 2dd8cb7..9e28216 100755
--- a/share/build-scripts/debconf
+++ b/share/build-scripts/debconf
@@ -509,6 +509,12 @@ EOF
case "${MODE}" in
progress-linux)
+ # temporary sideloading new keys until keyring package in debian-stable has been updated
+ if [ -e "${DIRECTORY}/usr/share/progress-linux/pgp-keys/apt.progress-linux.org.gpg" ]
+ then
+ cp -f /usr/share/compute-tools/other/deb.progress-linux.org.gpg "${DIRECTORY}/usr/share/progress-linux/pgp-keys/apt.progress-linux.org.gpg"
+ fi
+
cat > "${DIRECTORY}/progress-linux.cfg" << EOF
progress-linux progress-linux/archives multiselect $(echo ${ARCHIVES} | sed -e 's| |, |g')
progress-linux progress-linux/archive-areas multiselect $(echo ${ARCHIVE_AREAS} | sed -e 's|,| |g')
diff --git a/share/doc/host-setup.txt b/share/doc/host-setup.txt
index bf2963f..432aa20 100644
--- a/share/doc/host-setup.txt
+++ b/share/doc/host-setup.txt
@@ -56,7 +56,7 @@ EOF
cat > /etc/systemd/network/bridge0.network << EOF
[Match]
-Name=bridge-0
+Name=bridge0
[Network]
DHCP=yes
diff --git a/share/other/deb.progress-linux.org.gpg b/share/other/deb.progress-linux.org.gpg
new file mode 100644
index 0000000..ed2bd81
--- /dev/null
+++ b/share/other/deb.progress-linux.org.gpg
Binary files differ