| Message ID | 20260116100024.3644730-1-alex.kanavin@gmail.com |
|---|---|
| State | New |
| Headers | show |
| Series | [yocto-autobuilder-helper] config.json: auh: remove the git hook that disables commits | expand |
diff --git a/config.json b/config.json index 3229cde..4f6d305 100644 --- a/config.json +++ b/config.json @@ -1625,6 +1625,7 @@ "git -C ../layers/openembedded-core config user.email auh@yoctoproject.org", "git -C ../layers/openembedded-core config user.name 'Auto Upgrade Helper'", "git -C ../layers/openembedded-core switch -C tmp-auh-upgrades HEAD", + "rm -f ../layers/openembedded-core/.git/hooks/pre-commit", "install -D ${SCRIPTSDIR}/auh-config/upgrade-helper.conf ./upgrade-helper/upgrade-helper.conf" ] },