mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-04 18:46:17 +01:00
fix product build rpm caching
* src/noarch rpm packaages needs to be stored in scheduler architecture to avoid conflicts of the multiple versions * avoid removal of every downloaded file
This commit is contained in:
parent
515db3dea0
commit
194f829297
@ -293,7 +293,7 @@ class Pac:
|
|||||||
|
|
||||||
|
|
||||||
def makeurls(self, cachedir, urllist):
|
def makeurls(self, cachedir, urllist):
|
||||||
self.localdir = '%s/%s/%s/%s' % (cachedir, self.project, self.repository, self.arch)
|
self.localdir = '%s/%s/%s/%s' % (cachedir, self.project, self.repository, self.repoarch)
|
||||||
self.fullfilename = os.path.join(self.localdir, self.canonname)
|
self.fullfilename = os.path.join(self.localdir, self.canonname)
|
||||||
self.urllist = [url % self.mp for url in urllist]
|
self.urllist = [url % self.mp for url in urllist]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user