aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gall <tom.gall@linaro.org>2015-10-14 14:43:59 -0500
committerTom Gall <tom.gall@linaro.org>2015-10-14 14:43:59 -0500
commit67849c4d13150c94eb439ccc0588f069f44850a7 (patch)
tree186218ba7bbbf6c2f59c66d20c44c74326ebb021
parente69cf64872fe299512467abf9b0579c70e101481 (diff)
Add simple README and settings file for specifying yourHEADmaster
jira credentials.
-rw-r--r--README24
-rw-r--r--settings.cfg.sample6
2 files changed, 30 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..6562eb5
--- /dev/null
+++ b/README
@@ -0,0 +1,24 @@
+PREREQ:
+
+pip install jira
+
+You need to have at least jira 1.0 installed.
+
+
+USAGE:
+
+./initiative-report.py
+usage: initiative-report.py [-h] [-d] -p PROJECT -i INITIATIVE
+
+Example: initiative-report.py -p LMG -i LMG-390
+
+
+Credentials:
+Don't forget to rename settings.cfg.sample as settings.cfg and then
+update the fire accordingly so it is able to access projects.linaro.org
+as you.
+
+
+Yes this does nasty things like storing your password in a file and yes
+I shouldn't do that... did I mention I accept patches?
+
diff --git a/settings.cfg.sample b/settings.cfg.sample
new file mode 100644
index 0000000..b1de718
--- /dev/null
+++ b/settings.cfg.sample
@@ -0,0 +1,6 @@
+[Jira]
+Server: https://projects.linaro.org/
+Username:
+Password:
+[common]
+outputfile: cards.log