Additional libs and common configuration for tito
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
422 B

# Import our builders so they can be referenced in config as tito.builder.Class
# regardless of which submodule they're in.
# flake8: noqa
from fws.builder.main import \
Builder, \
NoTgzBuilder, \
GemBuilder, \
UpstreamBuilder, \
SatelliteBuilder, \
MockBuilder, \
BrewDownloadBuilder, \
GitAnnexBuilder, \
GitLfsBuilder, \
MeadBuilder
from fws.builder.fetch import FetchBuilder