aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2017-06-29 22:28:09 +0200
committerGerd Hoffmann <kraxel@redhat.com>2017-06-29 22:28:09 +0200
commit1373e1de06d168e6c5bac2c66bd0c01f53bdf49d (patch)
treeddb45332f7a7c8713e10d5314a8af39295aa4675
parent1fe3416f0f62351a263d6be4a60eb1f651b5b4b4 (diff)
downloadimagefish-1373e1de06d168e6c5bac2c66bd0c01f53bdf49d.tar.gz
f26 armv7
-rw-r--r--repos/fedora-26-armv7.repo28
-rwxr-xr-xrun-all.sh6
2 files changed, 32 insertions, 2 deletions
diff --git a/repos/fedora-26-armv7.repo b/repos/fedora-26-armv7.repo
new file mode 100644
index 0000000..a859d39
--- /dev/null
+++ b/repos/fedora-26-armv7.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.halifax.rwth-aachen.de/fedora/linux/releases/26/Everything/$basearch/os/
+proxy=http://spunk.home.kraxel.org:3128
+enabled=0
+
+[mkimage-fedora-26-everything-beta]
+baseurl=http://ftp.halifax.rwth-aachen.de/fedora/linux/development/26/Everything/$basearch/os/
+proxy=http://spunk.home.kraxel.org:3128
+enabled=1
+
+[mkimage-fedora-26-updates]
+baseurl=http://ftp.halifax.rwth-aachen.de/fedora/linux/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-rpi2]
+baseurl=http://spunk.home.kraxel.org/mockify/repos/rpi2/
+enabled=1
+
diff --git a/run-all.sh b/run-all.sh
index 4307b73..ad399ab 100755
--- a/run-all.sh
+++ b/run-all.sh
@@ -5,8 +5,10 @@ BASE="$(dirname $0)"
case "$(hostname --short)" in
arm-b32 | cubietruck)
# rebuild images
- ./Fedora-rpi32.sh || exit 1
- ./Fedora-efi-armv7.sh || exit 1
+ ./Fedora-rpi32.sh 25 || exit 1
+ ./Fedora-efi-armv7.sh 25 || exit 1
+ ./Fedora-rpi32.sh 26 || exit 1
+ ./Fedora-efi-armv7.sh 26 || exit 1
;;
arm-b64)
# rebuild images