Skip to content

Commit

Permalink
feat: Change release artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed Apr 25, 2023
1 parent ace3383 commit a0eca11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cd /var/fedora-kickstarts
cp -rfv "/repo"/*.ks ./
sudo ksflatten -c t2linux-fedora-workstation-live.ks -o flat.ks

livemedia-creator --ks flat.ks --no-virt --resultdir /var/lmc --project Fedora-Workstation-T2Linux-Live --make-iso --volid Fedora-WS-T2-Live-37-1.7 --iso-only --iso-name Fedora-Workstation-T2Linux-Live-x86_64-37-1.7.iso --releasever 37
livemedia-creator --ks flat.ks --no-virt --resultdir /var/lmc --project Fedora-Workstation-t2linux-Live --make-iso --volid Fedora-WS-t2-Live-37-1.7 --iso-only --iso-name Fedora-Workstation-t2linux-Live-x86_64-37-1.7.iso --releasever 37

cp -rfv /var/lmc/*.iso "/repo"/
cd "/repo"
Expand All @@ -18,5 +18,5 @@ mkdir -p ./output
if (( $(stat -c%s *.iso) > 199999999 )); then
mv *.iso ./output/
else
split -b 2000M -x ./*.iso ./output/Fedora-Workstation-T2Linux-Live-x86_64-37-1.7.iso.
split -b 2000M -x ./*.iso ./output/Fedora-Workstation-t2linux-Live-x86_64-37-1.7.iso.
fi

0 comments on commit a0eca11

Please sign in to comment.