Update package-sources.sh heading comment

This commit is contained in:
Emil Lundberg 2017-12-18 15:33:15 +01:00
parent a46e66f3f4
commit 5ddf07790a
No known key found for this signature in database
GPG Key ID: 5B9688125FF0B636

View File

@ -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")