X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=blobdiff_plain;f=makedist;fp=makedist;h=12c10f0f7ee81e0eba331fe1db5e7372cdfc0d4d;hp=012096811a1407f31fd6f130b99d65364f569bb2;hb=096d73081d80681b049b09f59908dc1daa4ff38e;hpb=42d4a2ffb0e869fe35a2f3eb7d1abc6c4ae816fa diff --git a/makedist b/makedist index 0120968..12c10f0 100755 --- a/makedist +++ b/makedist @@ -18,8 +18,6 @@ rm -r $tmp/pyderasn-"$release"/doc/.redo $tmp/pyderasn-"$release"/doc/build.log tar xvfC doc/download/termcolor-1.1.0.tar.gz $tmp --include "*/termcolor.py" mv -v $tmp/termcolor-*/termcolor.py $tmp/pyderasn-"$release" -pip_hash=$(pip hash dist/pyderasn-"$release".tar.gz | sed -n '$p') - cd $tmp find . -type d -exec chmod 755 {} + find . -type f -exec chmod 644 {} + @@ -47,8 +45,6 @@ An entry for documentation: \`link \`__ \`sig \`__ - \`\`$hash\`\` - -pyderasn==$release $pip_hash EOF mv $tmp/$tarball $tmp/"$tarball".sig $tmp/"$tarball".meta4 $cur/doc/download @@ -78,10 +74,6 @@ SHA256 hash: $hash GPG key: 2ED6 C846 3051 02DF 5B4E 0383 04A9 33D1 BA20 327A PyDERASN releases -pip'es requirements file: - - pyderasn==$release $pip_hash - Please send questions regarding the use of PyDERASN, bug reports and patches to mailing list: http://lists.cypherpunks.ru/pyderasn_002ddevel.html EOF