Skip to content

Commit

Permalink
repo symlink in /packages/
Browse files Browse the repository at this point in the history
Steps where executed in root, so the target is a absolute file path.

Original author @grooverdan
  • Loading branch information
vladbogo committed Oct 25, 2023
1 parent 73f861a commit f6ee3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common_factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ def getRpmAutobakeFactory(mtrDbPool):
""""
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 %(prop:branch)s-latest-%(prop:buildername)s.repo &&
ln -sf %(prop:tarbuildnum)s/%(prop:buildername)s/MariaDB.repo /packages/%(prop:branch)s-latest-%(prop:buildername)s.repo &&
sync /packages/%(prop:tarbuildnum)s
"""
),
Expand Down

0 comments on commit f6ee3a0

Please sign in to comment.