It appears there was some confusion with one of the co-maintainers of the GSS module, which resulted in three non-standard 8.x branches to be made.

I have managed to rename one of them to 8.x-1.x and remove another, but the last one doesn't want to go; 8.x-1.0-dev.

Can someone take a look and resolve it?

https://www.drupal.org/project/gss

Comments

Deciphered created an issue. See original summary.

avpaderno’s picture

Project: Drupal.org site moderators » Drupal.org infrastructure
Component: Project/Git problem » Git
drumm’s picture

Assigned: Unassigned » drumm
Category: Task » Support request

It looks like 8.x-1.0-dev is pushed as both a tag and a branch. Please try pushing each deletion explicitly:

git push origin :refs/tags/8.x-1.0-dev
and
git push origin :refs/heads/8.x-1.0-dev

drumm’s picture

Status: Active » Postponed (maintainer needs more info)

Please update this issue if that works, or not.

mlhess’s picture

Status: Postponed (maintainer needs more info) » Closed (outdated)

Feel free to reopen if this is still needed.