mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-01-21 20:15:19 +00:00
Dusty Mabe
1ec1620e13
arm kickstarts: extend filesystems to unblock image builds
All of these images are failing because more disk space is needed to install the required rpms. This PR bumps the sizes so that they should succeed. See [1]. Here are the current failures in rawhide: koji task: 25182851 Workstation armhfp live image DEBUG util.py:439: At least 93MB more space needed on the / filesystem. koji task: 25182858 Spins armhfp LXDE DEBUG util.py:439: At least 926MB more space needed on the / filesystem. koji task: 25182869 Spins armhfp Mate DEBUG util.py:439: At least 121MB more space needed on the / filesystem. koji task: 25182901 Spins armhfp LXQt DEBUG util.py:439: At least 180MB more space needed on the / filesystem. koji task: 25182854 Spins armhfp KDE DEBUG util.py:439: At least 294MB more space needed on the / filesystem. [1] https://pagure.io/dusty/failed-composes/issue/9#comment-495037 Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
fedora-kickstarts
This project is used to manage the Fedora kickstart files used in composing Fedora release images.
The master branch is used by rawhide and each release branch is used by that release.
All changes should be made via the PR workflow.
This project is packaged in Fedora as the spin-kickstarts package allowing users to see and modify the kickstart files for their local needs.
To make a release
git clone ssh://git@pagure.io/fedora-kickstarts.git fedora-kickstarts
cd fedora-kickstarts
# If you need a specific branch other than master:
git checkout BRANCHNAME
# No tag has been added yet tag HEAD with
git tag VERSION
git push --tags
make
# Publish the released tar ball
make publish
# Clean up the generated files:
make clean
bug reports
Bugs should be reported to the spin-kickstarts bugzilla component:
https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&component=spin-kickstarts
Description
This project is used to manage the Fedora kickstart files used in composing Fedora release images.
Languages
Python
58.3%
JavaScript
33%
Makefile
8.7%