2d981f Source-git repo for imports/c8s/osbuild-23-2.el8

Authored and Committed by Packit Service 3 years ago
164 files changed. 24409 lines added. 22833 lines removed.
.editorconfig
file modified
+4 -0
.github/workflows/coverity.yml
file added
+40
.github/workflows/tests.yml
file modified
+10 -0
.gitignore
file modified
+4 -0
.packit.yaml
file modified
+2 -3
.pylintrc
file modified
+3 -0
Makefile
file modified
+93 -3
NEWS.md
file modified
+158 -1
README.md
file modified
+1 -1
SPECS/osbuild-23.tar.gz
file added
+0
SPECS/osbuild.spec
file modified
+34 -7
assemblers/org.osbuild.noop
file modified
+7 -1
assemblers/org.osbuild.oci-archive
file modified
+3 -1
assemblers/org.osbuild.ostree.commit
file modified
+18 -2
assemblers/org.osbuild.qemu
file modified
+19 -4
assemblers/org.osbuild.rawfs
file modified
+12 -4
assemblers/org.osbuild.tar
file modified
+5 -2
osbuild.spec
file modified
+12 -2
osbuild/__main__.py
file modified
+2 -3
osbuild/api.py
file modified
+235 -39
osbuild/buildroot.py
file modified
+228 -107
osbuild/main_cli.py
file modified
+15 -25
osbuild/monitor.py
file added
+133
osbuild/objectstore.py
file modified
+17 -19
osbuild/pipeline.py
file modified
+92 -86
osbuild/remoteloop.py
file modified
+14 -35
osbuild/sources.py
file modified
+10 -44
osbuild/util/jsoncomm.py
file modified
+63 -13
osbuild/util/linux.py
file modified
+1 -1
osbuild/util/osrelease.py
file modified
+7 -0
osbuild/util/types.py
file added
+11
runners/org.osbuild.fedora30
file modified
+10 -21
runners/org.osbuild.fedora34
file added
+1
runners/org.osbuild.linux
file modified
+0 -16
runners/org.osbuild.rhel81
file modified
+12 -22
runners/org.osbuild.rhel82
file modified
+11 -21
runners/org.osbuild.rhel84
file added
+1
runners/org.osbuild.ubuntu1804
file modified
+10 -21
runners/org.osbuild.ubuntu2004
file added
+1
samples/f30-s390x.json
file modified
+403 -403
samples/f32-ppc64le.jsonsamples/f30-ppc64le.json
file renamed
+379 -379
samples/noop.json
file modified
+4 -1
schutzbot/Jenkinsfile
file modified
+128 -39
schutzbot/ci_details.sh
file modified
+15 -1
schutzbot/deploy.sh
file added
+81
schutzbot/mockbuild.sh
file modified
+56 -21
schutzbot/run_image_tests.sh
file added
+101
schutzbot/run_tests.sh
file removed
-56
schutzbot/team_ssh_keys.txt
file added
+19
setup.py
file modified
+2 -2
sources/org.osbuild.files
file modified
+1 -1
stages/org.osbuild.chrony
file modified
+5 -2
stages/org.osbuild.copy
file modified
+2 -2
stages/org.osbuild.debug-shell
file modified
+4 -2
stages/org.osbuild.error
file modified
+4 -2
stages/org.osbuild.firewall
file modified
+5 -2
stages/org.osbuild.first-boot
file modified
+6 -2
stages/org.osbuild.fix-bls
file modified
+4 -2
stages/org.osbuild.fstab
file modified
+5 -2
stages/org.osbuild.groups
file modified
+6 -2
stages/org.osbuild.grub2
file modified
+4 -2
stages/org.osbuild.hostname
file modified
+5 -2
stages/org.osbuild.ignition
file modified
+3 -2
stages/org.osbuild.kernel-cmdline
file modified
+5 -2
stages/org.osbuild.keymap
file modified
+4 -2
stages/org.osbuild.locale
file modified
+4 -2
stages/org.osbuild.noop
file modified
+7 -2
stages/org.osbuild.ostree
file modified
+2 -2
stages/org.osbuild.rpm
file modified
+42 -3
stages/org.osbuild.rpm-ostree
file modified
+2 -2
stages/org.osbuild.script
file removed
-58
stages/org.osbuild.selinux
file modified
+3 -2
stages/org.osbuild.systemd
file modified
+15 -4
stages/org.osbuild.test
file modified
+5 -2
stages/org.osbuild.timezone
file modified
+5 -2
stages/org.osbuild.users
file modified
+4 -2
stages/org.osbuild.zipl
file modified
+3 -2
test/data/README.md
file modified
+13 -4
test/data/manifests/f32-base.json
file modified
+327 -321
test/data/manifests/f32-base.mpp.jsontest/data/manifests/mpp-f32-base.json
file renamed
+2 -2
test/data/manifests/f32-build.json
file modified
+232 -226
test/data/manifests/f32-build.mpp.jsontest/data/manifests/mpp-f32-build.json
file renamed
+4 -2
test/data/manifests/fedora-boot.json
file modified
+381 -376
test/data/manifests/fedora-boot.mpp.jsontest/data/manifests/mpp-fedora-boot.json
file renamed
+2 -2
test/data/manifests/fedora-ostree-commit.json
file modified
+383 -377
test/data/manifests/fedora-ostree-commit.mpp.jsontest/data/manifests/mpp-fedora-ostree-commit.json
file renamed
+4 -3
test/data/manifests/filesystem.json
file added
+620
test/data/manifests/filesystem.mpp.json
file added
+41
test/data/scripts/mount_flags.py
file added
+50
test/data/stages/chrony/a.json
file modified
+601 -806
test/data/stages/chrony/a.mpp.json
file added
+34
test/data/stages/chrony/b.json
file modified
+601 -806
test/data/stages/chrony/b.mpp.json
file added
+43
test/data/stages/copy/a.json
file modified
+490 -808
test/data/stages/copy/a.mpp.json
file added
+34
test/data/stages/copy/b.json
file modified
+484 -802
test/data/stages/copy/b.mpp.json
file added
+60
test/data/stages/firewall/a.json
file modified
+637 -796
test/data/stages/firewall/a.mpp.json
file added
+34
test/data/stages/firewall/b.json
file modified
+637 -796
test/data/stages/firewall/b.mpp.json
file added
+50
test/data/stages/fstab/a.json
file modified
+483 -796
test/data/stages/fstab/a.mpp.json
file added
+34
test/data/stages/fstab/b.json
file modified
+483 -796
test/data/stages/fstab/b.mpp.json
file added
+48
test/data/stages/groups/a.json
file modified
+473 -796
test/data/stages/groups/a.mpp.json
file added
+34
test/data/stages/groups/b.json
file modified
+473 -796
test/data/stages/groups/b.mpp.json
file added
+44
test/data/stages/groups/diff.json
file modified
+5 -17
test/data/stages/hostname/a.json
file modified
+597 -796
test/data/stages/hostname/a.mpp.json
file added
+34
test/data/stages/hostname/b.json
file modified
+597 -796
test/data/stages/hostname/b.mpp.json
file added
+40
test/data/stages/kernel-cmdline/a.json
file modified
+628 -403
test/data/stages/kernel-cmdline/a.mpp.json
file added
+35
test/data/stages/kernel-cmdline/b.json
file modified
+630 -401
test/data/stages/kernel-cmdline/b.mpp.json
file added
+42
test/data/stages/kernel-cmdline/diff.json
file modified
+2 -9
test/data/stages/keymap/a.json
file modified
+597 -796
test/data/stages/keymap/a.mpp.json
file added
+34
test/data/stages/keymap/b.json
file modified
+597 -796
test/data/stages/keymap/b.mpp.json
file added
+40
test/data/stages/locale/a.json
file modified
+597 -796
test/data/stages/locale/a.mpp.json
file added
+34
test/data/stages/locale/b.json
file modified
+597 -796
test/data/stages/locale/b.mpp.json
file added
+40
test/data/stages/rpm/b.json
file modified
+469 -403
test/data/stages/rpm/b.mpp.json
file added
+34
test/data/stages/rpm/diff.json
file modified
+198 -184
test/data/stages/rpm/metadata.json
file added
+2306
test/data/stages/systemd/a.json
file modified
+611 -796
test/data/stages/systemd/a.mpp.json
file added
+36
test/data/stages/systemd/b.json
file modified
+614 -796
test/data/stages/systemd/b.mpp.json
file added
+50
test/data/stages/systemd/diff.json
file modified
+1 -0
test/data/stages/timezone/a.json
file modified
+597 -796
test/data/stages/timezone/a.mpp.json
file added
+34
test/data/stages/timezone/b.json
file modified
+597 -796
test/data/stages/timezone/b.mpp.json
file added
+40
test/data/stages/timezone/diff.json
file modified
+4 -9
test/data/stages/users/a.json
file modified
+497 -796
test/data/stages/users/a.mpp.json
file added
+34
test/data/stages/users/b.json
file modified
+497 -796
test/data/stages/users/b.mpp.json
file added
+44
test/data/stages/users/diff.json
file modified
+16 -39
test/data/stages/zipl/a.json
file modified
+604 -403
test/data/stages/zipl/a.mpp.json
file added
+34
test/data/stages/zipl/b.json
file modified
+606 -401
test/data/stages/zipl/b.mpp.json
file added
+40
test/data/stages/zipl/diff.json
file modified
+2 -9
test/external-repos/rhel-8.json
file added
+66
test/mod/test_api.py
file added
+130
test/mod/test_buildroot.py
file added
+139
test/mod/test_monitor.py
file added
+118
test/mod/test_objectstore.py
file modified
+17 -17
test/mod/test_osbuild.py
file modified
+50 -1
test/mod/test_util_jsoncomm.py
file modified
+28 -5
test/run/test_assemblers.py
file modified
+124 -84
test/run/test_boot.py
file modified
+4 -4
test/run/test_sources.py
file modified
+2 -2
test/run/test_stages.py
file modified
+67 -7
test/test.py
file modified
+56 -47
tools/mpp-depsolve.py
file modified
+19 -7
    Source-git repo for imports/c8s/osbuild-23-2.el8
    
        
file modified
+4 -0
file modified
+10 -0
file modified
+4 -0
file modified
+2 -3
file modified
+3 -0
file modified
+93 -3
file modified
+158 -1
file modified
+1 -1
empty file added
file modified
+34 -7
file modified
+7 -1
file modified
+19 -4
file modified
+12 -4
file modified
+5 -2
file modified
+12 -2
file modified
+2 -3
file modified
+235 -39
file modified
+228 -107
file modified
+15 -25
file added
+133
file modified
+17 -19
file modified
+92 -86
file modified
+14 -35
file modified
+10 -44
file modified
+63 -13
file modified
+1 -1
file modified
+7 -0
file modified
+10 -21
file modified
+0 -16
file modified
+12 -22
file modified
+11 -21
file modified
+10 -21
file modified
+403 -403
samples/f32-ppc64le.json samples/f30-ppc64le.json
file renamed
+379 -379
file modified
+4 -1
file modified
+128 -39
file modified
+15 -1
file added
+81
file modified
+56 -21
file removed
-56
file modified
+2 -2
file modified
+1 -1
file modified
+5 -2
file modified
+2 -2
file modified
+4 -2
file modified
+5 -2
file modified
+4 -2
file modified
+5 -2
file modified
+6 -2
file modified
+4 -2
file modified
+5 -2
file modified
+3 -2
file modified
+4 -2
file modified
+4 -2
file modified
+7 -2
file modified
+2 -2
file modified
+42 -3
file modified
+3 -2
file modified
+15 -4
file modified
+5 -2
file modified
+5 -2
file modified
+4 -2
file modified
+3 -2
file modified
+13 -4
file modified
+327 -321
test/data/manifests/f32-base.mpp.json test/data/manifests/mpp-f32-base.json
file renamed
+2 -2
file modified
+232 -226
test/data/manifests/f32-build.mpp.json test/data/manifests/mpp-f32-build.json
file renamed
+4 -2
test/data/manifests/fedora-boot.mpp.json test/data/manifests/mpp-fedora-boot.json
file renamed
+2 -2
test/data/manifests/fedora-ostree-commit.mpp.json test/data/manifests/mpp-fedora-ostree-commit.json
file renamed
+4 -3
file modified
+601 -806
file modified
+601 -806
file modified
+490 -808
file modified
+484 -802
file modified
+637 -796
file modified
+637 -796
file modified
+483 -796
file modified
+483 -796
file modified
+473 -796
file modified
+473 -796
file modified
+597 -796
file modified
+597 -796
file modified
+597 -796
file modified
+597 -796
file modified
+597 -796
file modified
+597 -796
file modified
+469 -403
file modified
+198 -184
file modified
+611 -796
file modified
+614 -796
file modified
+597 -796
file modified
+597 -796
file modified
+497 -796
file modified
+497 -796
file modified
+604 -403
file modified
+606 -401
file added
+130
file modified
+17 -17
file modified
+50 -1
file modified
+124 -84
file modified
+4 -4
file modified
+2 -2
file modified
+67 -7
file modified
+56 -47
file modified
+19 -7