Results 49 comments of Joshua Gigg

> @giggsey Yes, I am doing this now. Thanks for the tip. I need to retest, as I expect it'll be erroring again due to the token expiring Edit: Now...

From memory, the test failure error is actually misleading. It would probably have been better if I changed the line from `->run()` to `->mustRun()`, as the git init would have...

Possibly, but the actual running of repman relies on Git working locally anyway, so I don't see the major harm in running Git here too. Updating the tests to the...

Does it cache anything though? Wouldn't want to hit their API for every package within repman. Possibly using their API directly might work better and cache it similar to the...

> that's why I'm asking, because from my point of view, we can leave what we have now My view is to leave it pulling from the repo for the...

The delay is fine, and it does pick up newer packages. It's as if the cron fails randomly, and doesn't pick up any changes during that period. Then later runs...

Should there be a failsafe in case of RSS problems on Packagist? (Doesn't the RSS feed only list recent releases?) Maybe a daily/weekly refresh of all the metadata for the...

Just created https://github.com/composer/packagist/issues/1176 on their side. It looks like the URL used by repman hasn't updated since September last year.

I think they fixed it shortly after I created the issue, but no reply yet

This still happens frequently for us.