Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] etc/defaults.conf: mention zstd package compression support
@ 2019-06-24 15:22 voidlinux-github
  2019-06-24 15:23 ` voidlinux-github
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: voidlinux-github @ 2019-06-24 15:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 407 bytes --]

There is a new pull request by AluisioASG against master on the void-packages repository

https://github.com/AluisioASG/void-packages xbps-zstd
https://github.com/void-linux/void-packages/pull/12657

etc/defaults.conf: mention zstd package compression support
Seems this didn't get updated in tandem with xbps 0.54.

A patch file from https://github.com/void-linux/void-packages/pull/12657.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xbps-zstd-12657.patch --]
[-- Type: application/text/x-diff, Size: 673 bytes --]

From e8f5e583e61ba64bb6d5266edad86c00265f8b9d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alu=C3=ADsio=20Augusto=20Silva=20Gon=C3=A7alves?=
 <aluisio@aasg.name>
Date: Mon, 24 Jun 2019 12:19:16 -0300
Subject: [PATCH] etc/defaults.conf: mention zstd package compression support

---
 etc/defaults.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/etc/defaults.conf b/etc/defaults.conf
index 766ac3ef7f8..f66e89d9520 100644
--- a/etc/defaults.conf
+++ b/etc/defaults.conf
@@ -81,6 +81,7 @@ XBPS_SUCMD="sudo /bin/sh -c"
 # Set the package compression format. Available formats:
 #  - gzip
 #  - bzip2
+#  - zstd
 #  - xz (default)
 #  - none (available since xbps-0.48)
 #

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: etc/defaults.conf: mention zstd package compression support
  2019-06-24 15:22 [PR PATCH] etc/defaults.conf: mention zstd package compression support voidlinux-github
@ 2019-06-24 15:23 ` voidlinux-github
  2019-06-24 15:24 ` voidlinux-github
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-06-24 15:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 160 bytes --]

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/pull/12657#issuecomment-505058619
Comment:
lz4 is also suported

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: etc/defaults.conf: mention zstd package compression support
  2019-06-24 15:22 [PR PATCH] etc/defaults.conf: mention zstd package compression support voidlinux-github
  2019-06-24 15:23 ` voidlinux-github
@ 2019-06-24 15:24 ` voidlinux-github
  2019-06-24 15:26 ` voidlinux-github
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-06-24 15:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 248 bytes --]

New comment by AluisioASG on void-packages repository

https://github.com/void-linux/void-packages/pull/12657#issuecomment-505058877
Comment:
Yup, just went back to see if I missed any. Could be better to just point to the xbps-create manpage, no?

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: etc/defaults.conf: mention zstd package compression support
  2019-06-24 15:22 [PR PATCH] etc/defaults.conf: mention zstd package compression support voidlinux-github
  2019-06-24 15:23 ` voidlinux-github
  2019-06-24 15:24 ` voidlinux-github
@ 2019-06-24 15:26 ` voidlinux-github
  2019-06-24 18:02 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-06-24 15:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 144 bytes --]

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/pull/12657#issuecomment-505059724
Comment:
Yeah

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Updated] etc/defaults.conf: mention zstd package compression support
  2019-06-24 15:22 [PR PATCH] etc/defaults.conf: mention zstd package compression support voidlinux-github
                   ` (2 preceding siblings ...)
  2019-06-24 15:26 ` voidlinux-github
@ 2019-06-24 18:02 ` voidlinux-github
  2019-06-24 18:02 ` voidlinux-github
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-06-24 18:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 412 bytes --]

There is an updated pull request by AluisioASG against master on the void-packages repository

https://github.com/AluisioASG/void-packages xbps-zstd
https://github.com/void-linux/void-packages/pull/12657

etc/defaults.conf: mention zstd package compression support
Seems this didn't get updated in tandem with xbps 0.54.

A patch file from https://github.com/void-linux/void-packages/pull/12657.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xbps-zstd-12657.patch --]
[-- Type: application/text/x-diff, Size: 1016 bytes --]

From f240dbc74318e225b70b44f95a8f09cb3a611b97 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alu=C3=ADsio=20Augusto=20Silva=20Gon=C3=A7alves?=
 <aluisio@aasg.name>
Date: Mon, 24 Jun 2019 14:57:20 -0300
Subject: [PATCH] etc/defaults.conf: point to xbps-create for compression
 formats

Ensure this comment is always up-to-date by pointing the reader to the
xbps-create manual.  Default is not xbps-create's, but comes from the
gen-pkg hook.
---
 etc/defaults.conf | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/etc/defaults.conf b/etc/defaults.conf
index 766ac3ef7f8..a49b36594e6 100644
--- a/etc/defaults.conf
+++ b/etc/defaults.conf
@@ -78,11 +78,8 @@ XBPS_SUCMD="sudo /bin/sh -c"
 #XBPS_DEBUG_PKGS=yes
 
 # [OPTIONAL]
-# Set the package compression format. Available formats:
-#  - gzip
-#  - bzip2
-#  - xz (default)
-#  - none (available since xbps-0.48)
+# Set the package compression format (defaults to xz). See xbps-create(1)
+# for the available formats.
 #
 #XBPS_PKG_COMPTYPE=none
 

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Updated] etc/defaults.conf: mention zstd package compression support
  2019-06-24 15:22 [PR PATCH] etc/defaults.conf: mention zstd package compression support voidlinux-github
                   ` (3 preceding siblings ...)
  2019-06-24 18:02 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-24 18:02 ` voidlinux-github
  2019-06-24 18:03 ` etc/defaults.conf: point to xbps-create for supported compression formats voidlinux-github
  2019-06-25  8:40 ` [PR PATCH] [Merged]: " voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-06-24 18:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 412 bytes --]

There is an updated pull request by AluisioASG against master on the void-packages repository

https://github.com/AluisioASG/void-packages xbps-zstd
https://github.com/void-linux/void-packages/pull/12657

etc/defaults.conf: mention zstd package compression support
Seems this didn't get updated in tandem with xbps 0.54.

A patch file from https://github.com/void-linux/void-packages/pull/12657.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xbps-zstd-12657.patch --]
[-- Type: application/text/x-diff, Size: 1016 bytes --]

From f240dbc74318e225b70b44f95a8f09cb3a611b97 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alu=C3=ADsio=20Augusto=20Silva=20Gon=C3=A7alves?=
 <aluisio@aasg.name>
Date: Mon, 24 Jun 2019 14:57:20 -0300
Subject: [PATCH] etc/defaults.conf: point to xbps-create for compression
 formats

Ensure this comment is always up-to-date by pointing the reader to the
xbps-create manual.  Default is not xbps-create's, but comes from the
gen-pkg hook.
---
 etc/defaults.conf | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/etc/defaults.conf b/etc/defaults.conf
index 766ac3ef7f8..a49b36594e6 100644
--- a/etc/defaults.conf
+++ b/etc/defaults.conf
@@ -78,11 +78,8 @@ XBPS_SUCMD="sudo /bin/sh -c"
 #XBPS_DEBUG_PKGS=yes
 
 # [OPTIONAL]
-# Set the package compression format. Available formats:
-#  - gzip
-#  - bzip2
-#  - xz (default)
-#  - none (available since xbps-0.48)
+# Set the package compression format (defaults to xz). See xbps-create(1)
+# for the available formats.
 #
 #XBPS_PKG_COMPTYPE=none
 

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: etc/defaults.conf: point to xbps-create for supported compression formats
  2019-06-24 15:22 [PR PATCH] etc/defaults.conf: mention zstd package compression support voidlinux-github
                   ` (4 preceding siblings ...)
  2019-06-24 18:02 ` voidlinux-github
@ 2019-06-24 18:03 ` voidlinux-github
  2019-06-25  8:40 ` [PR PATCH] [Merged]: " voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-06-24 18:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 167 bytes --]

New comment by AluisioASG on void-packages repository

https://github.com/void-linux/void-packages/pull/12657#issuecomment-505116978
Comment:
Alright, how about this?

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Merged]: etc/defaults.conf: point to xbps-create for supported compression formats
  2019-06-24 15:22 [PR PATCH] etc/defaults.conf: mention zstd package compression support voidlinux-github
                   ` (5 preceding siblings ...)
  2019-06-24 18:03 ` etc/defaults.conf: point to xbps-create for supported compression formats voidlinux-github
@ 2019-06-25  8:40 ` voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-06-25  8:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 261 bytes --]

There's a merged pull request on the void-packages repository

etc/defaults.conf: point to xbps-create for supported compression formats
https://github.com/void-linux/void-packages/pull/12657
Description: Seems this didn't get updated in tandem with xbps 0.54.

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-06-25  8:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-24 15:22 [PR PATCH] etc/defaults.conf: mention zstd package compression support voidlinux-github
2019-06-24 15:23 ` voidlinux-github
2019-06-24 15:24 ` voidlinux-github
2019-06-24 15:26 ` voidlinux-github
2019-06-24 18:02 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-24 18:02 ` voidlinux-github
2019-06-24 18:03 ` etc/defaults.conf: point to xbps-create for supported compression formats voidlinux-github
2019-06-25  8:40 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).