#7981 closed defect (bug) (wontfix)
Update repository URL in packagist.org
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | Core | Keywords: | |
| Cc: |
Description
The repository URL in packagist.org is https://plugins.svn.wordpress.org/buddypress and it should be https://buddypress.svn.wordpress.org
Change History (3)
#2
@
7 years ago
Ok, this means we can't get development code from packagist.
We can live with that, thanks a lot for the reply.
#3
@
7 years ago
- Milestone Awaiting Review deleted
- Resolution set to wontfix
- Status changed from new to closed
Yes, this is correct. dev-trunk on Packagist is basically always going to be the same as the latest stable released version on .org, but it might be slightly ahead for its translation file, or when we're doing beta releases.
Version 0, edited 7 years ago
by
(next)
Note: See
TracTickets for help on using
tickets.
Hi @dgwatkins - Thanks for opening the ticket.
I think that the Packagist build is synced from plugins.svn.wordpress.org/buddypress, which contains our built releases. buddypress.svn.wordpress.org contains the development code, which needs several build steps (see Gruntfile.js) to run. So I think that no change is needed, though @djpaul can confirm.