FS#70800 - [signon-plugin-oauth2] broken download location and a shell glob

Attached to Project: Arch Linux
Opened by Andreas Baumann (andreas_baumann) - Tuesday, 11 May 2021, 14:45 GMT
Last edited by Antonio Rojas (arojas) - Tuesday, 11 May 2021, 16:30 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Similar bug as  FS#70757 

curl: (22) The requested URL returned error: 503
==> ERROR: Failure while downloading https://gitlab.com/accounts-sso/signon-plugin-oauth2/repository/archive.tar.gz?ref=VERSION_0.25
Aborting...

Also the cd xxx-* glob is there too.

source=("https://gitlab.com/accounts-sso/signon-plugin-oauth2/-/archive/VERSION_$pkgver/signon-plugin-oauth2-VERSION_$pkgver.tar.bz2")
sha256sums=("04ce8d84f2beb29ca86399794519c2d0bbecf7c428fd9e6c01d7f3614a9ba98e")

eval "$(
declare -f prepare | \
sed '
s/cd signon-plugin-oauth2-VERSION_.*/cd $pkgname-VERSION_$pkgver/
'
)
"

dito in 'build' and 'package'.

Additional info:
* package version(s): 0.25-1

Steps to reproduce:
asp export extra/signon-plugin-oauth2
cd signon-plugin-oauth2
staging-x86_64-build
This task depends upon

Closed by  Antonio Rojas (arojas)
Tuesday, 11 May 2021, 16:30 GMT
Reason for closing:  Fixed

Loading...