Comment 3 for bug 1448206

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

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

commit f3d5199656f2ec12e242edcee731ece5a9376a23
Author: Vladimir Kozhukalov <email address hidden>
Date: Fri Apr 24 19:22:48 2015 +0300

    Fixed errors in packages/deb and mirror/ubuntu

    1) unconditional rebuilding due to
    never existent file

    repocleanup.done used to depend on PHONY target (sources)
    which led to unconditional rebuilding.
    This didn't influence ISO builds because CI always cleans
    environment.

    2) fail when try to rebuild second
    time without cleaning environment

    repo.done used to consume some config files
    created by reprepro.done target. After consuming those files
    it used to remove them not touching reprepro.done itself.
    Without cleaning build environment this fails the build process.

    Change-Id: Ib0de2e5ea94caeb7f93f5bc8d0f06a6f806e3ca6
    Closes-Bug: #1448206