]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
make-debs.sh: clean dir to avoid build deb packages error 25177/head
authorChangcheng Liu <changcheng.liu@intel.com>
Wed, 21 Nov 2018 12:14:16 +0000 (20:14 +0800)
committerChangcheng Liu <changcheng.liu@intel.com>
Sat, 24 Nov 2018 05:17:12 +0000 (13:17 +0800)
commitae5a294000c5a16fd2367465ebf42d352e805ffc
treed7cb4a37696fa8a56c385391e4f7218756197d77
parent60d4fa608ea54ea811137d95a073255c728e274c
make-debs.sh: clean dir to avoid build deb packages error

Without this patch, it'll hit build error in the 2nd time.
Example:
make-deb.sh  #no error: first time
make-deb.sh  #hit error: second time

Signed-off-by: Changcheng Liu <changcheng.liu@intel.com>
make-debs.sh