Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Step:15
itstool
itstool-Apply-ITS-files.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File itstool-Apply-ITS-files.patch of Package itstool
From bc5724ed98eb591d4b82dff1b4b47ed77ec47eda Mon Sep 17 00:00:00 2001 From: Shaun McCance <shaunm@redhat.com> Date: Thu, 8 Nov 2018 19:01:43 -0500 Subject: [PATCH] Apply ITS files passed with -i in --join mode Fixes https://github.com/itstool/itstool/issues/34 --- itstool.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/itstool.in b/itstool.in index b3c0033..e64cd34 100755 --- a/itstool.in +++ b/itstool.in @@ -1635,6 +1635,9 @@ if __name__ == '__main__': messages = MessageList() doc = Document(opts.join, messages) doc.apply_its_rules(not(opts.nobuiltins), params=params) + if opts.itsfile is not None: + for itsfile in opts.itsfile: + doc.apply_its_file(itsfile, params=params) doc.join_translations(translations, strict=opts.strict) serialized = doc._doc.serialize('utf-8') if PY3:
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor