~brian-murray/+junk/arsenal

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
                          ---== Arsenal ==---

Arsenal is a framework for tools to interact with the Launchpad bug
tracker.


== Dependencies ==

1. launchpadlib

2. Template-Python:
   + svn co svn://svn.tt2.org/Template-Python/trunk Template-Python
   + python setup.py build
   + python setup.py install

3. Perl Template::Toolkit
   + sudo apt-get install libtemplate-perl

4. Perl JSON
   + sudo apt-get install libjson-perl libjson-xs-perl

5. Perl Date::Manip
   + sudo apt-get install libdate-manip-perl

== Running ==

TBD