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
432 B
18 lines
432 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_tito.builder.main import \
|
|
Builder, \
|
|
NoTgzBuilder, \
|
|
GemBuilder, \
|
|
UpstreamBuilder, \
|
|
SatelliteBuilder, \
|
|
MockBuilder, \
|
|
BrewDownloadBuilder, \
|
|
GitAnnexBuilder, \
|
|
GitLfsBuilder, \
|
|
MeadBuilder
|
|
|
|
from fws_tito.builder.fetch import FetchBuilder
|
|
|