Skip to content

[Bioc-devel] Remote rejected when pushing to git

2 messages · Ash Sawle, Sarvesh Nikumbh

#
Hi

I am trying to push some changes to the upstream release 3.15 repository
but I am getting the following error:

    $ git push upstream RELEASE_3_15
    Enumerating objects: 25, done.
    Counting objects: 100% (25/25), done.
    Delta compression using up to 8 threads
    Compressing objects: 100% (15/15), done.
    Writing objects: 100% (15/15), 203.52 KiB | 22.61 MiB/s, done.
    Total 15 (delta 10), reused 0 (delta 0), pack-reused 0
    remote: FATAL: W refs/heads/RELEASE_3_15 packages/qPLEXanalyzer
AshKernow DENIED     by fallthru
    remote: error: hook declined to update refs/heads/RELEASE_3_15
    To git.bioconductor.org:packages/qPLEXanalyzer
     ![remote rejected] RELEASE_3_15 -> RELEASE_3_15 (hook declined)
    error: failed to push some refs to 'git.bioconductor.org:
packages/qPLEXanalyzer'

I am not sure what has changed as this used to work fine before. Any help
greatly appreciated.

cheers

Ash
#
Hi Ash,

Refer to Lori's email from Oct 17 apprising of the freezing of the
RELEASE_3_15 branch according to the release schedule at
https://bioconductor.org/developers/release-schedule/

As the email says, you can now only push to the master branch (devel as of
today, release candidate 3.16), and limit changes to ?show-stopper? bugs
and documentation improvements as per the schedule/instructions in the
above link.

Sarvesh

---------- Forwarded message ---------

        
On Mon, 24 Oct 2022 at 10:11, Ash Sawle <ads2202cu at gmail.com> wrote: