mirror of
https://gitlab.archlinux.org/archlinux/devtools.git
synced 2025-09-13 09:56:18 +02:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
65365f1853 | ||
![]() |
06a681ca3d | ||
![]() |
b763788b16 |
12
commitpkg.in
12
commitpkg.in
@@ -135,7 +135,7 @@ for _arch in ${arch[@]}; do
|
||||
fullver=$(get_full_version $_pkgname)
|
||||
|
||||
if ! pkgfile=$(shopt -s nullglob;
|
||||
getpkgfile "${DESTDIR+$DESTDIR/}$_pkgname-$fullver-${_arch}".pkg.tar.?z); then
|
||||
getpkgfile "${PKGDEST+$PKGDEST/}$_pkgname-$fullver-${_arch}".pkg.tar.?z); then
|
||||
warning "Skipping $_pkgname-$fullver-$_arch: failed to locate package file"
|
||||
skip_arches+=($_arch)
|
||||
continue 2
|
||||
@@ -168,6 +168,16 @@ for _arch in ${arch[@]}; do
|
||||
done
|
||||
archrelease "${commit_arches[@]/#/$repo-}" || die
|
||||
|
||||
new_uploads=()
|
||||
|
||||
# convert to absolute paths so rsync can work with colons (epoch)
|
||||
while read -r -d '' upload; do
|
||||
new_uploads+=("$upload")
|
||||
done < <(realpath -z "${uploads[@]}")
|
||||
|
||||
uploads=("${new_uploads[@]}")
|
||||
unset new_uploads
|
||||
|
||||
if [[ ${#uploads[*]} -gt 0 ]]; then
|
||||
msg 'Uploading all package and signature files'
|
||||
rsync "${rsyncopts[@]}" "${uploads[@]}" "$server:staging/$repo/" || die
|
||||
|
Reference in New Issue
Block a user