Commit Graph

10 Commits

Author SHA1 Message Date
Jan Rodák 7abefb584a
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 1c4761c67e
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 c71eadb2b9
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 3fb27a360c
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 aa26d1860a
Update git validation EPOCH
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-06-03 05:14:12 -04:00
Sascha Grunert 66c879f02a
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 1c37e93be0 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 1580116d57
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 28be1e46f0 Bump GITVALIDATE_EPOCH
Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2019-02-26 14:19:15 -05:00
Nalin Dahyabhai 230b9ab91a 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