From d0900a87fe3445d1a15f9557afaff45105c1926d Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Sat, 3 Aug 2024 20:26:42 -0500 Subject: setup-abuild: work around upstream 500 error. --- setup-abuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/setup-abuild b/setup-abuild index 1e8af8d..2b61aaf 100755 --- a/setup-abuild +++ b/setup-abuild @@ -213,12 +213,18 @@ rm -fr ${nsam}-${vsam}; ## # muon (meson replacement) # +# Temporarily using tarball archive download: +# +# fatal: unable to access 'https://git.sr.ht/~lattis/muon/': +# The requested URL returned error: 500 +# nmun=muon; vmun=834460da03dd4a0c5b4570ca905780ce191c2443; test ! -f ._${nmun}-${vmun} && ( test ! -d ${nmun}-${vmun} \ - && git clone https://git.sr.ht/~lattis/${nmun} ${nmun}-${vmun} \ + && curl -sL https://git.sr.ht/~lattis/${nmun}/archive/${vmun}.tar.gz \ + | tar -xzf - \ ; cd ${nmun}-${vmun}; sed -i bootstrap.sh \ -- cgit v1.2.3-70-g09d2