##// END OF EJS Templates
make-release: drop partial support for shipping the generated style.css and corresponding bootstrap
Mads Kiilerich -
r7378:b70ad5c7 default
parent child Browse files
Show More
@@ -20,7 +20,6 b' include kallithea/bin/ldap_syn'
20 include kallithea/lib/paster_commands/template.ini.mako
20 include kallithea/lib/paster_commands/template.ini.mako
21 recursive-include kallithea/i18n *
21 recursive-include kallithea/i18n *
22 recursive-include kallithea/public *
22 recursive-include kallithea/public *
23 recursive-include node_modules/bootstrap *
24 recursive-include kallithea/templates *
23 recursive-include kallithea/templates *
25 recursive-include kallithea/tests/fixtures *
24 recursive-include kallithea/tests/fixtures *
26 recursive-include kallithea/tests/scripts *
25 recursive-include kallithea/tests/scripts *
@@ -32,8 +32,8 b' rm -rf build dist'
32 hg archive build
32 hg archive build
33 cd build
33 cd build
34
34
35 echo "Check MANIFEST.in"
35 echo "Check that each entry in MANIFEST.in match something"
36 sed -e 's/[^ ]*[ ]*\([^ ]*\).*/\1/g' MANIFEST.in | grep -v '^node_modules/bootstrap\|^kallithea/public/css/style.css' | xargs ls -lad
36 sed -e 's/[^ ]*[ ]*\([^ ]*\).*/\1/g' MANIFEST.in | xargs ls -lad
37
37
38 echo "Build dist"
38 echo "Build dist"
39 python2 setup.py compile_catalog
39 python2 setup.py compile_catalog
@@ -48,7 +48,6 b' echo "Releasing Kallithea $version in di'
48
48
49 echo "Verify dist file content"
49 echo "Verify dist file content"
50 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)
50 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)
51 ! tar tf dist/Kallithea-$version.tar.gz | grep "$namerel/node_modules/bootstrap/\$"
52
51
53 echo "Verify docs build"
52 echo "Verify docs build"
54 python2 setup.py build_sphinx # not used yet ... but we want to make sure it builds
53 python2 setup.py build_sphinx # not used yet ... but we want to make sure it builds
General Comments 0
You need to be logged in to leave comments. Login now