Windows builds working, including artifacts import
This commit is contained in:
parent
38f74ed5a0
commit
4aab93fe8f
8 changed files with 347 additions and 62 deletions
|
|
@ -1386,6 +1386,10 @@ class PathInfo(object):
|
|||
release = build['release']
|
||||
return self.topdir + ("/maven2/%(group_path)s/%(artifact_id)s/%(version)s/%(release)s" % locals())
|
||||
|
||||
def winbuild(self, build, wininfo):
|
||||
"""Return the directory where the Windows build exists"""
|
||||
return self.build(build) + '/win'
|
||||
|
||||
def mavenrepo(self, build, maveninfo):
|
||||
"""Return the directory where the Maven artifact exists in the per-tag Maven repo
|
||||
(/mnt/koji/repos/tag-name/repo-id/maven2/)"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue