Pavel Raiskup

Results 860 comments of Pavel Raiskup

Just for reference, before it gets lost -> #2169 contains a dummy pseudocode for chaining Copr builds specifically (not sure if it can be generalized, or even has to be?).

GNU make by default doesn't check for symbolic link timestamps (see option `-L` that would help). 1. We can make the output nicer, always executing the LN but not printing...

I have no opinion (yet) what's the best idea, but (probably) I'd like to have every file generated just once after running "make", for specific version and specific distro (two...

Or, if we had to stick with generating all the combinations (== in-git predefined combinations), I'd like to remove the requirement that all the `Dockerfile`, `Dockerfile.fedora` and `Dockerfile.rhel*` files have...

Do you want to keep the VM allocated by resalloc alive, or the jenkins machine? If the former, new resalloc feature will be shipped in v3.0; you could put the...

[the docs](https://github.com/praiskup/resalloc/blob/4bc822a0e7a91746544c4401ec5050b48d7fbdcf/config/pools.yaml#L43-L64)

Aha, `ct_os_install_in_centos` is not in postgresql-container#209 anymore - good; but there's still `ct_os_cluster_up`, which doesn't seem to be safe (root-only stuff).

This is what I was missing: `ct_os_cluster_running && echo "Cluster already running. Nothing is done." && return 0` So it is not that bad - but still, going forward if...

Is this slowly moving to discussing sclorg/postgresql-container#139 ? That would be something where I would vote +1.