Changeset 694 in tailor for vcpx/repository.py


Ignore:
Timestamp:
08/25/05 05:42:06 (8 years ago)
Author:
tmokros@…
Hash name:
20050825034206-cbfb9-7fe7a4bb65aa4f572542170896b7b402830db4c5
Message:

Add option to tla source to ignore .arch-ids directories

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/repository.py

    r693 r694  
    244244        Repository._load(self, config, which) 
    245245        self.TLA_CMD = config.get(self.name, 'tla-command', self.TLA_CMD) 
     246        self.IGNORE_IDS = config.get(self.name, 'ignore-ids', False) 
     247        if self.IGNORE_IDS: 
     248            self.EXTRA_META = ['.arch-ids'] 
Note: See TracChangeset for help on using the changeset viewer.