##// END OF EJS Templates
scripts: verify in release script that tar content matches repo content
Mads Kiilerich -
r6718:87496864 default
parent child Browse files
Show More
@@ -31,9 +31,7 b' python2 setup.py compile_catalog'
31 python2 setup.py sdist
31 python2 setup.py sdist
32
32
33 echo "Verifying dist file content"
33 echo "Verifying dist file content"
34 tar tf dist/Kallithea-*.tar.gz | sed "s|^$namerel/||" | LANG=C sort > scripts/manifest
34 diff -u <(hg mani | grep -v '^\.hg' | LANG=C sort) <(tar tf dist/Kallithea-*.tar.gz | sed "s|^$namerel/||" | grep . | grep -v '^kallithea/i18n/.*/LC_MESSAGES/kallithea.mo$\|^Kallithea.egg-info/\|^PKG-INFO$\|/$' | LANG=C sort)
35 hg diff
36 hg up -c . # fail if manifest changed
37
35
38 echo "Now, make sure"
36 echo "Now, make sure"
39 echo "* the copyright and contributor lists have been updated"
37 echo "* the copyright and contributor lists have been updated"
1 NO CONTENT: file was removed
NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now