summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-06-24 11:51:47 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-06-24 11:52:15 +0000
commit04c0c43cfe811eb3e969cc3d9186675fec86238b (patch)
tree0d984d5b4e91fcf679d2c0b6e196ca82b234c8c1
parentReleasing debian version 20220615-1. (diff)
downloadopen-infrastructure-service-tools-04c0c43cfe811eb3e969cc3d9186675fec86238b.tar.xz
open-infrastructure-service-tools-04c0c43cfe811eb3e969cc3d9186675fec86238b.zip
Merging upstream version 20220624.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--CHANGELOG.txt7
-rw-r--r--Makefile2
-rw-r--r--VERSION.txt2
3 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 42986e9..131e7d3 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,10 @@
+2022-06-24 Daniel Baumann <daniel.baumann@open-infrastructure.net>
+
+ * Releasing version 20220624.
+
+ [ Daniel Baumann ]
+ * Correcting loop over subdirectories to exclude all dot-directories, not just the one for git.
+
2022-06-15 Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Releasing version 20220615.
diff --git a/Makefile b/Makefile
index a9a2be1..f8d6057 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@
SHELL := sh -e
VERSION := $(shell cat VERSION.txt)
-TOOLS := $(shell find . -mindepth 1 -maxdepth 1 -type d -and -not -name ".git*" -and -not -name debian)
+TOOLS := $(shell find . -mindepth 1 -maxdepth 1 -type d -and -not -name ".*" -and -not -name debian)
all: build
diff --git a/VERSION.txt b/VERSION.txt
index fa673f3..4956361 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1 +1 @@
-20220615
+20220624