Rename distro-style CI build from "release" to "production"
authorSimon McVittie <smcv@debian.org>
Sat, 1 Oct 2016 14:20:11 +0000 (15:20 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 29 Nov 2016 12:35:25 +0000 (12:35 +0000)
commite521883d170b4863e2f0aabf9d77d2dcb4904ae0
treed6353a083aa38b820985af8b4974fc4894f2f473
parentde73ae65673e8cedf9ed5420656baa125ed8ed73
Rename distro-style CI build from "release" to "production"

This avoids confusion with the meaning of "release" used by
AX_IS_RELEASE. AX_IS_RELEASE is about facts about the source tree,
namely the distinction between releases (tags) and random snapshots.
The build variants in .travis.yml are about facts about the build
being done, namely the distinction between production and
debug/developer builds.

Production builds are sometimes referred to as "release builds",
for example in typical CMake and MSVC build environments, but a
different term seems better here.

Signed-off-by: Simon McVittie <smcv@debian.org>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=97357
[smcv: cherry-picked from master to dbus-1.10 to get the Travis-CI setup
consistent between the two branches]
.travis.yml
tools/ci-build.sh