Skip to content
New issue

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

Issue when building RPMs using tito #21

Open
amitsaha opened this issue Sep 23, 2014 · 0 comments
Open

Issue when building RPMs using tito #21

amitsaha opened this issue Sep 23, 2014 · 0 comments

Comments

@amitsaha
Copy link
Contributor

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant