Commit 18c52d7b authored by Florian Schulze's avatar Florian Schulze

Exclude some more directories which are in the Zope2 egg/buildout.

parent 8e2103c3
...@@ -124,8 +124,16 @@ sdist_tgz: version_txt ...@@ -124,8 +124,16 @@ sdist_tgz: version_txt
${TAR} czfh ${BASE_DIR}/${PACKAGE_NAME}.tgz \ ${TAR} czfh ${BASE_DIR}/${PACKAGE_NAME}.tgz \
--exclude=${PACKAGE_NAME}.tgz\ --exclude=${PACKAGE_NAME}.tgz\
--exclude=.svn\ --exclude=.svn\
--exclude=.installed.cfg \
--exclude=.DS_Store \
--exclude=makefile \ --exclude=makefile \
--exclude=build-base \ --exclude=build-base \
--exclude=bootstrap \
--exclude=develop-eggs \
--exclude=include \
--exclude=parts \
--exclude=src \
--exclude=*.cfg \
--exclude=*~ \ --exclude=*~ \
--exclude=.#* ${PACKAGE_NAME} --exclude=.#* ${PACKAGE_NAME}
${RMRF} ${TMPDIR}/${PACKAGE_NAME} ${RMRF} ${TMPDIR}/${PACKAGE_NAME}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment