mirror of
https://gitlab.archlinux.org/archlinux/devtools.git
synced 2025-10-05 20:16:19 +02:00
Compare commits
2 Commits
rafaelff/p
...
8b8577bac6
Author | SHA1 | Date | |
---|---|---|---|
![]() |
8b8577bac6 | ||
![]() |
e179df93a8 |
@@ -3,7 +3,7 @@ pkgctl-auth(1)
|
|||||||
|
|
||||||
Name
|
Name
|
||||||
----
|
----
|
||||||
pkgctl-auth - Authenticate with services like GitLab.
|
pkgctl-auth - Authenticate with serivces like GitLab.
|
||||||
|
|
||||||
Synopsis
|
Synopsis
|
||||||
--------
|
--------
|
||||||
|
@@ -309,4 +309,6 @@ if [[ ${#uploads[*]} -gt 0 ]]; then
|
|||||||
unset new_uploads
|
unset new_uploads
|
||||||
msg 'Uploading all package and signature files'
|
msg 'Uploading all package and signature files'
|
||||||
rsync "${rsyncopts[@]}" "${uploads[@]}" "$server:staging/$repo/" || die
|
rsync "${rsyncopts[@]}" "${uploads[@]}" "$server:staging/$repo/" || die
|
||||||
|
else
|
||||||
|
die 'No package to upload'
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user