We need to delete the release node located at https://drupal.org/node/1448242

It was created accidentally and is preventing us from using drush dl to get the best version (which is 6.x)

This will have to be submitted to the webmasters queue i believe. Let's keep it off their plate until after the downtime ;)

Comments

jon pugh’s picture

When I try to delete the tag:

$ git push origin :7.x-1.0-beta1
remote: The tag '7.x-1.0-beta1' is tied to a release on Drupal.org, and therefore cannot be relocated or deleted.
remote: error: hook declined to update refs/tags/7.x-1.0-beta1
To gundalo@git.drupal.org:project/provision_git.git
 ! [remote rejected] 7.x-1.0-beta1 (hook declined)
error: failed to push some refs to 'gundalo@git.drupal.org:project/provision_git.git'
helmo’s picture

It's correct that the tag cannot be removed as long as a release node is attached. So up to the webmasters queue, next week :)

helmo’s picture

Project: Provision Git » Drupal.org site moderators
Version: 7.x-1.0-beta1 »
Component: Miscellaneous » Project/Git problem
Category: Bug report » Support request
Priority: Major » Minor
Issue summary: View changes

Moving to the webmasters queue. Please delete node https://drupal.org/node/1448242 so we can remove the git tag.

tvn’s picture

Status: Active » Fixed

Deleted.

helmo’s picture

Status: Fixed » Active

Does the git backend have a cache for this? I still get the same error as in #1

killes@www.drop.org’s picture

still true?

helmo’s picture

Yes.

$ git push origin :7.x-1.0-beta1 
remote: The tag '7.x-1.0-beta1' is tied to a release on Drupal.org, and therefore cannot be relocated or deleted.
remote: error: hook declined to update refs/tags/7.x-1.0-beta1
To helmo@git.drupal.org:project/provision_git.git
 ! [remote rejected] 7.x-1.0-beta1 (hook declined)
error: failed to push some refs to 'helmo@git.drupal.org:project/provision_git.git'
sdboyer’s picture

hmm...that cache should expire after 24 hours, at the most. i'll investigate.

sdboyer’s picture

yeah, the system is incorrectly reporting that release as still being present, despite it having been deleted. this is a regression from the D7 upgrade.

helmo’s picture

Status: Active » Fixed

It now worked :)

$ git push origin :7.x-1.0-beta1
To helmo@git.drupal.org:project/provision_git.git
 - [deleted]         7.x-1.0-beta1

Status: Fixed » Closed (fixed)

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

helmo’s picture

Status: Closed (fixed) » Active

Sorry to re-open this but there seems to be an additional problem.

This url http://updates.drupal.org/release-history/provision_git/7.x still mentions the deleted release node (https://drupal.org/node/1448242)

helmo’s picture

Status: Active » Closed (fixed)

Not sure why but it's now fixed.

jon pugh’s picture

They made some changes to the git server. Not sure but might have something to do with it.