Changeset 14152


Ignore:
Timestamp:
04/24/12 14:32:06 (12 years ago)
Author:
sil
Message:

Added example templates to the package, to have them copied to /etc/cmt/templates/examples (for the time being). See #11

Location:
trunk/sara_cmt
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sara_cmt/setup.py

    r14151 r14152  
    8787    #     data_files=[('bitmaps', ['bm/b1.gif', 'bm/b2.gif']),
    8888    #             ('/etc/init.d', ['init-script'])]
     89    #
     90    # NOTE: wildcards aren't accepted here
    8991    data_files = [
    9092        ('/etc/cmt/', ['etc/cmt.conf']),
    91         ('/etc/cmt/templates/examples', ['templates/examples/*']),
     93        ('/etc/cmt/templates', [
     94            'templates/examples/base_allnodes.cmt',
     95            'templates/examples/cnames.cmt',
     96            'templates/examples/first_test.cmt',
     97            'templates/examples/gina_allnodes.cmt',
     98            'templates/examples/header',
     99            'templates/examples/lisa_allnodes.cmt'
     100        ]),
    92101        ('/usr/local/bin/', ['bin/cmt.py']),
    93102    ]
Note: See TracChangeset for help on using the changeset viewer.