Comment 4 for bug 1423874

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-main (master)

Reviewed: https://review.openstack.org/157730
Committed: https://git.openstack.org/cgit/stackforge/fuel-main/commit/?id=ee112acfdd0f9017ef40be53e8e51bb5c429e97c
Submitter: Jenkins
Branch: master

commit ee112acfdd0f9017ef40be53e8e51bb5c429e97c
Author: Matthew Mosesohn <email address hidden>
Date: Fri Feb 20 14:52:33 2015 +0300

    Prevent filename.rpm.1 downloads

    wget defaults to appending ".1" to filenames when
    downloading files that already exists. Switching
    to timestamp mode (-N) forces wget to replace
    existing file only when there is a newer file
    on the server. This applies just to downloading
    RPM files currently.

    Change-Id: Ifc63abb181d53255105e620b26fd9e81611cdc5e
    Closes-Bug: #1423874