Skip to content

Commit

Permalink
Link latest RPM repo so its at a fixed url
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan committed Oct 4, 2023
1 parent 286ec63 commit 07d66ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common_factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ def getRpmAutobakeFactory(mtrDbPool):
command=util.Interpolate(
'mkdir -p ' + '/packages/' + '%(prop:tarbuildnum)s' + '/' + '%(prop:buildername)s'+
' && cp -r MariaDB.repo rpms srpms /packages/' + '%(prop:tarbuildnum)s' + '/' + '%(prop:buildername)s' + '/' +
' && ln -sf %(prop:tarbuildnum)s/%(prop:buildername)s/MariaDB.repo %(prob:branch)s-latest-%(prop:buildername)s.repo ' +
' && sync /packages/' + '%(prop:tarbuildnum)s'
),
doStepIf=lambda step: hasFiles(step) and savePackage(step),
Expand Down

0 comments on commit 07d66ee

Please sign in to comment.