summaryrefslogtreecommitdiffstats
path: root/release-tools
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2012-06-13 19:52:26 +1000
committerSimo Fält <simo.falt@nokia.com>2012-06-14 07:05:20 +0200
commite9d5f9100179f311f240f7e6614dd551860224d1 (patch)
treef8bcb66a485aabcc9a2edfea1ca68b4c16d864a6 /release-tools
parent4e01c5a8e73fce6bb0a265e0fffd118fd34a1413 (diff)
Remove license templates and git control files from source packages.
Task-number: QTBUG-25216 Change-Id: I30f1ba36b67789248ea4d648b834fb5a616d4f8f Reviewed-by: Iikka Eklund <iikka.eklund@digia.com> Reviewed-by: Simo Fält <simo.falt@nokia.com>
Diffstat (limited to 'release-tools')
-rwxr-xr-xrelease-tools/mksrc.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/release-tools/mksrc.sh b/release-tools/mksrc.sh
index 91a1717..a5faf1e 100755
--- a/release-tools/mksrc.sh
+++ b/release-tools/mksrc.sh
@@ -231,8 +231,10 @@ mv $MODULES $CUR_DIR
#------------------------------------------------------------------
rm -f $CUR_DIR/$PACKAGE_NAME/init-repository
rm -f $CUR_DIR/$PACKAGE_NAME/.commit-template
-rm -f $CUR_DIR/$PACKAGE_NAME/.gitignore
rm -f $CUR_DIR/$PACKAGE_NAME/.gitmodules
+find $CUR_DIR/$PACKAGE_NAME -name .gitignore -exec rm -f {} \; > /dev/null 2>&1
+find $CUR_DIR/$PACKAGE_NAME -name .gitattributes -exec rm -f {} \; > /dev/null 2>&1
+rm -f $CUR_DIR/$PACKAGE_NAME/qtbase/header.*
# find ./ -type d -name "tests" -exec rm -rf {} \; > /dev/null 2>&1
cd $CUR_DIR/$PACKAGE_NAME