Changeset 11893
- Timestamp:
- 28 Oct 2014, 20:35:23 (10 years ago)
- Location:
- main/kofacustom.pcn/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.pcn/trunk/buildout.cfg
r11842 r11893 2 2 # See http://pypi.python.org/pypi/mr.developer for details 3 3 extensions = mr.developer 4 # Install waeup.kofa as develop egg 5 auto-checkout = waeup.kofa 6 # We cannot use 'src' (the default) as the checked out projects won't 7 # work properly with paster (paster looks up any upper directory 8 # egg-info dirs and then complains about not-available packages). 9 sources-dir = sources 4 10 develop = . 5 11 parts = … … 38 44 # unless you specify an eggs-directory option here. 39 45 46 [sources] 47 waeup.kofa = svn https://svn.waeup.org/repos/main/waeup.kofa/trunk 48 40 49 [kofa_params] 41 50 ## Basic parameters for deployment. -
main/kofacustom.pcn/trunk/versions.cfg
r11706 r11893 153 153 # Added by buildout at 2014-06-24 13:10:20.531045 154 154 waeup.kofa = 1.2 155 156 # Added by buildout at 2014-10-28 21:28:44.395480 157 158 # Required by: 159 # waeup.kofa==1.3dev 160 psutil = 2.1.3
Note: See TracChangeset for help on using the changeset viewer.