This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
gstreamer
Watch
1
Star
1
Fork
You've already forked gstreamer
0
mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced
2025-02-22 05:56:31 +00:00
Code
Issues
1
Projects
Releases
Wiki
Activity
cf2dc2f94c
gstreamer
/
scripts
/
git-hooks
/
pre-commit-invoke-python.hook
4 lines
99 B
Text
Raw
Normal View
History
Unescape
Escape
git-hooks: use bash for pre-commit-invoke-python Since it contains bashisms. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5091>
2023-07-23 09:33:19 +00:00
#!/bin/bash
git-hooks: Not all OSes ship Python 3 under "python" macOS doesn't, for instance. Use a shell script to detect which python to run, which is always available on all OSes due to how git is packaged on Windows. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5060>
2023-07-18 16:36:32 +00:00
hooks: use pre-commit to run all hooks Migrate all the pre-commit and commit-msg hooks to use pre-commit (https://pre-commit.com/) Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5192>
2024-01-14 11:44:57 +00:00
echo "This hook is deprecated, please run 'meson setup' to update your configuration"
Reference in a new issue
Copy permalink