Comment 1 for bug 518057

Revision history for this message
Gene Cumm (gene-cumm) wrote :

The design question is whether to always update the script (and as a result, the package) when Medibuntu releases a new version (as I think is the current design) or to design it dynamically with a static fall back.

By this, I mean fetch the current repository list (I think http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list as per https://help.ubuntu.com/community/Medibuntu), parse it to generate a URL for the current version, and attempt to download that URL. If either the script can not generate a valid URL or the file can not be retrieved, fall back and attempt a download of a more static URL as it does currently.