On 29/05/2021 07:12, Marco Atzeri via Cygwin-apps wrote:
On 29.05.2021 06:37, Brian Inglis wrote:
[...]
until I can get git-cygwin-packages working again - see below!
Changed maintainership to you (only for them this time)
Thank you very much - appreciate that!
Repology.org dropped the extraneous maintainership adds/removes ;^>
Do I also have ownership of:
should be
but Jon is the expert here
I am getting the following responses whenever I try to push to either
playground
or master branches!
[...]
$ git push
Enumerating objects: 11, done.
Counting objects: 100% (11/11), done.
Delta compression using up to 4 threads
Compressing objects: 100% (7/7), done.
Writing objects: 100% (9/9), 2.23 KiB | 326.00 KiB/s, done.
Total 9 (delta 2), reused 0 (delta 0), pack-reused 0
remote: 'there can be only one!' at
/sourceware1/cygwin-staging/gitolite.git/src/VREF/HIGHLANDER line 27.
remote: FATAL: VREF/HIGHLANDER/cygport: helper program exit status 65280
remote: error: hook declined to update refs/heads/playground
To ssh://cygwin/git/cygwin-packages/nghttp2
! [remote rejected] playground -> playground (hook declined)
error: failed to push some refs to
'ssh://cygwin/git/cygwin-packages/nghttp2'
This is a new trigger I turned on recently, which (is supposed to)
prevent pushes of trees which contain more than one .cygport file
(since that complicates navigating from source pacakage name to git
history of the .cygport file in ways I have no interest in implementing)
I've tuned this down to a warning at the moment (and made it a bit
clearer) so you should be able to proceed.
Can you provide a commit id which triggers this which but shouldn't, and
I'll try to work out why...