Commit Graph

10 Commits

Author SHA1 Message Date
Jan Rodák ae53c17cf4 Fix git-validation.sh to run in cirrus CI
Signed-off-by: Jan Rodák <hony.com@seznam.cz>
2024-10-02 16:58:31 +02:00
Paul Holzinger 5f40316771 fix hack/git-validation.sh script
It is impossible to have this passing because it did not run in CI and
invalid commit were merged since the fixed commit. The correct way
should be to always use the merge base commit instead, at least this
will only check commit that are actually part of the PR not all which is
wasteful. Also removed unused $PATH overwrite and $GITVALIDATE_FLAGS
var.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2022-11-02 20:51:36 +01:00
Sascha Grunert f2c4a6eae2 Use `bash` binary from env instead of /bin/bash for scripts
It's not possible to run any of the scripts on distributions which do
have `bash` not in `/bin`. This is being fixed by using `/usr/bin/env
bash` instead.

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-08-17 11:23:44 +02:00
Daniel J Walsh 2213712870 new interface for MountImage added
Interface added to mount image rootfs without any container.
image can be mounted only in ReadOnly mode.

Signed-off-by: Kunal Kushwaha <kunal.kushwaha@gmail.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-07-07 13:45:51 -04:00
Daniel J Walsh 27e7a678c9 Update git validation EPOCH
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-06-03 05:14:12 -04:00
Sascha Grunert e0e28b78f5 Switch to golangci-lint
This commit uses internal tools vendoring to switch to golangci-lint. All
working linters have been enabled. The other tools have been vendored as
well into the same tools folder, whereas the corresponding test and
build targets have been adapted as well.

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-07-17 11:13:06 +02:00
Nalin Dahyabhai cb23749993 Start v1.12.12-dev
Move master's version to v1.12.12-dev.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2019-06-20 14:45:25 -04:00
Daniel J Walsh ce3abfb636 Move to v1.12.11-dev
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2019-06-08 05:04:36 -04:00
Nalin Dahyabhai e67527b100 Bump GITVALIDATE_EPOCH
Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2019-02-26 14:19:15 -05:00
Nalin Dahyabhai cf1cf1df00 Replace the build system
Replace the bundle-targeted build system with simpler Makefile targets
and fewer helper scripts.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2017-05-25 15:50:33 -04:00