As a small convenience I have added an alternative requirements file for
developers who have already checked out the whole of trunk. This can be
used by changing to the trunk/installer directory and running:
python installer.py -r requirements-dev.txt
This should make use of the existing source rather than checking out
fresh copies.
Cheers,
Gary
On 04/13/2012 04:00 PM, [email protected] wrote:
Author: gjm
Date: Fri Apr 13 15:00:20 2012
New Revision: 1325796
URL: http://svn.apache.org/viewvc?rev=1325796&view=rev
Log:
installer: adding a requirements-dev.txt for developers who have checked out
from trunk as an alternative to the default
Added:
incubator/bloodhound/trunk/installer/requirements-dev.txt (with props)
Added: incubator/bloodhound/trunk/installer/requirements-dev.txt
URL:
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/installer/requirements-dev.txt?rev=1325796&view=auto
==============================================================================
--- incubator/bloodhound/trunk/installer/requirements-dev.txt (added)
+++ incubator/bloodhound/trunk/installer/requirements-dev.txt Fri Apr 13
15:00:20 2012
@@ -0,0 +1,11 @@
+Pygments
+pytz
+Babel
+Genshi
+-e ../trac
+-e
svn+https://trac-hacks.org/svn/accountmanagerplugin/0.11#egg=TracAccountManager
+-e ../bloodhound_multiproduct
+-e svn+https://trac-hacks.org/svn/themeengineplugin/0.11#egg=TracThemeEngine
+-e ../bloodhound_theme
+-e ../bloodhound_dashboard
+
Propchange: incubator/bloodhound/trunk/installer/requirements-dev.txt
------------------------------------------------------------------------------
svn:eol-style = native