Skip to content

Issue when building RPMs using tito #21

@amitsaha

Description

@amitsaha

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions