1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-08-12 02:04:04 +02:00
Files
github.com_openSUSE_osc/git-osc-precommit-hook.py
Jan Zerebecki 9bbe39de53 Add osc service precommit, for use with git hook
and create a binary to call it directly
2025-04-07 09:06:00 +02:00

10 lines
195 B
Python
Executable File

#!/usr/bin/env python3
"""
This wrapper allows git-osc-precommit-hook to be called from the source directory during development.
"""
import osc.babysitter
osc.babysitter.gitOscPrecommitHook()