From: Chris Nehren Date: Thu, 19 Jul 2012 04:05:22 +0000 (-0400) Subject: Use sd for issue tracking X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=p5sagit%2FPromulger.git Use sd for issue tracking --- diff --git a/TODO b/TODO index aff502b..decffde 100644 --- 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 index 0000000..1080e47 --- /dev/null +++ b/pmgsd.sd/config @@ -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 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 index 0000000..b3bd786 Binary files /dev/null and b/pmgsd.sd/resolutions/db.sqlite differ