First boot installer and configuration tool
Go to file
Jonathan Lebon d551c56f90 Bump to Ignition v2.0.0-alpha
Go back to git master for ignition-dracut and import Ignition from git
tag v2.0.0-alpha. This required adapting the build to using go modules
by building with `-mod=vendor` and `GO111MODULE=on` and dropping the
`GOPATH` hacks.

We also drop `parsedeps.go` since Ignition moved away from glide.
Instead introduce a new tiny `go-mods-to-bundled-provides.py` script
that just parses `go.mod` and `vendor/modules.txt` to generate virtual
`Provides`.  The `parsedeps.go` approach also had a few issues that are
fixed in the new script. Notably, it would only pick up on subpackages
of dependent repos, and not the main packages (e.g. it skipped over
`ajeddeloh/go-json`). And also, it was generating `Provides` at the
version of the Ignition package (using `%{version}`), instead of the
version of the bundled package itself.
2019-03-27 10:44:20 -04:00
tests tests: try running ignition-validate 2019-03-18 16:56:37 -04:00
.gitignore Bump to Ignition v2.0.0-alpha 2019-03-27 10:44:20 -04:00
0001-stages-files-Also-relabel-subuid-subgid-files.patch backports from spec2x branches 2019-03-22 17:50:11 -04:00
0001-support-coreos.config.-and-ignition.config.patch Backport support for ignition vmware properties 2019-03-20 15:54:30 -04:00
download-ignition-dracut.sh add a few utility scripts for downloading sources 2019-01-08 09:51:07 -05:00
download-ignition.sh add a few utility scripts for downloading sources 2019-01-08 09:51:07 -05:00
go-mods-to-bundled-provides.py Bump to Ignition v2.0.0-alpha 2019-03-27 10:44:20 -04:00
ignition.spec Bump to Ignition v2.0.0-alpha 2019-03-27 10:44:20 -04:00
ignition.spec.orig New release Ignition-0.28.0 2018-09-05 13:18:43 -07:00
notes.txt Bump to Ignition v2.0.0-alpha 2019-03-27 10:44:20 -04:00
README.md Added the README 2018-06-26 15:16:12 +00:00
sources Bump to Ignition v2.0.0-alpha 2019-03-27 10:44:20 -04:00

ignition

The ignition package