From: Alfredo Deza Date: Mon, 3 Nov 2014 19:43:44 +0000 (-0500) Subject: remove double cd to pybind dir X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=453cb64ec7e611aca044c07699264d54443de255;p=ceph-build.git remove double cd to pybind dir Signed-off-by: Alfredo Deza --- diff --git a/python-bindings/config/definitions/build.sh b/python-bindings/config/definitions/build.sh index cea83c18..dcf0e267 100644 --- a/python-bindings/config/definitions/build.sh +++ b/python-bindings/config/definitions/build.sh @@ -31,7 +31,7 @@ gitbuilder-*-rpm*) pwd rm -rf rpm-repo dist/* build/rpmbuild pwd - cd build + #cd build # Tag tree and update version number in change log and # in setup.py before building. @@ -115,8 +115,6 @@ gitbuilder-cdep-deb* | tala* | mira*) rm -rf debian-repo rm -rf dist rm -f *.changes *.dsc *.gz *.diff - pwd - cd src/pybind/ceph # Tag tree and update version number in change log and # in setup.py before building.