Found two problems with updates sites rebuild process:
When we update a language package update (ex: pt_PT) the update server is now changed to https://update.joomla.org/.. (in previous versions was http://)
This will create a new update server (this happens everytime a updated site URL is changed in the manifest file) for this "extension".
So now we have two update servers for the same language pack.
Even after rebuild the two update servers are still there.
To reproduce:
If you change the joomla update server channel in joomla update component options and then go rebuild the update sites joomla will get two update sites.
Even after rebuild the two update servers are still there.
To reproduce:
https://update.joomla.org/core/test/list_test.xml
(the testing channel)For both problems, since deleting any update server with "update.joomla.org" in the URL is not allowed (which is the case for both problems) we always stay with this additional update servers.
Update servers rebuild with no issues.
Described above.
3.6.0 beta 1
The update rebuild process is processed here: https://github.com/joomla/joomla-cms/blob/staging/administrator/components/com_installer/models/updatesites.php#L219
Any help on solving this would be great.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-06-15 23:16:09 |
Closed_By | ⇒ | andrepereiradasilva |
Labels |
Added:
?
|
clsoed as we have a PR for test #10828
Please test