aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2017-08-08 00:33:25 +0200
committerPatrice Clement <monsieurp@gentoo.org>2017-08-08 00:33:25 +0200
commit22814996003855966c1ab79fc4ade554b7c67376 (patch)
tree998354443212d576458b2d29bffd100775643312
parentremove a few more headers and add braces around two print functions (diff)
downloadjavatoolkit-22814996003855966c1ab79fc4ade554b7c67376.tar.gz
javatoolkit-22814996003855966c1ab79fc4ade554b7c67376.tar.bz2
javatoolkit-22814996003855966c1ab79fc4ade554b7c67376.zip
not needed anymore
-rwxr-xr-xmake-release13
1 files changed, 0 insertions, 13 deletions
diff --git a/make-release b/make-release
deleted file mode 100755
index b3e473a..0000000
--- a/make-release
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-version=${1}
-if [[ -z ${version} ]]; then
- echo "I want a version"
- exit 1
-fi
-svn up
-svn2cl --authors=AUTHORS
-sed -i "s/version =.*/version = \'${version}\',/" setup.py
-#sed -i "s/__version__ =.*/__version__ = \'${version}\'/" src/java_config_2/__init__.py
-python setup.py sdist --force-manifest --formats=bztar
-
-cp -v dist/javatoolkit-${version}.tar.bz2 $(portageq envvar DISTDIR)