From bec92b63f8104928b258122a8ec9fa0c9377ef1f Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sun, 19 Nov 2023 09:49:40 +0100 Subject: bin/debian-edu-router-fai_updateconfigspace: Fix quoting typo in git command. --- bin/debian-edu-fai_updateconfigspace | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/debian-edu-fai_updateconfigspace b/bin/debian-edu-fai_updateconfigspace index 3d03349..eea0e6b 100755 --- a/bin/debian-edu-fai_updateconfigspace +++ b/bin/debian-edu-fai_updateconfigspace @@ -46,7 +46,7 @@ if [ "${FAI_CONFIGDIR_REAL}" = "/usr/share/debian-edu-fai/fai/config" ]; then echo "ERROR: FAI_CONFIGDIR points to '${FAI_CONFIGDIR_REAL}'." echo "ERROR: Such a setup is not supported..." exit 1 -elif command -v git 1>/dev/null && [ "$(git rev-parse --is-inside-work-tree" 2>/dev/null) = "true" ]; then +elif command -v git 1>/dev/null && [ "$(git rev-parse --is-inside-work-tree 2>/dev/null)" = "true" ]; then # FAI config space is managed by Git, don't do anything then... : else -- cgit v1.2.3 From 4e6310acfd91f4f5257df25aad98726c71cd50b7 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sun, 19 Nov 2023 09:52:15 +0100 Subject: release 2023.11.19.1 --- ChangeLog | 8 +++++++- debian/changelog | 7 +++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 175f52f..ccd311a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,12 @@ +2023-11-19 Mike Gabriel + + * release 2023.11.19.1 (HEAD -> master, tag: 2023.11.19.1) + * bin/debian-edu-router-fai_updateconfigspace: Fix quoting typo in + git command. (bec92b6) + 2023-10-03 Mike Gabriel - * release 2023.10.03.1 (HEAD -> master, tag: 2023.10.03.1) + * release 2023.10.03.1 (b0fe4d5) (tag: 2023.10.03.1) * fai/config/disk_config: Enlarge system partitions generously, so that system installation don't fail because of low-disk space. (a04cb5a) diff --git a/debian/changelog b/debian/changelog index 39123b8..4995677 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +debian-edu-fai (2023.11.19.1) unstable; urgency=medium + + * bin/debian-edu-router-fai_updateconfigspace: + - Fix quoting typo in git command. + + -- Mike Gabriel Sun, 19 Nov 2023 09:51:33 +0100 + debian-edu-fai (2023.10.03.1) unstable; urgency=medium * fai/config/_obsolete-files.d/debian-edu-fai.removed: -- cgit v1.2.3