-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels