From a4c6c69fc72619586f224b6fb31bb4f0120bd21e Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 3 Jun 2015 14:15:39 -0400 Subject: [PATCH] comment that this dists list needs to be fixed Signed-off-by: Alfredo Deza --- ceph-build/build/build_deb | 3 +++ ceph-build/build/setup_pbuilder | 3 +++ 2 files changed, 6 insertions(+) diff --git a/ceph-build/build/build_deb b/ceph-build/build/build_deb index b0fba85d..d7b3f64a 100644 --- a/ceph-build/build/build_deb +++ b/ceph-build/build/build_deb @@ -76,6 +76,9 @@ whoami=`whoami` # not how this script never passed any. This potentially means that we are # building for all the dists in every debian host. Jenkins passes a $DIST # variable around that could be re-used here. +# FIXME: This should be a bit more dynamic. Do not build everything, build what +# we need. Otherwise we have to edit this all the time and be wasteful creating +# them when we don't even have them in the matrix build dists="wheezy precise squeeze trusty" dvers=`cat $releasedir/$cephver/debian_version` diff --git a/ceph-build/build/setup_pbuilder b/ceph-build/build/setup_pbuilder index 08e348c6..743340e0 100755 --- a/ceph-build/build/setup_pbuilder +++ b/ceph-build/build/setup_pbuilder @@ -18,6 +18,9 @@ basedir="/srv/debian-base" # /srv/ceph-build/update_pbuilder.sh Now it lives here because it doesn't make # sense to have a file that lives in /srv/ that we then concatenate to get its # contents. what. +# FIXME: This should be a bit more dynamic. Do not build everything, build what +# we need. Otherwise we have to edit this all the time and be wasteful creating +# them when we don't even have them in the matrix build dists="wheezy precise squeeze trusty" -- 2.47.3