Hi Ludo’,
Ludovic Courtès <l...@gnu.org> writes:
Hello,
Ian Eure <i...@retrospec.tv> writes:
I temporarily disabled branch protection on ‘master’ so I
could
force-push and then re-enabled it; I also clicked on “require
signed
commits” there:
https://codeberg.org/guix/guix/settings/branches/edit?rule_name=master
Thank you very much for cleaning up my mess for me.
No worries! There are many moving parts, a non-functional
pre-push
hook, so these things happen.
Did you reenable branch protection for master? I tried
forcepushing a work branch, but it ended up going to master
instead:
meson!ieure:~/projects/guix/staging$ git push -f origin
librewolf-updates
Enumerating objects: 9, done.
Counting objects: 100% (9/9), done.
Delta compression using up to 16 threads
Compressing objects: 100% (5/5), done.
Writing objects: 100% (5/5), 1.32 KiB | 1.32 MiB/s, done.
Total 5 (delta 4), reused 0 (delta 0), pack-reused 0 (from 0)
To codeberg.org:guix/guix.git
0e808bb6f4..2daf76bb52 librewolf-updates -> master
-- Ian