diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-08-05 13:31:50 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-10-16 13:02:51 +0200 |
| commit | c24e8a922fd3c214f50cb0cdada4b994b94936c4 (patch) | |
| tree | b5237d8e606622b371bbcd1bc7588e5859c06b61 /Documentation/maintainers | |
| parent | 70d006f0204197aef0b3f9abad9364269d95164d (diff) | |
| download | kde-c24e8a922fd3c214f50cb0cdada4b994b94936c4.tar.gz kde-c24e8a922fd3c214f50cb0cdada4b994b94936c4.tar.bz2 kde-c24e8a922fd3c214f50cb0cdada4b994b94936c4.zip | |
Documentation: maintainers: Optimise pkgdev options
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'Documentation/maintainers')
| -rwxr-xr-x | Documentation/maintainers/bump-from-set.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/maintainers/bump-from-set.sh b/Documentation/maintainers/bump-from-set.sh index 410d991d27a..52771f60926 100755 --- a/Documentation/maintainers/bump-from-set.sh +++ b/Documentation/maintainers/bump-from-set.sh @@ -89,7 +89,7 @@ if [[ -d "${PORTDIR}/.git" ]] && hash git 2>/dev/null && hash pkgdev 2>/dev/null pushd "${PORTDIR}/${cp}" > /dev/null git add . - pkgdev commit . -m "${DESTINATIONVERSION} version bump" + pkgdev commit . -m "${DESTINATIONVERSION} version bump" -s false popd > /dev/null done |
