diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-07-19 16:17:38 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-07-19 16:17:38 +0200 |
| commit | ee04916dd4d7a2d36f8037e4192a624e9de47935 (patch) | |
| tree | a2108c621c7256323e6e12209a22f547a466aa0e | |
| parent | a718d41e6ee4e2c564cf74fe144da0171c86b767 (diff) | |
| download | kde-ee04916dd4d7a2d36f8037e4192a624e9de47935.tar.gz kde-ee04916dd4d7a2d36f8037e4192a624e9de47935.tar.bz2 kde-ee04916dd4d7a2d36f8037e4192a624e9de47935.zip | |
Documentation: maintainers: bump-from-set.sh: Do pkgcommit -> pkgdev here too
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rwxr-xr-x | Documentation/maintainers/bump-from-set.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/maintainers/bump-from-set.sh b/Documentation/maintainers/bump-from-set.sh index a1af16541c6..410d991d27a 100755 --- a/Documentation/maintainers/bump-from-set.sh +++ b/Documentation/maintainers/bump-from-set.sh @@ -6,7 +6,6 @@ # dev-util/pkgdev # Optional: # dev-vcs/git -# app-portage/mgorny-dev-scripts # dev-util/pkgcheck : ${PORTDIR:="$(pwd)"} @@ -85,12 +84,12 @@ for cp in ${packages} ; do popd > /dev/null done -if [[ -d "${PORTDIR}/.git" ]] && hash git 2>/dev/null && hash pkgcommit 2>/dev/null; then +if [[ -d "${PORTDIR}/.git" ]] && hash git 2>/dev/null && hash pkgdev 2>/dev/null; then for cp in ${packages} ; do pushd "${PORTDIR}/${cp}" > /dev/null git add . - pkgcommit -sS . -m "${DESTINATIONVERSION} version bump" + pkgdev commit . -m "${DESTINATIONVERSION} version bump" popd > /dev/null done |
