From e40858025296e6acda56e3eede1406e02646dbe8 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Tue, 14 Jan 2020 12:35:26 -0500 Subject: [PATCH] ceph-build: Apply e8bdd639 Signed-off-by: David Galloway --- ceph-build/build/setup_deb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ceph-build/build/setup_deb b/ceph-build/build/setup_deb index af9a8fca..49e24b1e 100644 --- a/ceph-build/build/setup_deb +++ b/ceph-build/build/setup_deb @@ -23,12 +23,6 @@ export LC_ALL=C # the following is vulnerable to i18n $SUDO apt-get install -y lsb-release -# unpack the tar.gz that contains the debian dir -cd dist -tar xzf *.orig.tar.gz -cd $(basename *.orig.tar.gz .orig.tar.gz | sed s/_/-/) -pwd - BRANCH=`branch_slash_filter $BRANCH` cd $WORKSPACE -- 2.47.3