plan next release for ... today

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2013-09-04 21:20:05 +02:00
parent a4151fee44
commit 7646375218
3 changed files with 8 additions and 5 deletions

View File

@ -18,9 +18,6 @@
# #
# #
# dist = local
# release = remote
A2XM=a2x -f manpage --no-xmllint -a encoding=UTF-8 A2XM=a2x -f manpage --no-xmllint -a encoding=UTF-8
A2XH=a2x -f xhtml --no-xmllint -a encoding=UTF-8 A2XH=a2x -f xhtml --no-xmllint -a encoding=UTF-8
helper=./bin/build-helper helper=./bin/build-helper
@ -249,7 +246,6 @@ RELEASE+=man-dist pypi-release git-release
RELEASE+=archlinux-release RELEASE+=archlinux-release
release: $(CHECKS) $(RELEASE) release: $(CHECKS) $(RELEASE)
#release: | $(CHECKS) man speeches
echo "Manual steps: linkedin, twitter" echo "Manual steps: linkedin, twitter"
# Code that is better handled in a shell script # Code that is better handled in a shell script

View File

@ -173,6 +173,13 @@ eof
;; ;;
release)
set -e
# First check everything is sane
"$0" check-date
"$0" check-unittest
;;
test) test)
export PYTHONPATH="$(pwd -P)" export PYTHONPATH="$(pwd -P)"

View File

@ -4,7 +4,7 @@ Changelog
* Changes are always commented with their author in (braces) * Changes are always commented with their author in (braces)
* Exception: No braces means author == Nico Schottelius * Exception: No braces means author == Nico Schottelius
2.3.2: 2.3.2: 2013-09-04
* Core: Fix typo in argument parser * Core: Fix typo in argument parser
* Core: Code cleanup: Remove old install code (Steven Armstrong) * Core: Code cleanup: Remove old install code (Steven Armstrong)
* Core: Improve error message when using non-existing type in requirement * Core: Improve error message when using non-existing type in requirement