]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
install: prefer 'branch' over 'sha1'
authorSage Weil <sage@inktank.com>
Sun, 28 Apr 2013 16:35:45 +0000 (09:35 -0700)
committerSage Weil <sage@inktank.com>
Sun, 28 Apr 2013 16:35:45 +0000 (09:35 -0700)
commit1e52fb9b81f5d5c7844e8e9dca6a620d6b163208
tree4fcbbf171774b6639583e0e634254498f3c94194
parent6b8f1c6bcef53c15fcc928f253ab09c168449f44
install: prefer 'branch' over 'sha1'

The upgrade tasks specify 'branch' in the job file, but the
schedule_suite.sh script sets a sha1 in the overrides.  Make
the upgrade tests actually test an upgrade by preferring branch
over sha1 when both are specified.

This is fragile, but ought to do the trick for now!

Signed-off-by: Sage Weil <sage@inktank.com>
teuthology/task/install.py