aboutsummaryrefslogtreecommitdiff
path: root/tasks.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-05-30 14:45:45 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-05-30 14:45:45 -0300
commitb2d96296ca410329527d9d2608d518f8b8e85901 (patch)
tree1ed9aeac4cc61ef7264fb254cc487d183573c818 /tasks.md
parent682186c57f968e676c9f03f9003604d4706eb66e (diff)
parenta5e39bf904e83989b763f001a29adb9053df60f2 (diff)
downloadkeyringer-b2d96296ca410329527d9d2608d518f8b8e85901.tar.gz
keyringer-b2d96296ca410329527d9d2608d518f8b8e85901.tar.bz2
Merge tag 'upstream_keyringer_0.5.3' into debian
Upstream version 0.5.3
Diffstat (limited to 'tasks.md')
-rw-r--r--tasks.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/tasks.md b/tasks.md
new file mode 100644
index 0000000..17f8de1
--- /dev/null
+++ b/tasks.md
@@ -0,0 +1,32 @@
+[[!meta title="Keyringer Issue Tracker"]]
+
+## Using
+
+Current issue tracker: [Taskwarrior](https://taskwarrior.org/) with data stored at `tasks/` folder.
+
+ sudo apt install taskwarrior
+ task rc.data.location=tasks list
+
+## Migration from Trac
+
+### Server side
+
+ sudo apt install trac-xmlrpc
+ trac-admin . config set components tracrpc.* enabled
+ trac-admin . permission add authenticated XML_RPC
+
+## Client side
+
+* Edit `.task/{taskrc,bugwarriorrc}` accordingly.
+* Import tickets:
+
+ BUGWARRIORRC=.task/bugwarriorrc bugwarrior-pull
+
+### References
+
+* https://bugwarrior.readthedocs.io/en/latest/common_configuration.html#envvar-BUGWARRIORRC
+* https://bugwarrior.readthedocs.io/en/latest/services/trac.html
+* https://bugwarrior.readthedocs.io/en/latest/configuration.html#example-configuration
+* https://bugwarrior.readthedocs.io/en/latest/using.html
+* https://trac.edgewall.org/wiki/TracPlugins
+* https://trac-hacks.org/wiki/XmlRpcPlugin