From f8f02832d3cc2540334934cb7f38fc340bf03643 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Wed, 16 Feb 2022 17:11:21 +0100 Subject: [PATCH] speedup upload --- bootstrap.sh | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 89df617..f6d0911 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -155,20 +155,11 @@ build_di_stick() (cd di-stick; tar cf ../m1-d-i.tar .) } -upload() -{ - unset MYCURLARGS; - for FILE in "$@"; do - MYCURLARGS="$MYCURLARGS -F file=@${FILE}"; - done; - curl -4 -n -D - $MYCURLARGS https://upload.glanzmann.de/ | grep ^x-location | awk '{print $2}' -} - upload_artefacts() { export KERNEL=`ls -1rt linux-image*.deb | grep -v dbg | tail -1` cp ${KERNEL} k.deb - upload m1-d-i.tar m1.tgz asahi-debian-live.tar u-boot.bin u-boot.macho di-stick/vmlinuz k.deb + scp m1-d-i.tar m1.tgz asahi-debian-live.tar u-boot.bin u-boot.macho di-stick/vmlinuz k.deb root@tg.st:/u/ } mkdir -p build -- 2.39.2