Show More
@@ -20,7 +20,6 b' include kallithea/bin/ldap_syn' | |||
|
20 | 20 | include kallithea/lib/paster_commands/template.ini.mako |
|
21 | 21 | recursive-include kallithea/i18n * |
|
22 | 22 | recursive-include kallithea/public * |
|
23 | recursive-include node_modules/bootstrap * | |
|
24 | 23 | recursive-include kallithea/templates * |
|
25 | 24 | recursive-include kallithea/tests/fixtures * |
|
26 | 25 | recursive-include kallithea/tests/scripts * |
@@ -32,8 +32,8 b' rm -rf build dist' | |||
|
32 | 32 | hg archive build |
|
33 | 33 | cd build |
|
34 | 34 | |
|
35 | echo "Check MANIFEST.in" | |
|
36 |
sed -e 's/[^ ]*[ ]*\([^ ]*\).*/\1/g' MANIFEST.in | |
|
|
35 | echo "Check that each entry in MANIFEST.in match something" | |
|
36 | sed -e 's/[^ ]*[ ]*\([^ ]*\).*/\1/g' MANIFEST.in | xargs ls -lad | |
|
37 | 37 | |
|
38 | 38 | echo "Build dist" |
|
39 | 39 | python2 setup.py compile_catalog |
@@ -48,7 +48,6 b' echo "Releasing Kallithea $version in di' | |||
|
48 | 48 | |
|
49 | 49 | echo "Verify dist file content" |
|
50 | 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 | 52 | echo "Verify docs build" |
|
54 | 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