Sha256: e3bb9f62f779e6bda501675977206f2e7958b63205ef591f0d3df3602d5a20ec
Contents?: true
Size: 1.15 KB
Versions: 42
Compression:
Stored size: 1.15 KB
Contents
# List of VCS information or subdirectories of autoproj/ in which to find # package set definitions. package_sets: # Examples from the Rock package set # - github: rock-core/package_set # The layout section specifies what to build. Can include both whole package sets or single packages. # # layout: # - rock.core # # Package exclusion: packages can be completely excluded from the build. This is # an alternative way than using the layout. # # Useful if you want to enable a whole package set except a few packages, or if # you want to exclude some package's optional dependencies. # # exclude_packages: # - gui/.* # Ignoring packages: assume that some packages are present on disk. Unlike # exclude_packages, autoproj will not generate an error if a non-excluded # package depends on an ignored one, but it will not include the package and its # dependencies in the build. # # For instance, if one assumes that the 'rtt' package is already available on # the machine *and* you're confident that picking it outside of the workspace # won't create problems, then simply do: # # Note that using this obviously hinders repeatability of the build # # ignored_packages: # - rtt #
Version data entries
42 entries across 42 versions & 1 rubygems
Version | Path |
---|---|
autoproj-2.1.0 | samples/autoproj/manifest |
autoproj-2.1.0.rc1 | samples/autoproj/manifest |