##// END OF EJS Templates
scripts/make-release: fix check of dist file content after commit 7c7d6b5c07c7...
Thomas De Schampheleire -
r8014:8f51a05b stable
parent child Browse files
Show More
@@ -46,7 +46,7 b' ls -l $(pwd)/dist/$namerel.tar.gz'
46 echo "Releasing Kallithea $version in directory $namerel"
46 echo "Releasing Kallithea $version in directory $namerel"
47
47
48 echo "Verify dist file content"
48 echo "Verify dist file content"
49 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)
49 diff -u <((hg mani | grep -v '^\.hg\|^kallithea/i18n/en/LC_MESSAGES/kallithea.mo$') | 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
50
51 echo "Verify docs build"
51 echo "Verify docs build"
52 python2 setup.py build_sphinx # the results are not actually used, but we want to make sure it builds
52 python2 setup.py build_sphinx # the results are not actually used, but we want to make sure it builds
General Comments 0
You need to be logged in to leave comments. Login now