diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-06-30 11:39:39 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-06-30 11:39:39 +0200 |
commit | 1b132b7a6e70afd053884d51fefcd052c5e4fb1c (patch) | |
tree | e1334a1f8f0315f5e58dbea431e7ec06739e8c64 | |
parent | 67ab0c022dcc74d92357b291c83a35fdfc6a827b (diff) | |
download | imagefish-1b132b7a6e70afd053884d51fefcd052c5e4fb1c.tar.gz |
f26 aarch64
-rw-r--r-- | repos/fedora-26-aarch64.repo | 28 | ||||
-rwxr-xr-x | run-all.sh | 7 |
2 files changed, 31 insertions, 4 deletions
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 + @@ -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 |