Merge pull request #9027 from roidayan/make-debs_avoid_creating_recursive_conf_dir

make-debs.sh: avoid creating recursive conf dir

Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Sage Weil 2016-05-16 13:01:26 -04:00
commit 934f85c068

View File

@ -93,7 +93,9 @@ Suite: stable
Components: main
Architectures: i386 amd64 source
EOF
ln -s $codename/conf conf
if [ ! -e conf ]; then
ln -s $codename/conf conf
fi
reprepro --basedir $(pwd) include $codename WORKDIR/*.changes
#
# teuthology needs the version in the version file