[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: [atomic-devel] [PATCH] Adding bzip to fedora base for compression/decompression



Right now we have both gzip and xz due to dependency chains; bzip2 is
small enough and still common that I think it makes sense as a host
tool.

However, can you include a rationale in your git commit?  Something
like:

"I wanted to copy over a tarball compressed with bzip2 for docker build"

On Thu, Sep 25, 2014, at 12:56 PM, Brent Baude wrote:
> ---
>  fedora-atomic-base.json | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fedora-atomic-base.json b/fedora-atomic-base.json
> index 0c3d90a..5f0fa22 100644
> --- a/fedora-atomic-base.json
> +++ b/fedora-atomic-base.json
> @@ -14,7 +14,7 @@
>      "packages": ["dracut-config-generic", "kernel", "rpm-ostree",
>      "lvm2",
>  		 "btrfs-progs", "e2fsprogs", "xfsprogs",
>  		 "syslinux-extlinux", "authconfig",
> -                "gnupg2",
> +                "gnupg2", "bzip2",
>  		 "basesystem",
>  		 "bash",
>  		 "coreutils",
> -- 
> 1.9.3
> 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]