mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
update untwine update script
This commit is contained in:
parent
c2505ace60
commit
2406827601
2
external/untwine_to_qgis.bash
vendored
2
external/untwine_to_qgis.bash
vendored
@ -20,7 +20,7 @@ echo "untwine_to_qgis: Remove old version"
|
||||
rm -rf $UNTWINE_QGIS_DIR/*
|
||||
|
||||
echo "untwine_to_qgis: Copy new version"
|
||||
rsync -r $UNTWINE_DIR/ $UNTWINE_QGIS_DIR/ --exclude="CMakeLists.txt*" --exclude="cmake/" --exclude="README.md" --exclude=".git" --exclude=".gitignore" --exclude=".github/" --exclude="ci/" --exclude="lazperf/" --exclude=".gitattributes" --exclude="test/" --exclude="build*/"
|
||||
rsync -r $UNTWINE_DIR/ $UNTWINE_QGIS_DIR/ --exclude="CMakeLists.txt*" --exclude="cmake/" --exclude="README.md" --exclude="HOWTORELEASE.md" --exclude=".git" --exclude=".gitignore" --exclude=".github/" --exclude="ci/" --exclude="lazperf/" --exclude=".gitattributes" --exclude="test/" --exclude="build*/"
|
||||
|
||||
echo "untwine_to_qgis: Done"
|
||||
cd $PWD
|
||||
|
Loading…
x
Reference in New Issue
Block a user