Comment 1 for bug 1449287

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

Reviewed: https://review.openstack.org/177990
Committed: https://git.openstack.org/cgit/stackforge/kolla/commit/?id=6b159e78f52d0b5c9663c91f6f0a71caddeb1fd9
Submitter: Jenkins
Branch: master

commit 6b159e78f52d0b5c9663c91f6f0a71caddeb1fd9
Author: Qiu Yu <email address hidden>
Date: Tue Apr 28 12:33:10 2015 +0800

    Preserve file attributes when copying image dirs for build

    Add "-a" to preserve file attributes so that unnecessary Docker image
    build can be avoided. Otherwise, build-all-docker-images will generate
    additional image layer due to timestamp change.

    Change-Id: I893fa0637937c521198f50b1bba203a27c9f00a3
    Closes-Bug: 1449287