Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pushing a tag doesn't update in Packagist #500

Closed
jaitaiwan opened this issue May 20, 2015 · 8 comments
Closed

Pushing a tag doesn't update in Packagist #500

jaitaiwan opened this issue May 20, 2015 · 8 comments

Comments

@jaitaiwan
Copy link

Environment:

  • Bitbucket
  • Bitbucket Packagist POST Hook

Replication steps:

  1. Create a new commit.
  2. Push commit to repo.
  3. Realise one forgot to tag the release.
  4. Tag release and push it to the repo.

Symptoms:

  • Package does not auto-update to latest release likely due to #200 (Specific Comment)
  • Force update does not result in latest release appearing
@stof
Copy link
Contributor

stof commented May 20, 2015

@jaitaiwan can you link to the package being affected ?

@jaitaiwan
Copy link
Author

jaitaiwan commented May 20, 2015 via email

@stof
Copy link
Contributor

stof commented May 20, 2015

AFAICT, all tags appear on Packagist for this repo

@jaitaiwan
Copy link
Author

jaitaiwan commented May 20, 2015 via email

@stof
Copy link
Contributor

stof commented May 20, 2015

Does it also affect force updates, or only the update from the hook ?

If it only affects the hook, the question is whether Bitbucket triggers the hook when pushing only a tag.

@jaitaiwan
Copy link
Author

Yes it effects force updates.

Did you read the full post? I mentioned that under the "Symptoms" heading. I also referenced a comment in which I confirm that bitbucket fails to push adequate data on non-commit pushes...

@Seldaek
Copy link
Member

Seldaek commented May 31, 2015

I don't think it's due to that bitbucket issue, as the only information we need from the hook data is the repository URL. If it affects force updates, then it might just be a delay in the bitbucket API propagating new tags, or network failure of some sort.

@jaitaiwan
Copy link
Author

I can't say for certain, but my hooks into SemaphoreCI seem nearly instant.
There is the random occasion where the hook isn't run, but when it is, its
nearly instant.

On Sun, 31 May 2015 at 22:10 Jordi Boggiano notifications@github.com
wrote:

I don't think it's due to that bitbucket issue, as the only information we
need from the hook data is the repository URL. If it affects force updates,
then it might just be a delay in the bitbucket API propagating new tags, or
network failure of some sort.


Reply to this email directly or view it on GitHub
#500 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants