drupal.org git repositories are not supposed to contain a master branch. Here are the instructions for deleting the master branch.

Comments

Liam Morland created an issue. See original summary.

jonathan1055’s picture

Thanks Liam Morland, I'll read through those notes and get it fixed.

jonathan1055’s picture

The master branch was on the 7.x clone.

git branch -D master

Deleted branch master (was 39e76bd)

git push origin :master
remote: The branch master is tied to a development release on Drupal.org, and cannot be deleted.
remote: error: hook declined to update refs/heads/master
To git.drupal.org:project/scheduler.git
 ! [remote rejected] master (hook declined)
error: failed to push some refs to 'git@git.drupal.org:project/scheduler.git'

So I need to un-tie the master branch from what ever dev release it is linke to ... (?)

Liam Morland’s picture

You may need to put a ticket in the Git or Webmasters queue to ask them to switch the development snapshot release node to the proper version branch.

jonathan1055’s picture

The development releases are fine. The master branch was last updated in Nov 2006 according to https://www.drupal.org/project/scheduler/releases/master however on https://www.drupal.org/project/scheduler/releases?page=2 it says Oct 2013
Either way, it is redundant and only has one file according to https://git.drupalcode.org/project/scheduler/tree/master

I'll raise an issue on the Git queue as you suggest.

jonathan1055’s picture

Title: Remove master branch » Remove Scheduler master branch

jonathan1055’s picture

Version: master » 7.x-1.x-dev
Status: Active » Fixed

#3088526: Please delete contrib master release so that maintainer can delete master branch has just been actions (thanks @drumm) and I have now deleted the master branch. https://git.drupalcode.org/project/scheduler no longer has 'master' in the list.

Liam Morland’s picture

Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.