mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-26 19:35:12 +00:00
On DPDK 16.11 dpdk_nic_bind.py is renamed to dpdk-devbind.py, so we are getting "file not found" both on packaging and scripts, fixed that. Also fixed inconsistent packaging. Since Seastar copied dpdk_nic_bind.py to its scripts/ directory, there're two different versions of the script, .rpm/.deb packaging different one: dist/redhat: seastar/dpdk/tools/dpdk_nic_bind.py dist/ubuntu: seastar/scripts/dpdk_nic_bind.py That's won't work because we sharing setup scripts between two distributions, so I changed dist/ubuntu package to use DPDK one. Signed-off-by: Takuya ASADA <syuu@scylladb.com> Message-Id: <1484191955-28006-1-git-send-email-syuu@scylladb.com>
918 B
Executable File
918 B
Executable File