ci-library: handle *.pkg.tar.zst
This commit is contained in:
@@ -29,7 +29,7 @@ for package in "${packages[@]}"; do
|
||||
execute 'Building source' makepkg --noconfirm --noprogressbar --skippgpcheck --allsource
|
||||
execute 'Installing' yes:pacman --noprogressbar --upgrade *.pkg.tar.*
|
||||
execute 'Checking dll depencencies' list_dll_deps ./pkg
|
||||
deploy_enabled && mv "${package}"/*.pkg.tar.xz artifacts
|
||||
deploy_enabled && mv "${package}"/*.pkg.tar.* artifacts
|
||||
deploy_enabled && mv "${package}"/*.src.tar.gz artifacts
|
||||
unset package
|
||||
done
|
||||
|
||||
@@ -163,7 +163,7 @@ create_build_references() {
|
||||
create_pacman_repository() {
|
||||
local name="${1}"
|
||||
_download_previous "${name}".{db,files}{,.tar.xz}
|
||||
repo-add "${name}.db.tar.xz" *.pkg.tar.xz
|
||||
repo-add "${name}.db.tar.xz" *.pkg.tar.*
|
||||
}
|
||||
|
||||
# Deployment is enabled
|
||||
|
||||
Reference in New Issue
Block a user