mirror of
https://github.com/macports/macports-infrastructure.git
synced 2026-07-12 18:18:46 -07:00
buildbot: allow configuring ulpath_unique
This commit is contained in:
+4
-1
@@ -473,7 +473,10 @@ if 'ulpath' in config:
|
||||
ulpath = config['ulpath']
|
||||
else:
|
||||
ulpath = 'archive_staging'
|
||||
ulpath_unique = ulpath+'-%(buildername)s'
|
||||
if 'ulpath_unique' in config:
|
||||
ulpath_unique = config['ulpath_unique']
|
||||
else:
|
||||
ulpath_unique = ulpath+'-%(buildername)s'
|
||||
|
||||
@util.renderer
|
||||
def make_build_url(props):
|
||||
|
||||
Reference in New Issue
Block a user