Refreshing python3-hook.patch.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e916bee311
commit
1297a22898
1 changed files with 8 additions and 8 deletions
16
debian/patches/debian/0001-python3-hook.patch
vendored
16
debian/patches/debian/0001-python3-hook.patch
vendored
|
@ -4,12 +4,12 @@ Description: Using python3 in commit-msg hook (Closes: #891538).
|
|||
diff -Naurp gitlint.orig/gitlint/files/commit-msg gitlint/gitlint/files/commit-msg
|
||||
--- gitlint.orig/gitlint/files/commit-msg
|
||||
+++ gitlint/gitlint/files/commit-msg
|
||||
@@ -26,7 +26,7 @@ fi
|
||||
|
||||
run_gitlint(){
|
||||
echo "gitlint: checking commit message..."
|
||||
- python -m gitlint.cli --staged --msg-filename "$1"
|
||||
+ python3 -m gitlint.cli --staged --msg-filename "$1"
|
||||
gitlint_exit_code=$?
|
||||
}
|
||||
@@ -26,7 +26,7 @@ exit_code=$?
|
||||
# This is the case for Atlassian SourceTree, where $PATH deviates from the user's shell $PATH.
|
||||
if [ $exit_code -eq 127 ]; then
|
||||
echo "Fallback to python module execution"
|
||||
- python -m gitlint.cli --staged --msg-filename "$1" run-hook
|
||||
+ python3 -m gitlint.cli --staged --msg-filename "$1" run-hook
|
||||
exit_code=$?
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue