parent
044b8da55a
commit
d5a822884f
288 changed files with 13040 additions and 1 deletions
14
bots/images/scripts/fedora-atomic.bootstrap
Executable file
14
bots/images/scripts/fedora-atomic.bootstrap
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
#! /bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
url="https://download.fedoraproject.org/pub/alt/atomic/stable/"
|
||||
|
||||
BASE=$(dirname $0)
|
||||
|
||||
# The Fedora URLs have the version twice in the name. for example:
|
||||
# https://dl.fedoraproject.org/pub/alt/atomic/stable/Fedora-Atomic-28-20180425.0/AtomicHost/x86_64/images/Fedora-AtomicHost-28-20180425.0.x86_64.qcow2
|
||||
$BASE/atomic.bootstrap "$1" "$url" \
|
||||
sort 3 "Fedora(-atomic)?-[0-9][0-9](-updates)?-([-0-9\.]+)" \
|
||||
"AtomicHost" "x86_64" "images" \
|
||||
sort 1 "Fedora-AtomicHost-([-0-9\.]+).x86_64.qcow2"
|
||||
Loading…
Add table
Add a link
Reference in a new issue