FS#60876 - [picard] Disable autoupdate on build for next Picard release
Attached to Project:
Community Packages
Opened by Philipp Wolfer (phw) - Wednesday, 21 November 2018, 11:46 GMT
Last edited by Doug Newgard (Scimmia) - Wednesday, 21 November 2018, 15:18 GMT
Opened by Philipp Wolfer (phw) - Wednesday, 21 November 2018, 11:46 GMT
Last edited by Doug Newgard (Scimmia) - Wednesday, 21 November 2018, 15:18 GMT
|
Details
Description:
This is a heads up that the next release of Picard, 2.1.0, will support a built-in autoupdate, which for distribution packages probably should be disabled. To disable it ad the "--disable-autoupdate" parameter to "setup.py install". Actually you could even already set this option in current release version if you want to. The option already exists, it just does nothing. Relevant upstream tickets: https://tickets.metabrainz.org/browse/PICARD-1045 https://tickets.metabrainz.org/browse/PICARD-1325 |
This task depends upon
Closed by Doug Newgard (Scimmia)
Wednesday, 21 November 2018, 15:18 GMT
Reason for closing: Not a bug
Additional comments about closing: Possible future bugs are not bugs
Wednesday, 21 November 2018, 15:18 GMT
Reason for closing: Not a bug
Additional comments about closing: Possible future bugs are not bugs
Comment by Philipp Wolfer (phw) -
Wednesday, 21 November 2018, 13:21 GMT
Just for clarification, because I wrote autoupdate above: This is
a mere update checker which shows if there is a newer release
available and notifies the user. Still, doesn't make much sense
for distribution packages :D The "--disable-autoupdate" disables
both the check and the UI for it.