Comment 2 for bug 927678

Revision history for this message
Geza Kovacs (gezakovacs) wrote :

Thanks for the patch! I see you've hard-coded the version in the patch; to improve maintainability (ie so I don't have to update UNebootin every time you make a new release), could you perchance set up redirectors that will always point to the latest version of Salix, for the appropriate editions? Ie, something like http://salix.sourceforge.net/salix-latest-kde-64.php which looks something like:

<?php
header( 'Location: "http://downloads.sourceforge.net/salix/13.37/salixlive-kde-13.37-64.iso' ) ;
?>

Just put it into a php file, upload to the Sourceforge website, and change the patch so that it uses the redirectors instead (and remember to update the redirectors every time you make a new release). Thanks again!