From 5ddf07790a841d33d7e1d272b42045ac80a45438 Mon Sep 17 00:00:00 2001 From: Emil Lundberg Date: Mon, 18 Dec 2017 15:33:15 +0100 Subject: [PATCH] Update package-sources.sh heading comment --- dev-util/package-sources.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-util/package-sources.sh b/dev-util/package-sources.sh index ecf8b1a7..a143a844 100755 --- a/dev-util/package-sources.sh +++ b/dev-util/package-sources.sh @@ -1,8 +1,10 @@ #!/bin/bash -# Similar to git-archive(1), but recurses into currently checked out submodules. +# Similar to git-archive(1), but recurses into currently checked out +# submodules. Also generates a VERSION file, and has some special handling of +# submodules named `qt-solutions`. # # NOTE: Submodules' state is not checked. You should ensure that all submodules -# are checked out to the commits specified in .gitmodules . +# are checked out to the commits specified in `.gitmodules`. PROJECT_NAME="yubioath-desktop" TMP_DIR=$(mktemp -d "git-archive-recursive-${PROJECT_NAME}-XXXXXX")