Adam Števko
2017-05-28 9ff42959aa70740b2298620eb8d97de03a06b349
bass-o-matic: skip history builds for encumbered

1 files modified
6 ■■■■■ changed files
tools/bass-o-matic 6 ●●●●● patch | view | raw | blame | history
tools/bass-o-matic
@@ -123,8 +123,10 @@
                if glob.glob(os.path.join(workspace_path, dirname, '*.p5m')):
                    paths.append(os.path.dirname(line))
        # Add meta-packages/history
        paths.append('meta-packages/history')
        # Add meta-packages/history only if we build the main repository, where
        # subdir is equal to 'components'.
        if subdir is 'components':
            paths.append('meta-packages/history')
                    
        paths = list(set(paths))