From 86d75887f15775d1cb5653d24e482177ec9fb147 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Tue, 14 Jan 2020 15:48:32 -0500 Subject: [PATCH] ceph*build: Don't run pbuilder --clean a second time It already gets run in build/setup_pbuilder Signed-off-by: David Galloway --- ceph-build/build/build_deb | 9 --------- ceph-dev-build/build/build_deb | 9 --------- ceph-dev-new-build/build/build_deb | 9 --------- 3 files changed, 27 deletions(-) diff --git a/ceph-build/build/build_deb b/ceph-build/build/build_deb index daf67c6a..e85ecbc0 100644 --- a/ceph-build/build/build_deb +++ b/ceph-build/build/build_deb @@ -59,15 +59,6 @@ cephver=$vers echo version $cephver -# This used to live in a *file* on /src/ceph-build. 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. - - -# FIXME this looks exactly like `setup_pbuilder`, we probably don't need this -# or we need to refactor. -sudo pbuilder --clean - echo deb vers $bpvers diff --git a/ceph-dev-build/build/build_deb b/ceph-dev-build/build/build_deb index f847bfe0..3f5c373d 100644 --- a/ceph-dev-build/build/build_deb +++ b/ceph-dev-build/build/build_deb @@ -59,15 +59,6 @@ cephver=$vers echo version $cephver -# This used to live in a *file* on /src/ceph-build. 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. - - -# FIXME this looks exactly like `setup_pbuilder`, we probably don't need this -# or we need to refactor. -sudo pbuilder --clean - echo deb vers $bpvers diff --git a/ceph-dev-new-build/build/build_deb b/ceph-dev-new-build/build/build_deb index f847bfe0..3f5c373d 100644 --- a/ceph-dev-new-build/build/build_deb +++ b/ceph-dev-new-build/build/build_deb @@ -59,15 +59,6 @@ cephver=$vers echo version $cephver -# This used to live in a *file* on /src/ceph-build. 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. - - -# FIXME this looks exactly like `setup_pbuilder`, we probably don't need this -# or we need to refactor. -sudo pbuilder --clean - echo deb vers $bpvers -- 2.39.5