Skip to content
Snippets Groups Projects
Commit c9d61bb7 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

update duplicate sources: change script to allow * in setup.cfg entries

parent b5229d55
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@
echo "${YELLOW}INFO ${RESET} - branch_exist=$branch_exist"
# Remove any content inside it
rm -rf ${source_name}/*
rsync -rRLtC --exclude=.hgtags --exclude=.hgignore $odoo_modules $dependencies $other_sources $source_name
rsync -rRLtC --exclude=.hgtags --exclude=.hgignore $(eval echo $odoo_modules $dependencies $other_sources) $source_name
pushd $source_name
hg addremove
if [[ "x$branch_exist" != "x0" ]];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment