mirror of
https://github.com/ceph/ceph
synced 2024-12-21 02:42:48 +00:00
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:
commit
934f85c068
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user