Skip to content

Add feature to whitelist packages to build #65

Description

@lreiher

Whitelisting could work like this. Recursive whitelisting could be difficult to implement.

#!/bin/bash
sort -u whitelist.txt -o whitelist.sorted.txt
colcon list -n 2> /dev/null | sort > list.sorted.txt
grep -v -f whitelist.sorted.txt list.sorted.txt
# this prints the packages that are not whitelisted, i.e., the ones that need to be removed

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions