]> git.zerfleddert.de Git - m1-debian/commitdiff
increas publish speed even more
authorThomas Glanzmann <thomas@glanzmann.de>
Wed, 16 Feb 2022 20:42:47 +0000 (21:42 +0100)
committerThomas Glanzmann <thomas@glanzmann.de>
Wed, 16 Feb 2022 20:42:47 +0000 (21:42 +0100)
bootstrap.sh

index 393986346446f6ee6ac59b252efde088e29f9318..387f661dc41c26dceabf9bdb701507c0467de644 100644 (file)
@@ -156,11 +156,11 @@ build_di_stick()
         (cd di-stick; tar cf ../m1-d-i.tar .)
 }
 
-upload_artefacts()
+publish_artefacts()
 {
         export KERNEL=`ls -1rt linux-image*.deb | grep -v dbg | tail -1`
         cp ${KERNEL} 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/
+        sudo mv m1-d-i.tar m1.tgz asahi-debian-live.tar u-boot.bin u-boot.macho di-stick/vmlinuz k.deb /u/
 }
 
 mkdir -p build
@@ -175,4 +175,4 @@ build_rootfs
 build_live_stick
 build_di_stick
 build_dd
-upload_artefacts
+publish_artefacts
Impressum, Datenschutz