Comment 3 for bug 1376485

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

Reviewed: https://review.openstack.org/119842
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=0da0ea1438e81d392fd7d223e2140f87850f051d
Submitter: Jenkins
Branch: master

commit 0da0ea1438e81d392fd7d223e2140f87850f051d
Author: Akihiro Motoki <email address hidden>
Date: Tue Sep 9 02:32:15 2014 +0900

    Determine environment version based requirement files

    It is painful to increment the venv version manually because
    requirements.txt and test-requirements.txt are now updated by cron job.
    This commit changes run_tests.sh to just store two requirements
    files to .venv/environments file and check if it is up-to-date.
    (Note that the environment cache file is moved to .venv directory
    as there is no reason to store it in the top directory.)

    Closes-Bug: #1376485
    Change-Id: Ie44ccf6e2e65890baca3f316468254b600c518b1