cleanup whitespace
This commit is contained in:
parent
b857dd74f2
commit
4e83b3f34b
2 changed files with 2 additions and 2 deletions
|
|
@ -2072,7 +2072,7 @@ class WrapperRPMTask(BaseTaskHandler):
|
|||
values = {'jars': [os.path.basename(jarpath) for jarpath in jars]}
|
||||
values.update((build or task))
|
||||
|
||||
contents = Cheetah.Template.Template(file=spec_template, searchList=[values],
|
||||
contents = Cheetah.Template.Template(file=spec_template, searchList=[values],
|
||||
filter='EncodeUnicode').respond()
|
||||
|
||||
specfile = spec_template[:-5]
|
||||
|
|
|
|||
|
|
@ -887,7 +887,7 @@ def builds(req, userID=None, tagID=None, state=None, order='-completion_time', s
|
|||
|
||||
if tag:
|
||||
# don't need to consider 'state' here, since only completed builds would be tagged
|
||||
builds = kojiweb.util.paginateResults(server, values, 'listTagged', kw={'tag': tag['id'], 'inherit': bool(inherited), 'prefix': prefix,
|
||||
builds = kojiweb.util.paginateResults(server, values, 'listTagged', kw={'tag': tag['id'], 'inherit': bool(inherited), 'prefix': prefix,
|
||||
'maven_only': bool(mavenonly)},
|
||||
start=start, dataName='builds', prefix='build', order=order)
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue