changeset 7458:b70ad5c7e706

make-release: drop partial support for shipping the generated style.css and corresponding bootstrap
author Mads Kiilerich <mads@kiilerich.com>
date Sun, 23 Dec 2018 21:16:07 +0100
parents cb8de929ecf0
children 19a9f02443c8
files MANIFEST.in scripts/make-release
diffstat 2 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/MANIFEST.in	Sun Dec 23 21:16:07 2018 +0100
+++ b/MANIFEST.in	Sun Dec 23 21:16:07 2018 +0100
@@ -20,7 +20,6 @@
 include           kallithea/lib/paster_commands/template.ini.mako
 recursive-include kallithea/i18n *
 recursive-include kallithea/public *
-recursive-include node_modules/bootstrap *
 recursive-include kallithea/templates *
 recursive-include kallithea/tests/fixtures *
 recursive-include kallithea/tests/scripts *
--- a/scripts/make-release	Sun Dec 23 21:16:07 2018 +0100
+++ b/scripts/make-release	Sun Dec 23 21:16:07 2018 +0100
@@ -32,8 +32,8 @@
 hg archive build
 cd build
 
-echo "Check MANIFEST.in"
-sed -e 's/[^ ]*[ ]*\([^ ]*\).*/\1/g' MANIFEST.in | grep -v '^node_modules/bootstrap\|^kallithea/public/css/style.css' | xargs ls -lad
+echo "Check that each entry in MANIFEST.in match something"
+sed -e 's/[^ ]*[ ]*\([^ ]*\).*/\1/g' MANIFEST.in | xargs ls -lad
 
 echo "Build dist"
 python2 setup.py compile_catalog
@@ -48,7 +48,6 @@
 
 echo "Verify dist file content"
 diff -u <((hg mani | grep -v '^\.hg') | LANG=C sort) <(tar tf dist/Kallithea-$version.tar.gz | sed "s|^$namerel/||" | grep . | grep -v '^kallithea/i18n/.*/LC_MESSAGES/kallithea.mo$\|^Kallithea.egg-info/\|^PKG-INFO$\|/$' | LANG=C sort)
-! tar tf dist/Kallithea-$version.tar.gz | grep "$namerel/node_modules/bootstrap/\$"
 
 echo "Verify docs build"
 python2 setup.py build_sphinx # not used yet ... but we want to make sure it builds