]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commit
unquote archive settings 55/head
authorKen Dreyer <kdreyer@redhat.com>
Mon, 4 May 2015 23:46:36 +0000 (17:46 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Mon, 4 May 2015 23:56:04 +0000 (17:56 -0600)
commit7522be9671e047d52a1cfd8685a682a86316dbbe
treec604f3478db56957e8bdcaf7e63115b78ab9d9a9
parent93e913ba1382d453326586b67ea41ea5937246b0
unquote archive settings

Prior to this commit the archive settings for ceph-deploy and
radosgw-agent were quoted 'false' or 'true' instead of simply the
boolean types that YAML expects.

jenkins-jobs interpreted these strings to be "true", so we ended up with
the following XML:

  <latestOnly>true</latestOnly>

This meant that Jenkins deleted all the older archived ceph-deploy
packages each time a new version was built.  When 1.5.22.1 was built,
the "older" 1.5.23 package was deleted.

Unquote the boolean values so JJB will properly interpret them.

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
ceph-deploy/config/definitions/ceph-deploy.yml
radosgw-agent/config/definitions/radosgw-agent.yml