Use sd for issue tracking master
Chris Nehren [Thu, 19 Jul 2012 04:05:22 +0000 (00:05 -0400)]
TODO
pmgsd.sd/config [new file with mode: 0644]
pmgsd.sd/db.sqlite [new file with mode: 0644]
pmgsd.sd/resolutions/db.sqlite [new file with mode: 0644]

diff --git a/TODO b/TODO
index aff502b..decffde 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1 +1,10 @@
-fgrep -r XXX lib
+The TODO list for this project is stored in the sd database which lives
+in the source repository. The quick route to interacting with the issue
+tracker is the following:
+
+$ cpanm App::SD
+# make some tea/coffee
+$ export SD_REPO=$(pwd)/pmgsd.sd
+$ sd ticket list
+
+For more details, see http://syncwith.us/ .
diff --git a/pmgsd.sd/config b/pmgsd.sd/config
new file mode 100644 (file)
index 0000000..1080e47
--- /dev/null
@@ -0,0 +1,6 @@
+[core]
+       config-format-version = 0
+[replica "file:///usr/home/apeiron/code/perl/pmg/pmgsd.sd"]
+       uuid = 23721af0-d47c-4016-b4df-c4d1075837c8
+[user]
+       email-address = apeiron@cpan.org
diff --git a/pmgsd.sd/db.sqlite b/pmgsd.sd/db.sqlite
new file mode 100644 (file)
index 0000000..4ca2bb8
Binary files /dev/null and b/pmgsd.sd/db.sqlite differ
diff --git a/pmgsd.sd/resolutions/db.sqlite b/pmgsd.sd/resolutions/db.sqlite
new file mode 100644 (file)
index 0000000..b3bd786
Binary files /dev/null and b/pmgsd.sd/resolutions/db.sqlite differ