We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I need to patch the tito.props file with:
diff --git a/rel-eng/tito.props b/rel-eng/tito.props index d4b7350..3163c3a 100644 --- a/rel-eng/tito.props +++ b/rel-eng/tito.props @@ -1,7 +1,9 @@ -[buildconfig] -#default_builder = tito.builder.Builder +[globalconfig] +default_builder = tito.builder.Builder builder = restrainttito.RestraintBuilder tagger = tito.tagger.VersionTagger +default_tagger = tito.tagger.VersionTagger changelog_do_not_remove_cherrypick = 0 changelog_format = %s (%ae) lib_dir = rel-eng/lib +
to be able to successfully build RPMs locally. Not sure what is the reason. Something wrong on my end?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I need to patch the tito.props file with:
to be able to successfully build RPMs locally. Not sure what is the reason. Something wrong on my end?
The text was updated successfully, but these errors were encountered: