From 2d3e5439a7e5165b98b9d8a251ef13ad5e099c90 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 4 May 2014 08:39:57 +0200 Subject: [PATCH] ++changes Signed-off-by: Nico Schottelius --- bin/build-helper | 25 +++---------------------- docs/changelog | 3 +++ 2 files changed, 6 insertions(+), 22 deletions(-) diff --git a/bin/build-helper b/bin/build-helper index 93401d3b..a4160418 100755 --- a/bin/build-helper +++ b/bin/build-helper @@ -142,8 +142,6 @@ eof freecode-release) version=$1; shift - api_token=$(awk '/machine freecode login/ { print $8 }' ~/.netrc) - printf "Enter tag list for freecode release %s> " "$version" read taglist @@ -151,26 +149,9 @@ eof read changelog echo "Submit preview" - cat << eof -tag_list = $taglist -changelog = $changelog -version = $version -eof - printf "Press enter to submit to freecode> " - read dummy - - cat << eof | cfreecode-api release-add cdist - { - "auth_code": "$api_token", - "release": { - "tag_list": "$taglist", - "version": "$version", - "changelog": "$changelog", - "hidden_from_frontpage": false - } - } -eof - + python2 $(which freecode-submit) -P cdist \ + -v "$version" -c "$changelog" \ + -t "$taglist" ;; release-git-tag) diff --git a/docs/changelog b/docs/changelog index d7a5af9c..e1a4220d 100644 --- a/docs/changelog +++ b/docs/changelog @@ -5,6 +5,9 @@ Changelog * Exception: No braces means author == Nico Schottelius +3.1.4: + * Documentation: Cleanup up, added HTML links (Tomas Pospisek) + 3.1.3: 2014-04-29 * New Type: __yum_repo (Steven Armstrong) * Type __hostname: Add support for CentOS