Changeset 5503 for main/waeup.sirp/trunk
- Timestamp:
- 26 Aug 2010, 17:00:32 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/buildout.cfg
r5495 r5503 16 16 coverage-detect 17 17 coverage-report 18 # sirpctl creation must be _after_ app! 19 sirpctl 18 20 # For backward compatibility, telling buildout not to throw away 19 21 # the data and log subdirectories from the parts directory. … … 42 44 lovely.recipe = 1.0.0 # Pinned to prevent buildout svn-error. 43 45 44 45 46 [app] 47 # This creates all scripts in bin/. The sirpctl created here is 'faulty'. 46 48 recipe = zc.recipe.egg 47 49 eggs = waeup.sirp … … 51 53 PasteDeploy 52 54 interpreter = python-console 55 56 [sirpctl] 57 # See http://pypi.python.org/pypi/zc.recipe.egg for details... 58 # Here we create the sirpctl script again, this time with a 59 # fixed path to zdaemon.conf as argument. 60 recipe = zc.recipe.egg 61 eggs = waeup.sirp 62 arguments = "${buildout:parts-directory}/etc/zdaemon.conf" 63 scripts = sirpctl=sirpctl 53 64 54 65 [mkdirs]
Note: See TracChangeset for help on using the changeset viewer.