From 1b132b7a6e70afd053884d51fefcd052c5e4fb1c Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 30 Jun 2017 11:39:39 +0200 Subject: f26 aarch64 --- repos/fedora-26-aarch64.repo | 28 ++++++++++++++++++++++++++++ run-all.sh | 7 +++---- 2 files changed, 31 insertions(+), 4 deletions(-) create mode 100644 repos/fedora-26-aarch64.repo diff --git a/repos/fedora-26-aarch64.repo b/repos/fedora-26-aarch64.repo new file mode 100644 index 0000000..dcab244 --- /dev/null +++ b/repos/fedora-26-aarch64.repo @@ -0,0 +1,28 @@ +[mkimage-fedora-26-server] +baseurl=http://spunk.home.kraxel.org/mirror/fedora/rsync/f26-release/Server/$basearch/os/ +cost=90 +enabled=0 + +[mkimage-fedora-26-everything] +baseurl=http://ftp-stud.hs-esslingen.de/pub/fedora-secondary/releases/26/Everything/$basearch/os/ +proxy=http://spunk.home.kraxel.org:3128 +enabled=0 + +[mkimage-fedora-26-everything-beta] +baseurl=http://ftp-stud.hs-esslingen.de/pub/fedora-secondary/development/26/Everything/$basearch/os/ +proxy=http://spunk.home.kraxel.org:3128 +enabled=1 + +[mkimage-fedora-26-updates] +baseurl=http://ftp-stud.hs-esslingen.de/pub/fedora-secondary/updates/26/$basearch/ +proxy=http://spunk.home.kraxel.org:3128 +enabled=0 + +[mkimage-fedora-26-kraxel] +baseurl=http://spunk.home.kraxel.org/mockify/jenkins/fedora-ko-26-$basearch/ +enabled=0 + +[mkimage-fedora-26-kraxel-rpi3] +baseurl=http://spunk.home.kraxel.org/mockify/repos/qcom/ +enabled=1 + diff --git a/run-all.sh b/run-all.sh index ad399ab..33bdb05 100755 --- a/run-all.sh +++ b/run-all.sh @@ -12,10 +12,9 @@ arm-b32 | cubietruck) ;; arm-b64) # rebuild images - ./Fedora-rpi64-fedora.sh || exit 1 - ./Fedora-rpi64-kraxel.sh || exit 1 - ./Fedora-efi-grub2.sh || exit 1 -# ./Fedora-efi-systemd.sh || exit 1 + ./Fedora-rpi64-fedora.sh 26 || exit 1 + ./Fedora-rpi64-kraxel.sh 26 || exit 1 + ./Fedora-efi-grub2.sh 26 || exit 1 ;; nilsson) # rebuild images -- cgit