d03de37 Initial blah

Merged and Committed by ochosi 2 years ago
621 files changed. 139226 lines added. 0 lines removed.
LICENSE
file added
+201
Makefile
file added
+303
README.md
file added
+83
__pycache__/github.cpython-39.pyc
file added
+0
assemblers/org.osbuild.error
file added
+36
assemblers/org.osbuild.noop
file added
+30
assemblers/org.osbuild.oci-archive
file added
+278
assemblers/org.osbuild.ostree.commit
file added
+191
assemblers/org.osbuild.qemu
file added
+722
assemblers/org.osbuild.rawfs
file added
+113
assemblers/org.osbuild.tar
file added
+113
data/10-osbuild-inhibitor.rules
file added
+39
devices/org.osbuild.loopback
file added
+162
devices/org.osbuild.luks2
file added
+157
devices/org.osbuild.lvm2.lv
file added
+192
docs/osbuild-manifest.5.rst
file added
+203
docs/osbuild.1.rst
file added
+118
inputs/org.osbuild.containers
file added
+178
inputs/org.osbuild.files
file added
+189
inputs/org.osbuild.noop
file added
+44
inputs/org.osbuild.ostree
file added
+129
inputs/org.osbuild.ostree.checkout
file added
+114
inputs/org.osbuild.tree
file added
+78
mounts/org.osbuild.btrfs
file added
+48
mounts/org.osbuild.ext4
file added
+48
mounts/org.osbuild.fat
file added
+48
mounts/org.osbuild.noop
file added
+64
mounts/org.osbuild.ostree.deployment
file added
+128
mounts/org.osbuild.xfs
file added
+48
osbuild.spec
file added
+258
osbuild/__init__.py
file added
+18
osbuild/__main__.py
file added
+14
osbuild/api.py
file added
+216
osbuild/buildroot.py
file added
+347
osbuild/devices.py
file added
+127
osbuild/formats/__init__.py
file added
+3
osbuild/formats/v1.py
file added
+287
osbuild/formats/v2.py
file added
+495
osbuild/host.py
file added
+540
osbuild/inputs.py
file added
+121
osbuild/loop.py
file added
+617
osbuild/main_cli.py
file added
+189
osbuild/meta.py
file added
+559
osbuild/monitor.py
file added
+139
osbuild/mounts.py
file added
+168
osbuild/objectstore.py
file added
+513
osbuild/pipeline.py
file added
+481
osbuild/remoteloop.py
file added
+125
osbuild/sources.py
file added
+67
osbuild/util/__init__.py
file added
+0
osbuild/util/checksum.py
file added
+50
osbuild/util/ctx.py
file added
+35
osbuild/util/jsoncomm.py
file added
+405
osbuild/util/linux.py
file added
+123
osbuild/util/lorax.py
file added
+205
osbuild/util/lvm2.py
file added
+628
osbuild/util/osrelease.py
file added
+58
osbuild/util/ostree.py
file added
+188
osbuild/util/path.py
file added
+14
osbuild/util/rhsm.py
file added
+109
osbuild/util/rmrf.py
file added
+110
osbuild/util/selinux.py
file added
+84
osbuild/util/types.py
file added
+11
osbuild/util/udev.py
file added
+59
release.md
file added
+40
requirements.txt
file added
+2
runners/org.osbuild.arch
file added
+1
runners/org.osbuild.centos8
file added
+1
runners/org.osbuild.centos9
file added
+48
runners/org.osbuild.fedora30
file added
+48
runners/org.osbuild.fedora31
file added
+1
runners/org.osbuild.fedora32
file added
+1
runners/org.osbuild.fedora33
file added
+1
runners/org.osbuild.fedora34
file added
+1
runners/org.osbuild.fedora35
file added
+1
runners/org.osbuild.fedora36
file added
+1
runners/org.osbuild.fedora37
file added
+1
runners/org.osbuild.linux
file added
+9
runners/org.osbuild.rhel7
file added
+35
runners/org.osbuild.rhel81
file added
+84
runners/org.osbuild.rhel82
file added
+83
runners/org.osbuild.rhel83
file added
+1
runners/org.osbuild.rhel84
file added
+1
runners/org.osbuild.rhel85
file added
+1
runners/org.osbuild.rhel86
file added
+1
runners/org.osbuild.rhel87
file added
+1
runners/org.osbuild.rhel90
file added
+1
runners/org.osbuild.rhel91
file added
+1
runners/org.osbuild.ubuntu1804
file added
+48
runners/org.osbuild.ubuntu2004
file added
+1
samples
file added
+1
schemas/osbuild1.json
file added
+88
schemas/osbuild2.json
file added
+169
schutzbot/RH-IT-Root-CA.keystore
file added
+0
schutzbot/ci_details.sh
file added
+42
schutzbot/deploy.sh
file added
+58
schutzbot/mockbuild.sh
file added
+123
schutzbot/rhel-9-mock-configs/rhel-9-aarch64.cfg
file added
+4
schutzbot/rhel-9-mock-configs/rhel-9-x86_64.cfg
file added
+4
schutzbot/rhel-9-mock-configs/templates/rhel-9.tpl
file added
+55
schutzbot/sonarqube.sh
file added
+30
schutzbot/team_ssh_keys.txt
file added
+10
schutzbot/terraform
file added
+1
schutzbot/update_github_status.sh
file added
+29
selinux/README.md
file added
+65
selinux/osbuild.fc
file added
+4
selinux/osbuild.if
file added
+114
selinux/osbuild.te
file added
+68
selinux/osbuild_selinux.8
file added
+147
setup.cfg
file added
+12
setup.py
file added
+20
sources/org.osbuild.curl
file added
+181
sources/org.osbuild.inline
file added
+98
sources/org.osbuild.ostree
file added
+130
sources/org.osbuild.skopeo
file added
+134
stages/org.osbuild.anaconda
file added
+58
stages/org.osbuild.authconfig
file added
+42
stages/org.osbuild.authselect
file added
+64
stages/org.osbuild.bootiso.mono
file added
+440
stages/org.osbuild.buildstamp
file added
+86
stages/org.osbuild.chmod
file added
+69
stages/org.osbuild.chrony
file added
+184
stages/org.osbuild.clevis.luks-bind
file added
+78
stages/org.osbuild.cloud-init
file added
+163
stages/org.osbuild.copy
file added
+141
stages/org.osbuild.cron.script
file added
+84
stages/org.osbuild.crypttab
file added
+91
stages/org.osbuild.debug-shell
file added
+71
stages/org.osbuild.discinfo
file added
+49
stages/org.osbuild.dnf-automatic.config
file added
+92
stages/org.osbuild.dnf.config
file added
+135
stages/org.osbuild.dracut
file added
+209
stages/org.osbuild.dracut.conf
file added
+187
stages/org.osbuild.error
file added
+36
stages/org.osbuild.fdo
file added
+55
stages/org.osbuild.firewall
file added
+102
stages/org.osbuild.first-boot
file added
+89
stages/org.osbuild.fix-bls
file added
+65
stages/org.osbuild.fstab
file added
+161
stages/org.osbuild.groups
file added
+65
stages/org.osbuild.grub2
file added
+604
stages/org.osbuild.grub2.inst
file added
+307
stages/org.osbuild.grub2.iso
file added
+158
stages/org.osbuild.grub2.legacy
file added
+543
stages/org.osbuild.gunzip
file added
+66
stages/org.osbuild.gzip
file added
+71
stages/org.osbuild.hostname
file added
+48
stages/org.osbuild.ignition
file added
+58
stages/org.osbuild.implantisomd5
file added
+46
stages/org.osbuild.isolinux
file added
+244
stages/org.osbuild.kernel-cmdline
file added
+64
stages/org.osbuild.keymap
file added
+104
stages/org.osbuild.kickstart
file added
+236
stages/org.osbuild.locale
file added
+50
stages/org.osbuild.lorax-script
file added
+97
stages/org.osbuild.luks2.format
file added
+175
stages/org.osbuild.luks2.remove-key
file added
+61
stages/org.osbuild.lvm2.create
file added
+113
stages/org.osbuild.lvm2.metadata
file added
+84
stages/org.osbuild.mkdir
file added
+71
stages/org.osbuild.mkfs.btrfs
file added
+65
stages/org.osbuild.mkfs.ext4
file added
+65
stages/org.osbuild.mkfs.fat
file added
+74
stages/org.osbuild.mkfs.xfs
file added
+65
stages/org.osbuild.mkinitcpio
file added
+43
stages/org.osbuild.modprobe
file added
+114
stages/org.osbuild.nginx.conf
file added
+87
stages/org.osbuild.nm.conf
file added
+204
stages/org.osbuild.nm.conn
file added
+224
stages/org.osbuild.noop
file added
+42
stages/org.osbuild.oci-archive
file added
+377
stages/org.osbuild.ostree
file added
+352
stages/org.osbuild.ostree.commit
file added
+118
stages/org.osbuild.ostree.config
file added
+80
stages/org.osbuild.ostree.deploy
file added
+173
stages/org.osbuild.ostree.fillvar
file added
+125
stages/org.osbuild.ostree.init
file added
+58
stages/org.osbuild.ostree.init-fs
file added
+41
stages/org.osbuild.ostree.os-init
file added
+49
stages/org.osbuild.ostree.passwd
file added
+92
stages/org.osbuild.ostree.preptree
file added
+170
stages/org.osbuild.ostree.pull
file added
+92
stages/org.osbuild.ostree.remotes
file added
+102
stages/org.osbuild.ostree.selinux
file added
+95
stages/org.osbuild.pacman
file added
+144
stages/org.osbuild.pacman-keyring
file added
+42
stages/org.osbuild.pacman.conf
file added
+87
stages/org.osbuild.pacman.mirrorlist.conf
file added
+47
stages/org.osbuild.pam.limits.conf
file added
+115
stages/org.osbuild.parted
file added
+165
stages/org.osbuild.pwquality.conf
file added
+83
stages/org.osbuild.qemu
file added
+188
stages/org.osbuild.resolv-conf
file added
+68
stages/org.osbuild.rhsm
file added
+186
stages/org.osbuild.rpm
file added
+335
stages/org.osbuild.rpm-ostree
file added
+85
stages/org.osbuild.selinux
file added
+74
stages/org.osbuild.selinux.config
file added
+65
stages/org.osbuild.sfdisk
file added
+223
stages/org.osbuild.skopeo
file added
+117
stages/org.osbuild.squashfs
file added
+90
stages/org.osbuild.sshd.config
file added
+114
stages/org.osbuild.sysconfig
file added
+255
stages/org.osbuild.sysctld
file added
+106
stages/org.osbuild.systemd
file added
+83
stages/org.osbuild.systemd-logind
file added
+85
stages/org.osbuild.systemd.unit
file added
+91
stages/org.osbuild.tar
file added
+129
stages/org.osbuild.test
file added
+57
stages/org.osbuild.timezone
file added
+54
stages/org.osbuild.tmpfilesd
file added
+121
stages/org.osbuild.truncate
file added
+55
stages/org.osbuild.tuned
file added
+105
stages/org.osbuild.untar
file added
+73
stages/org.osbuild.users
file added
+172
stages/org.osbuild.waagent.conf
file added
+86
stages/org.osbuild.xorrisofs
file added
+161
stages/org.osbuild.xz
file added
+76
stages/org.osbuild.yum.config
file added
+125
stages/org.osbuild.yum.repos
file added
+193
stages/org.osbuild.zipl
file added
+46
stages/org.osbuild.zipl.inst
file added
+115
test/.gitignore
file added
+1
test/__init__.py
file added
+0
test/cases/ostree-images
file added
+179
test/data/README.md
file added
+47
test/data/manifests/arch/arch-build.json
file added
+984
test/data/manifests/arch/arch-build.mpp.json
file added
+372
test/data/manifests/el8-ostree-bootiso.json
file added
+0
test/data/manifests/f34-base.json
file added
+940
test/data/manifests/f34-base.mpp.json
file added
+36
test/data/manifests/f34-build-v2.json
file added
+673
test/data/manifests/f34-build-v2.mpp.json
file added
+85
test/data/manifests/f34-build.json
file added
+518
test/data/manifests/f34-build.mpp.json
file added
+51
test/data/manifests/fedora-boot.json
file added
+1109
test/data/manifests/fedora-boot.mpp.json
file added
+113
test/data/manifests/fedora-build.mpp.json
file added
+51
test/data/manifests/fedora-container.json
file added
+931
test/data/manifests/fedora-container.mpp.json
file added
+110
test/data/manifests/fedora-ostree-bootiso-xz.json
file added
+2999
test/data/manifests/fedora-ostree-bootiso-xz.mpp.json
file added
+848
test/data/manifests/fedora-ostree-bootiso.json
file added
+2996
test/data/manifests/fedora-ostree-bootiso.mpp.json
file added
+845
test/data/manifests/fedora-ostree-commit.json
file added
+1113
test/data/manifests/fedora-ostree-commit.mpp.json
file added
+104
test/data/manifests/fedora-ostree-container.json
file added
+1550
test/data/manifests/fedora-ostree-container.mpp.json
file added
+246
test/data/manifests/fedora-ostree-image.json
file added
+1793
test/data/manifests/fedora-ostree-image.mpp.json
file added
+746
test/data/manifests/fedora-ostree-tarball.json
file added
+1304
test/data/manifests/fedora-ostree-tarball.mpp.json
file added
+161
test/data/manifests/filesystem.json
file added
+719
test/data/manifests/filesystem.mpp.json
file added
+40
test/data/manifests/rhel/el7-build.json
file added
+383
test/data/manifests/rhel/el7-build.mpp.json
file added
+67
test/data/manifests/rhel/el7-qcow2.json
file added
+1366
test/data/manifests/rhel/el7-qcow2.mpp.json
file added
+562
test/data/os-release/arch
file added
+10
test/data/os-release/fedora30
file added
+21
test/data/os-release/fedora31
file added
+21
test/data/os-release/fedora32
file added
+21
test/data/os-release/fedora33
file added
+21
test/data/os-release/fedora34
file added
+21
test/data/os-release/linux
file added
+0
test/data/os-release/rhel81
file added
+16
test/data/os-release/rhel82
file added
+16
test/data/os-release/ubuntu1804
file added
+12
test/data/scripts/mount_flags.py
file added
+50
test/data/sources/org.osbuild.curl/cases/empty.json
file added
+6
test/data/sources/org.osbuild.curl/cases/invalid_checksum.json
file added
+10
test/data/sources/org.osbuild.curl/cases/missing_file.json
file added
+10
test/data/sources/org.osbuild.curl/cases/success.json
file added
+33
test/data/sources/org.osbuild.curl/data/a
file added
+1
test/data/sources/org.osbuild.curl/data/b
file added
+1
test/data/sources/org.osbuild.curl/data/c
file added
+1
test/data/sources/org.osbuild.curl/data/d
file added
+1
test/data/sources/org.osbuild.curl/data/e
file added
+1
test/data/sources/org.osbuild.curl/data/f
file added
+1
test/data/sources/org.osbuild.curl/data/g
file added
+1
test/data/sources/org.osbuild.curl/data/h
file added
+1
test/data/sources/org.osbuild.curl/data/i
file added
+1
test/data/sources/org.osbuild.curl/data/j
file added
+1
test/data/sources/org.osbuild.curl/data/k
file added
+1
test/data/sources/org.osbuild.curl/data/l
file added
+1
test/data/sources/org.osbuild.curl/data/m
file added
+1
test/data/sources/org.osbuild.curl/data/n
file added
+1
test/data/sources/org.osbuild.curl/data/o
file added
+1
test/data/sources/org.osbuild.curl/data/p
file added
+1
test/data/sources/org.osbuild.curl/data/q
file added
+1
test/data/sources/org.osbuild.curl/data/r
file added
+1
test/data/sources/org.osbuild.curl/data/s
file added
+1
test/data/sources/org.osbuild.curl/data/t
file added
+1
test/data/sources/org.osbuild.curl/data/u
file added
+1
test/data/sources/org.osbuild.curl/data/v
file added
+1
test/data/sources/org.osbuild.curl/data/w
file added
+1
test/data/sources/org.osbuild.curl/data/x
file added
+1
test/data/sources/org.osbuild.curl/data/y
file added
+1
test/data/sources/org.osbuild.curl/data/z
file added
+1
test/data/sources/org.osbuild.inline/cases/empty.json
file added
+6
test/data/sources/org.osbuild.inline/cases/invalid_checksum.json
file added
+11
test/data/sources/org.osbuild.inline/cases/success.json
file added
+11
test/data/sources/org.osbuild.ostree/cases/empty.json
file added
+6
test/data/sources/org.osbuild.ostree/cases/missing_file.json
file added
+12
test/data/sources/org.osbuild.ostree/cases/success.json
file added
+12
test/data/sources/org.osbuild.ostree/data/repo/.lock
file added
+0
test/data/sources/org.osbuild.ostree/data/repo/config
file added
+3
test/data/sources/org.osbuild.ostree/data/repo/objects/25/ec43bf2d02dcbe0c21307674fd6f8e98555f600c6647b42fb1fad58436b70b.filez
file added
+0
test/data/sources/org.osbuild.ostree/data/repo/objects/44/6a0ef11b7cc167f3b603e585c7eeeeb675faa412d5ec73f62988eb0b6c5488.dirmeta
file added
+0
test/data/sources/org.osbuild.ostree/data/repo/objects/6e/adab46e44d2c96fbe0f5ccb575049de095b41ccb2b42e597e583cbc00f2e61.dirtree
file added
+0
test/data/sources/org.osbuild.ostree/data/repo/objects/d6/243b0d0ca3dc2aaef2e0eb3e9f1f4836512c2921007f124b285f7c466464d8.commit
file added
+0
test/data/sources/org.osbuild.ostree/data/repo/refs/heads/test/ostree
file added
+1
test/data/sources/org.osbuild.skopeo/cases/empty.json
file added
+6
test/data/sources/org.osbuild.skopeo/cases/invalid_digest.json
file added
+14
test/data/sources/org.osbuild.skopeo/cases/missing_image.json
file added
+14
test/data/sources/org.osbuild.skopeo/cases/success.json
file added
+14
test/data/sources/org.osbuild.skopeo/data/v2/osbuild/hello/blobs/sha256:805e972fbc4dfa74a616dcaafe0d9e9b4c548b8909b14ffb032aa20fa23d9ad6
file added
+1
test/data/sources/org.osbuild.skopeo/data/v2/osbuild/hello/blobs/sha256:e2f43980f5c62d8424c6fd14bb32320c6b34518ff6f1445a5c23e036e55391c7
file added
+0
test/data/sources/org.osbuild.skopeo/data/v2/osbuild/hello/manifests/sha256:a606d2a723b78633e33932fdc201ec3546c4cf1887fb45f8d3198dde7a39b3f4
file added
+1
test/data/sources/org.osbuild.skopeo/data/v2/osbuild/hello/manifests/sha256:a606d2a723b78633e33932fdc201ec3546c4cf1887fb45f8d3198dde7a39b3f4.mimetype
file added
+1
test/data/stages/authconfig/a.json
file added
+723
test/data/stages/authconfig/a.mpp.json
file added
+34
test/data/stages/authconfig/b.json
file added
+726
test/data/stages/authconfig/b.mpp.json
file added
+37
test/data/stages/authconfig/diff.json
file added
+67
test/data/stages/authselect/a.json
file added
+712
test/data/stages/authselect/a.mpp.json
file added
+34
test/data/stages/authselect/b.json
file added
+722
test/data/stages/authselect/b.mpp.json
file added
+44
test/data/stages/authselect/diff.json
file added
+36
test/data/stages/chmod/a.json
file added
+708
test/data/stages/chmod/a.mpp.json
file added
+48
test/data/stages/chmod/b.json
file added
+718
test/data/stages/chmod/b.mpp.json
file added
+58
test/data/stages/chmod/diff.json
file added
+12
test/data/stages/chrony-servers/a.json
file added
+711
test/data/stages/chrony-servers/a.mpp.json
file added
+34
test/data/stages/chrony-servers/b.json
file added
+731
test/data/stages/chrony-servers/b.mpp.json
file added
+54
test/data/stages/chrony-servers/diff.json
file added
+12
test/data/stages/chrony/a.json
file added
+711
test/data/stages/chrony/a.mpp.json
file added
+34
test/data/stages/chrony/b.json
file added
+720
test/data/stages/chrony/b.mpp.json
file added
+43
test/data/stages/chrony/diff.json
file added
+12
test/data/stages/cloud-init/a.json
file added
+795
test/data/stages/cloud-init/a.mpp.json
file added
+34
test/data/stages/cloud-init/b.json
file added
+851
test/data/stages/cloud-init/b.mpp.json
file added
+88
test/data/stages/cloud-init/diff.json
file added
+10
test/data/stages/cron.script/a.json
file added
+883
test/data/stages/cron.script/a.mpp.json
file added
+54
test/data/stages/cron.script/b.json
file added
+884
test/data/stages/cron.script/b.mpp.json
file added
+55
test/data/stages/cron.script/diff.json
file added
+30
test/data/stages/dnf-automatic.config/a.json
file added
+748
test/data/stages/dnf-automatic.config/a.mpp.json
file added
+34
test/data/stages/dnf-automatic.config/b.json
file added
+759
test/data/stages/dnf-automatic.config/b.mpp.json
file added
+45
test/data/stages/dnf-automatic.config/diff.json
file added
+12
test/data/stages/dnf.config/a.json
file added
+746
test/data/stages/dnf.config/a.mpp.json
file added
+34
test/data/stages/dnf.config/b.json
file added
+762
test/data/stages/dnf.config/b.mpp.json
file added
+50
test/data/stages/dnf.config/diff.json
file added
+14
test/data/stages/dracut.conf/a.json
file added
+708
test/data/stages/dracut.conf/a.mpp.json
file added
+34
test/data/stages/dracut.conf/b.json
file added
+719
test/data/stages/dracut.conf/b.mpp.json
file added
+45
test/data/stages/dracut.conf/diff.json
file added
+7
test/data/stages/dracut/template.json
file added
+727
test/data/stages/dracut/template.mpp.json
file added
+44
test/data/stages/dracut/vanilla.json
file added
+671
test/data/stages/fdo/a.json
file added
+683
test/data/stages/fdo/a.mpp.json
file added
+21
test/data/stages/fdo/b.json
file added
+700
test/data/stages/fdo/b.mpp.json
file added
+40
test/data/stages/fdo/diff.json
file added
+7
test/data/stages/firewall/a.json
file added
+746
test/data/stages/firewall/a.mpp.json
file added
+34
test/data/stages/firewall/b.json
file added
+768
test/data/stages/firewall/b.mpp.json
file added
+56
test/data/stages/firewall/diff.json
file added
+11
test/data/stages/first-boot/a.json
file added
+10
test/data/stages/first-boot/b.json
file added
+16
test/data/stages/first-boot/diff.json
file added
+15
test/data/stages/fstab/a.json
file added
+551
test/data/stages/fstab/a.mpp.json
file added
+34
test/data/stages/fstab/b.json
file added
+586
test/data/stages/fstab/b.mpp.json
file added
+69
test/data/stages/fstab/diff.json
file added
+7
test/data/stages/groups/a.json
file added
+541
test/data/stages/groups/a.mpp.json
file added
+34
test/data/stages/groups/b.json
file added
+551
test/data/stages/groups/b.mpp.json
file added
+44
test/data/stages/groups/diff.json
file added
+18
test/data/stages/grub2/a.json
file added
+683
test/data/stages/grub2/a.mpp.json
file added
+21
test/data/stages/grub2/b.json
file added
+707
test/data/stages/grub2/b.mpp.json
file added
+45
test/data/stages/grub2/diff.json
file added
+35
test/data/stages/gunzip/a.json
file added
+703
test/data/stages/gunzip/a.mpp.json
file added
+43
test/data/stages/gunzip/b.json
file added
+726
test/data/stages/gunzip/b.mpp.json
file added
+66
test/data/stages/gunzip/diff.json
file added
+9
test/data/stages/gzip/a.json
file added
+683
test/data/stages/gzip/a.mpp.json
file added
+21
test/data/stages/gzip/b.json
file added
+703
test/data/stages/gzip/b.mpp.json
file added
+43
test/data/stages/gzip/diff.json
file added
+7
test/data/stages/hostname/a.json
file added
+708
test/data/stages/hostname/a.mpp.json
file added
+34
test/data/stages/hostname/b.json
file added
+714
test/data/stages/hostname/b.mpp.json
file added
+40
test/data/stages/hostname/diff.json
file added
+7
test/data/stages/kernel-cmdline/a.json
file added
+718
test/data/stages/kernel-cmdline/a.mpp.json
file added
+35
test/data/stages/kernel-cmdline/b.json
file added
+725
test/data/stages/kernel-cmdline/b.mpp.json
file added
+42
test/data/stages/kernel-cmdline/diff.json
file added
+5
test/data/stages/keymap/a.json
file added
+708
test/data/stages/keymap/a.mpp.json
file added
+34
test/data/stages/keymap/b.json
file added
+719
test/data/stages/keymap/b.mpp.json
file added
+45
test/data/stages/keymap/diff.json
file added
+8
test/data/stages/locale/a.json
file added
+708
test/data/stages/locale/a.mpp.json
file added
+34
test/data/stages/locale/b.json
file added
+714
test/data/stages/locale/b.mpp.json
file added
+40
test/data/stages/locale/diff.json
file added
+7
test/data/stages/mkdir/a.json
file added
+690
test/data/stages/mkdir/a.mpp.json
file added
+28
test/data/stages/mkdir/b.json
file added
+698
test/data/stages/mkdir/b.mpp.json
file added
+36
test/data/stages/mkdir/diff.json
file added
+10
test/data/stages/modprobe/a.json
file added
+708
test/data/stages/modprobe/a.mpp.json
file added
+32
test/data/stages/modprobe/b.json
file added
+749
test/data/stages/modprobe/b.mpp.json
file added
+75
test/data/stages/modprobe/diff.json
file added
+9
test/data/stages/nginx.conf/a.json
file added
+886
test/data/stages/nginx.conf/a.mpp.json
file added
+39
test/data/stages/nginx.conf/b.json
file added
+898
test/data/stages/nginx.conf/b.mpp.json
file added
+51
test/data/stages/nginx.conf/diff.json
file added
+5
test/data/stages/nm.conf/a.json
file added
+528
test/data/stages/nm.conf/a.mpp.json
file added
+15
test/data/stages/nm.conf/b.json
file added
+572
test/data/stages/nm.conf/b.mpp.json
file added
+59
test/data/stages/nm.conf/diff.json
file added
+11
test/data/stages/nm.conn/a.json
file added
+528
test/data/stages/nm.conn/a.mpp.json
file added
+15
test/data/stages/nm.conn/b.json
file added
+575
test/data/stages/nm.conn/b.mpp.json
file added
+62
test/data/stages/nm.conn/diff.json
file added
+15
test/data/stages/pam.limits.conf/a.json
file added
+708
test/data/stages/pam.limits.conf/a.mpp.json
file added
+34
test/data/stages/pam.limits.conf/b.json
file added
+764
test/data/stages/pam.limits.conf/b.mpp.json
file added
+90
test/data/stages/pam.limits.conf/diff.json
file added
+7
test/data/stages/parted/disk.img.json
file added
+15
test/data/stages/parted/parted.json
file added
+726
test/data/stages/parted/parted.mpp.json
file added
+64
test/data/stages/pwquality.conf/a.json
file added
+711
test/data/stages/pwquality.conf/a.mpp.json
file added
+37
test/data/stages/pwquality.conf/b.json
file added
+728
test/data/stages/pwquality.conf/b.mpp.json
file added
+54
test/data/stages/pwquality.conf/diff.json
file added
+30
test/data/stages/resolv-conf/a.json
file added
+528
test/data/stages/resolv-conf/a.mpp.json
file added
+15
test/data/stages/resolv-conf/b.json
file added
+536
test/data/stages/resolv-conf/b.mpp.json
file added
+23
test/data/stages/resolv-conf/diff.json
file added
+12
test/data/stages/rhsm/a.json
file added
+800
test/data/stages/rhsm/a.mpp.json
file added
+34
test/data/stages/rhsm/b.json
file added
+821
test/data/stages/rhsm/b.mpp.json
file added
+55
test/data/stages/rhsm/diff.json
file added
+24
test/data/stages/rpm/a.json
file added
+10
test/data/stages/rpm/b.json
file added
+536
test/data/stages/rpm/b.mpp.json
file added
+34
test/data/stages/rpm/diff.json
file added
+273
test/data/stages/rpm/metadata.json
file added
+2446
test/data/stages/selinux.config/a.json
file added
+713
test/data/stages/selinux.config/a.mpp.json
file added
+34
test/data/stages/selinux.config/b.json
file added
+720
test/data/stages/selinux.config/b.mpp.json
file added
+41
test/data/stages/selinux.config/diff.json
file added
+12
test/data/stages/selinux/test_basic.json
file added
+19
test/data/stages/skopeo/a.json
file added
+734
test/data/stages/skopeo/a.mpp.json
file added
+67
test/data/stages/skopeo/b.json
file added
+683
test/data/stages/skopeo/b.mpp.json
file added
+21
test/data/stages/skopeo/diff.json
file added
+31
test/data/stages/skopeo/hello.img
file added
+0
test/data/stages/sshd.config/a.json
file added
+712
test/data/stages/sshd.config/a.mpp.json
file added
+34
test/data/stages/sshd.config/b.json
file added
+734
test/data/stages/sshd.config/b.mpp.json
file added
+56
test/data/stages/sshd.config/diff.json
file added
+12
test/data/stages/sysconfig/a.json
file added
+538
test/data/stages/sysconfig/a.mpp.json
file added
+25
test/data/stages/sysconfig/b.json
file added
+560
test/data/stages/sysconfig/b.mpp.json
file added
+47
test/data/stages/sysconfig/diff.json
file added
+22
test/data/stages/sysctld/a.json
file added
+708
test/data/stages/sysctld/a.mpp.json
file added
+34
test/data/stages/sysctld/b.json
file added
+739
test/data/stages/sysctld/b.mpp.json
file added
+65
test/data/stages/sysctld/diff.json
file added
+8
test/data/stages/systemd-logind/a.json
file added
+708
test/data/stages/systemd-logind/a.mpp.json
file added
+34
test/data/stages/systemd-logind/b.json
file added
+719
test/data/stages/systemd-logind/b.mpp.json
file added
+45
test/data/stages/systemd-logind/diff.json
file added
+8
test/data/stages/systemd.unit/a.json
file added
+718
test/data/stages/systemd.unit/a.mpp.json
file added
+36
test/data/stages/systemd.unit/b.json
file added
+730
test/data/stages/systemd.unit/b.mpp.json
file added
+48
test/data/stages/systemd.unit/diff.json
file added
+8
test/data/stages/systemd/a.json
file added
+718
test/data/stages/systemd/a.mpp.json
file added
+36
test/data/stages/systemd/b.json
file added
+732
test/data/stages/systemd/b.mpp.json
file added
+50
test/data/stages/systemd/diff.json
file added
+10
test/data/stages/tar/tar.json
file added
+730
test/data/stages/tar/tar.mpp.json
file added
+66
test/data/stages/timezone/a.json
file added
+708
test/data/stages/timezone/a.mpp.json
file added
+34
test/data/stages/timezone/b.json
file added
+714
test/data/stages/timezone/b.mpp.json
file added
+40
test/data/stages/timezone/diff.json
file added
+7
test/data/stages/tmpfilesd/a.json
file added
+708
test/data/stages/tmpfilesd/a.mpp.json
file added
+34
test/data/stages/tmpfilesd/b.json
file added
+760
test/data/stages/tmpfilesd/b.mpp.json
file added
+86
test/data/stages/tmpfilesd/diff.json
file added
+8
test/data/stages/tuned/a.json
file added
+757
test/data/stages/tuned/a.mpp.json
file added
+35
test/data/stages/tuned/b.json
file added
+765
test/data/stages/tuned/b.mpp.json
file added
+43
test/data/stages/tuned/diff.json
file added
+14
test/data/stages/untar/a.json
file added
+683
test/data/stages/untar/a.mpp.json
file added
+21
test/data/stages/untar/b.json
file added
+728
test/data/stages/untar/b.mpp.json
file added
+68
test/data/stages/untar/diff.json
file added
+11
test/data/stages/users/a.json
file added
+565
test/data/stages/users/a.mpp.json
file added
+34
test/data/stages/users/b.json
file added
+575
test/data/stages/users/b.mpp.json
file added
+44
test/data/stages/users/diff.json
file added
+57
test/data/stages/waagent.conf/a.json
file added
+733
test/data/stages/waagent.conf/a.mpp.json
file added
+37
test/data/stages/waagent.conf/b.json
file added
+747
test/data/stages/waagent.conf/b.mpp.json
file added
+51
test/data/stages/waagent.conf/diff.json
file added
+30
test/data/stages/xz/a.json
file added
+683
test/data/stages/xz/a.mpp.json
file added
+21
test/data/stages/xz/b.json
file added
+703
test/data/stages/xz/b.mpp.json
file added
+37
test/data/stages/xz/diff.json
file added
+7
test/data/stages/yum.config/a.json
file added
+748
test/data/stages/yum.config/a.mpp.json
file added
+34
test/data/stages/yum.config/b.json
file added
+763
test/data/stages/yum.config/b.mpp.json
file added
+49
test/data/stages/yum.config/diff.json
file added
+10
test/data/stages/yum.repos/a.json
file added
+746
test/data/stages/yum.repos/a.mpp.json
file added
+34
test/data/stages/yum.repos/b.json
file added
+808
test/data/stages/yum.repos/b.mpp.json
file added
+90
test/data/stages/yum.repos/diff.json
file added
+8
test/data/stages/zipl/a.json
file added
+708
test/data/stages/zipl/a.mpp.json
file added
+34
test/data/stages/zipl/b.json
file added
+714
test/data/stages/zipl/b.mpp.json
file added
+40
test/data/stages/zipl/diff.json
file added
+5
test/data/v2
file added
+1
test/initrd.py
file added
+189
test/mod/__init__.py
file added
+1
test/mod/test_api.py
file added
+115
test/mod/test_buildroot.py
file added
+228
test/mod/test_fmt_v1.py
file added
+436
test/mod/test_fmt_v2.py
file added
+360
test/mod/test_host.py
file added
+192
test/mod/test_loop.py
file added
+255
test/mod/test_monitor.py
file added
+114
test/mod/test_objectstore.py
file added
+366
test/mod/test_osbuild.py
file added
+307
test/mod/test_util_checksum.py
file added
+34
test/mod/test_util_ctx.py
file added
+43
test/mod/test_util_jsoncomm.py
file added
+218
test/mod/test_util_linux.py
file added
+70
test/mod/test_util_lorax.py
file added
+104
test/mod/test_util_lvm2.py
file added
+167
test/mod/test_util_osrelease.py
file added
+30
test/mod/test_util_ostree.py
file added
+149
test/mod/test_util_path.py
file added
+20
test/mod/test_util_rhsm.py
file added
+72
test/mod/test_util_rmrf.py
file added
+36
test/mod/test_util_selinux.py
file added
+60
test/mod/test_util_udev.py
file added
+32
test/pipelines/f30-base.json
file added
+862
test/pipelines/f30-boot.json
file added
+958
test/run/__init__.py
file added
+1
test/run/test_assemblers.py
file added
+293
test/run/test_boot.py
file added
+52
test/run/test_devices.py
file added
+81
test/run/test_executable.py
file added
+30
test/run/test_noop.py
file added
+72
test/run/test_sources.py
file added
+135
test/run/test_stages.py
file added
+344
test/src/__init__.py
file added
+0
test/src/test_pylint.py
file added
+49
test/test.py
file added
+424
tools/inline-source.py
file added
+42
tools/lorax-template-pkgs.py
file added
+145
tools/osbuild
file added
+1
tools/osbuild-mpp
file added
+1556
tools/tree-diff
file added
+194
    Initial blah
    
        
file added
+201
file added
+303
file added
+83
empty file added
file added
+118
file added
+258
file added
+18
file added
+14
file added
+216
file added
+347
file added
+127
file added
+287
file added
+495
file added
+540
file added
+121
file added
+617
file added
+189
file added
+559
file added
+139
file added
+168
file added
+513
file added
+481
file added
+125
file added
+67
empty file added
file added
+35
file added
+123
file added
+205
file added
+628
file added
+188
file added
+14
file added
+109
file added
+110
file added
+59
file added
+40
file added
+2
file added
+1
file added
+169
empty file added
file added
+58
file added
+123
file added
+1
file added
+65
file added
+4
file added
+114
file added
+68
file added
+12
file added
+20
file added
+335
file added
+129
file added
+1
file added
+0
empty file added
file added
+47
empty file added
empty file added
empty file added
file added
+1
file added
+189
file added
+115
file added
+192
file added
+255
file added
+0
empty file added
file added
+424
file added
+1
file added
+1556
file added
+194