]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
remove double cd to pybind dir
authorAlfredo Deza <alfredo@deza.pe>
Mon, 3 Nov 2014 19:43:44 +0000 (14:43 -0500)
committerAlfredo Deza <alfredo@deza.pe>
Mon, 3 Nov 2014 19:43:44 +0000 (14:43 -0500)
Signed-off-by: Alfredo Deza <alfredo@deza.pe>
python-bindings/config/definitions/build.sh

index cea83c18861b9fcbfbaf345393905301aa1f7751..dcf0e26756cc0f8ae10ca91a38f6ed526ee31995 100644 (file)
@@ -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.