2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-01-24 00:23:53 +00:00

Have builddeb build names consistent with RPM

The deb package names and locations were inconsistent
with the RPM based distributions.  Correct this behavior.
This commit is contained in:
Jarrod Johnson 2019-02-05 13:12:35 -05:00
parent b620838189
commit b153a14ff3

View File

@ -6,7 +6,15 @@ fi
./makesetup
VERSION=`cat VERSION`
PKGNAME=$(basename $(pwd))
touch setup.cfg
cat > setup.cfg << EOF
[install]
install-purelib=/opt/confluent/lib/python
install-scripts=/opt/confluent/bin
[sdist_dsc]
package=confluent-client
EOF
python setup.py sdist > /dev/null 2>&1
py2dsc dist/*.tar.gz
shopt -s extglob