gitian-builder icon indicating copy to clipboard operation
gitian-builder copied to clipboard

Add support for a centos-based distro

Open jhfrontz opened this issue 6 years ago • 5 comments

This updates gbuild to be compatible with Centos's package manager (yum). It also adds a few robustness improvements (redirecting cd executions to /dev/null, preventing any shell-prompt-related output from causing confusion).

I've successfully tested/used this with Docker running against an image created with $ bin/make-base-vm --docker --distro centos --suite 7 --arch amd64.

jhfrontz avatar Oct 04 '18 02:10 jhfrontz

@achow101 can you review this?

jhfrontz avatar Oct 17 '18 21:10 jhfrontz

Note -- I somehow forgot earlier to include the corresponding changes in make-base-vm in my previous commit. I just updated/squashed.

jhfrontz avatar Oct 18 '18 01:10 jhfrontz

utACK 25630b7acca5db2d2c033d5d21240fc2257c2396

I don't have a CentOS system and am not particularly familiar with them, but this looks correct. At the very least, the debian/ubuntu parts seem to be exactly the same as before.

achow101 avatar Oct 30 '18 15:10 achow101

Updated to improve compatibility with newer versions of docker.

jhfrontz avatar Jan 11 '19 00:01 jhfrontz

needs rebase

wtogami avatar Aug 27 '19 07:08 wtogami