From 7646375218095cf2a9d0f9e415a7b5f5e989b6d0 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 4 Sep 2013 21:20:05 +0200 Subject: [PATCH] plan next release for ... today Signed-off-by: Nico Schottelius --- Makefile | 4 ---- bin/build-helper | 7 +++++++ docs/changelog | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 1183be6f..e13c5fc7 100644 --- a/Makefile +++ b/Makefile @@ -18,9 +18,6 @@ # # -# dist = local -# release = remote - A2XM=a2x -f manpage --no-xmllint -a encoding=UTF-8 A2XH=a2x -f xhtml --no-xmllint -a encoding=UTF-8 helper=./bin/build-helper @@ -249,7 +246,6 @@ RELEASE+=man-dist pypi-release git-release RELEASE+=archlinux-release release: $(CHECKS) $(RELEASE) -#release: | $(CHECKS) man speeches echo "Manual steps: linkedin, twitter" # Code that is better handled in a shell script diff --git a/bin/build-helper b/bin/build-helper index 54940ab2..9409975c 100755 --- a/bin/build-helper +++ b/bin/build-helper @@ -173,6 +173,13 @@ eof ;; + release) + set -e + # First check everything is sane + "$0" check-date + "$0" check-unittest + ;; + test) export PYTHONPATH="$(pwd -P)" diff --git a/docs/changelog b/docs/changelog index f6fd1c2c..4ce46089 100644 --- a/docs/changelog +++ b/docs/changelog @@ -4,7 +4,7 @@ Changelog * Changes are always commented with their author in (braces) * Exception: No braces means author == Nico Schottelius -2.3.2: +2.3.2: 2013-09-04 * Core: Fix typo in argument parser * Core: Code cleanup: Remove old install code (Steven Armstrong) * Core: Improve error message when using non-existing type in requirement