http://drupal.org/node/1857558/commits did I offend git with something on March 16 so badly it stopped reporting to the web?

Comments

marvil07’s picture

I have taken a look at this, and it seems like the repository is currently locked, probably something failed during parsing. I'm based on the data I could see on git6site, where I have access to database.

There I found the repo_id: drush sql-query "select vcr.repo_id, vcr.locked from versioncontrol_repositories vcr join versioncontrol_project_projects vcp on vcr.repo_id = vcp.repo_id where vcp.nid = 1857558";, which is 47158.

Then, after increasing the php memory to 512 on drush config(do not work on normal memory limit), I run:

drush sql-cli "update versioncontrol_repositories set locked = 0 where repo_id = 47158";
drush vcapi-sync-repositories 47158

After that, I think the information is now correct (notice that git6site do not use current information).

so, someone with access to shell on prod can run those to fix it.

killes@www.drop.org’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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