Update the osbuild/images to the version which introduces "dot notation" for distro release versions. - Replace all uses of distroregistry by distrofactory. - Delete local version of reporegistry and use the one from the osbuild/images. - Weldr: unify `createWeldrAPI()` and `createWeldrAPI2()` into a single `createTestWeldrAPI()` function`. - store/fixture: rework fixtures to allow overriding the host distro name and host architecture name. A cleanup function to restore the host distro and arch names is always part of the fixture struct. - Delete `distro_mock` package, since it is no longer used. - Bump the required version of osbuild to 98, because the OSCAP customization is using the 'compress_results' stage option, which is not available in older versions of osbuild. Signed-off-by: Tomáš Hozza <thozza@redhat.com>
32 lines
599 B
Text
32 lines
599 B
Text
# containers/storage project generated files to ignore
|
|
# if you want to ignore files created by your editor/tools,
|
|
# please consider a global .gitignore https://help.github.com/articles/ignoring-files
|
|
*.1
|
|
*.5
|
|
*.exe
|
|
*~
|
|
*.orig
|
|
*.test
|
|
.*.swp
|
|
.DS_Store
|
|
.idea*
|
|
# a .bashrc may be added to customize the build environment
|
|
.bashrc
|
|
.gopath/
|
|
docs/AWS_S3_BUCKET
|
|
docs/GITCOMMIT
|
|
docs/GIT_BRANCH
|
|
docs/VERSION
|
|
docs/_build
|
|
docs/_static
|
|
docs/_templates
|
|
docs/changed-files
|
|
# generated by man/md2man-all.sh
|
|
man/man1
|
|
man/man5
|
|
man/man8
|
|
tests/tools/build
|
|
vendor/pkg/
|
|
.vagrant
|
|
/containers-storage
|
|
/containers-storage.*
|