From: Ken Dreyer Date: Thu, 27 Aug 2015 22:23:15 +0000 (-0600) Subject: takora: build with tito X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a0797261f51a64620cadc05828ccf49ed4f8fc2e;p=ceph-build.git takora: build with tito (untested, just rm'ing the python stuff, since that's obviously wrong for takora) --- diff --git a/takora/build/build b/takora/build/build index 7863b173d..9ff263806 100644 --- a/takora/build/build +++ b/takora/build/build @@ -14,15 +14,8 @@ fi if [ $DEBIAN = 1 ] ; then dpkg-buildpackage -us -uc else - python ./setup.py sdist - - RPMBUILD=$WORKSPACE/rpmbuild - mkdir -p $RPMBUILD/{SOURCES,SRPMS,SPECS,RPMS,BUILD} - cp -a dist/takora*.tar.gz $RPMBUILD/SOURCES/. - cp -a takora.spec $RPMBUILD/SPECS/. - - cd $RPMBUILD - rpmbuild -ba --define "_topdir $RPMBUILD" SPECS/takora.spec + # FIXME: is this the correct tito command? + tito rpm fi cd $WORKSPACE