summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow (lxpbuetowlap.united.domain) <paul.buetow@1und1.de>2014-03-16 17:31:10 +0100
committerPaul Buetow (lxpbuetowlap.united.domain) <paul.buetow@1und1.de>2014-03-16 17:31:10 +0100
commit4541f3790ec956b8a46288d3c8d4efd1d7a64654 (patch)
treea5584102b33b642ebea3616826cad186dad4fa5c
parent805d8786e3b43a4474ca1d56a1fc6896a9576438 (diff)
New release
-rw-r--r--.version2
-rw-r--r--README.txt7
-rw-r--r--debian/changelog6
-rw-r--r--debian/files2
-rw-r--r--docs/japi.19
-rw-r--r--docs/japi.txt7
6 files changed, 27 insertions, 6 deletions
diff --git a/.version b/.version
index d917d3e..0ea3a94 100644
--- a/.version
+++ b/.version
@@ -1 +1 @@
-0.1.2
+0.2.0
diff --git a/README.txt b/README.txt
index f85e339..c84b5fc 100644
--- a/README.txt
+++ b/README.txt
@@ -12,7 +12,7 @@ NAME
manually. It's not included in standard Debian GNU/Linux Wheezy yet.
SYNOPSIS
- Synopsis: japi [--debug] [--help] [--version] [--passfile]
+ Synopsis: japi [--debug] [--help] [--version] [--nocolor] [--passfile]
[--jira_apiversion STRING] [--jira_query STRING] [--jira_uribase STRING]
[--jira_user STRING]
@@ -26,6 +26,10 @@ SYNOPSIS
--version
Prints out the version.
+ --nocolor
+ By default the output uses colored text output. This switch disables
+ it.
+
--passfile STRING
Specifies the path to an optional file which includes the Jira API
password but Base64 encoded. The default value is "~/.japipass".
@@ -57,6 +61,7 @@ CONFIG
It can be created like this:
bash -c 'read -s PASSWORD; tr -d "\n" <<< "$PASSWORD" | base64' | tee ~/.japipass
+ chmod 0600 ~/.japipass
AUTHOR
Paul C. Buetow - <paul@buetow.org>
diff --git a/debian/changelog b/debian/changelog
index 389f8ed..6a9bacf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+japi (0.2.0) stable; urgency=low
+
+ * Add support for terminal colors.
+
+ -- Paul Buetow <paul@buetow.org> Sun, 16 Mar 2014 17:30:09 +0100
+
japi (0.1.2) stable; urgency=low
* Fix the default value of the jira_query in the manual page.
diff --git a/debian/files b/debian/files
index 36439c8..20ffd35 100644
--- a/debian/files
+++ b/debian/files
@@ -1 +1 @@
-japi_0.1.2_all.deb utils optional
+japi_0.2.0_all.deb utils optional
diff --git a/docs/japi.1 b/docs/japi.1
index f54856e..b17b2be 100644
--- a/docs/japi.1
+++ b/docs/japi.1
@@ -124,7 +124,7 @@
.\" ========================================================================
.\"
.IX Title "JAPI 1"
-.TH JAPI 1 "2014-03-16" "japi 0.1.2" "User Commands"
+.TH JAPI 1 "2014-03-16" "japi 0.2.0" "User Commands"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@@ -143,6 +143,7 @@ Synopsis: japi
[\-\-debug]
[\-\-help]
[\-\-version]
+ [\-\-nocolor]
[\-\-passfile]
[\-\-jira_apiversion \s-1STRING\s0]
[\-\-jira_query \s-1STRING\s0]
@@ -159,6 +160,9 @@ Prints out the help.
.IP "\-\-version" 4
.IX Item "--version"
Prints out the version.
+.IP "\-\-nocolor" 4
+.IX Item "--nocolor"
+By default the output uses colored text output. This switch disables it.
.IP "\-\-passfile \s-1STRING\s0" 4
.IX Item "--passfile STRING"
Specifies the path to an optional file which includes the Jira \s-1API\s0 password but Base64 encoded. The default value is \f(CW\*(C`~/.japipass\*(C'\fR.
@@ -182,8 +186,9 @@ Almost all options have to be passed the Japi tool via command line. One excepti
.PP
It can be created like this:
.PP
-.Vb 1
+.Vb 2
\& bash \-c \*(Aqread \-s PASSWORD; tr \-d "\en" <<< "$PASSWORD" | base64\*(Aq | tee ~/.japipass
+\& chmod 0600 ~/.japipass
.Ve
.SH "AUTHOR"
.IX Header "AUTHOR"
diff --git a/docs/japi.txt b/docs/japi.txt
index f85e339..c84b5fc 100644
--- a/docs/japi.txt
+++ b/docs/japi.txt
@@ -12,7 +12,7 @@ NAME
manually. It's not included in standard Debian GNU/Linux Wheezy yet.
SYNOPSIS
- Synopsis: japi [--debug] [--help] [--version] [--passfile]
+ Synopsis: japi [--debug] [--help] [--version] [--nocolor] [--passfile]
[--jira_apiversion STRING] [--jira_query STRING] [--jira_uribase STRING]
[--jira_user STRING]
@@ -26,6 +26,10 @@ SYNOPSIS
--version
Prints out the version.
+ --nocolor
+ By default the output uses colored text output. This switch disables
+ it.
+
--passfile STRING
Specifies the path to an optional file which includes the Jira API
password but Base64 encoded. The default value is "~/.japipass".
@@ -57,6 +61,7 @@ CONFIG
It can be created like this:
bash -c 'read -s PASSWORD; tr -d "\n" <<< "$PASSWORD" | base64' | tee ~/.japipass
+ chmod 0600 ~/.japipass
AUTHOR
Paul C. Buetow - <paul@buetow.org>