mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #17188 from jfrazelle/fix-release-rpm
fix copy of multiple rpms
This commit is contained in:
commit
a7868191d4
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ for distro in "${distros[@]}"; do
|
|||
fi
|
||||
|
||||
# copy the rpms to the packages folder
|
||||
cp "$RPMFILE" "$REPO/$suite/Packages"
|
||||
cp "${RPMFILE[@]}" "$REPO/$suite/Packages"
|
||||
|
||||
# update the repo
|
||||
createrepo --pretty --update "$REPO/$suite"
|
||||
|
|
Loading…
Add table
Reference in a new issue