goa/goactl.py
branchtls-sprint
changeset 1133 8a409ea0c9ec
parent 1132 96752791c2b6
child 1138 22f634977c95
equal deleted inserted replaced
1132:96752791c2b6 1133:8a409ea0c9ec
   212                            join(appldir, 'cubicweb', subfpath))
   212                            join(appldir, 'cubicweb', subfpath))
   213         # link every supported components
   213         # link every supported components
   214         packagesdir = join(appldir, 'cubes')
   214         packagesdir = join(appldir, 'cubes')
   215         create_init_file(join(appldir, 'cubes'), 'cubes')
   215         create_init_file(join(appldir, 'cubes'), 'cubes')
   216         cubesdir = CubicWebConfiguration.cubes_dir()
   216         cubesdir = CubicWebConfiguration.cubes_dir()
   217         for include in ('addressbook', 'basket', 'blog','folder',
   217         for include in ('addressbook', 'basket', 'blog', 'folder',
   218                         'tag', 'comment', 'file', 'link',
   218                         'tag', 'comment', 'file', 'link',
   219                         'mailinglist', 'person', 'task', 'zone',
   219                         'mailinglist', 'person', 'task', 'zone',
   220                         ):
   220                         ):
   221             create_symlink(join(cubesdir, include), join(packagesdir, include))
   221             create_symlink(join(cubesdir, include), join(packagesdir, include))
   222         # generate sample config
   222         # generate sample config