]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commit
scripts/build_utils: populate DEB_BUILD_PROFILES using dist/other_envvars 1877/head
authorKefu Chai <kchai@redhat.com>
Mon, 12 Jul 2021 12:52:46 +0000 (20:52 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 12 Jul 2021 13:00:23 +0000 (21:00 +0800)
commitcd55aaf0dba5620f3da228100a65ca6cf7e22883
tree675be7987144a9fb4259a42ae994bbad0a3a9537
parent10e21a4c39e560198e387ddd85aa3e616e43eeac
scripts/build_utils: populate DEB_BUILD_PROFILES using dist/other_envvars

* rename PROFILES to DEB_BUILD_PROFILES so it's more explicit that
  DEB_BUILD_PROFILES is for debian package build
* populate DEB_BUILD_PROFILES using dist/other_envvars, so that
  this environment variable can be populate to the next jenkins job.
  as dist/other_envvars is specified as one of the "properties-file"s
  in ceph-*build/config/definitions/ceph-build.yml and
* pass DEB_BUILD_PROFILES to pbuilder via an environment
  variable with the same name. more consistent this way, as
  DEB_BUILD_OPTIONS is also passed this way.

Signed-off-by: Kefu Chai <kchai@redhat.com>
ceph-dev-setup/build/build
scripts/build_utils.sh