Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] hooks/00-gen-pkg: use xbps-create(1) --changelog if set on template.
@ 2019-06-06 19:05 voidlinux-github
  2019-06-06 20:49 ` voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-06 19:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/xtraeme/void-packages xbps-changelog
https://github.com/void-linux/void-packages/pull/12218

hooks/00-gen-pkg: use xbps-create(1) --changelog if set on template.
Signed-off-by: Juan RP <xtraeme@gmail.com>

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

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

From 72da4f162469d53a51980c02ee99b4bb05a98f0a Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Thu, 6 Jun 2019 21:04:06 +0200
Subject: [PATCH] hooks/00-gen-pkg: use xbps-create(1) --changelog if set on
 template.

Signed-off-by: Juan RP <xtraeme@gmail.com>
---
 common/hooks/do-pkg/00-gen-pkg.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/common/hooks/do-pkg/00-gen-pkg.sh b/common/hooks/do-pkg/00-gen-pkg.sh
index 2b1d3ad02e7..78ec2a1422a 100644
--- a/common/hooks/do-pkg/00-gen-pkg.sh
+++ b/common/hooks/do-pkg/00-gen-pkg.sh
@@ -53,6 +53,7 @@ genpkg() {
 	local _conf_files="$(expand_destdir "$conf_files")"
 	local _alternatives="$(echo $alternatives)"
 	local _tags="$(echo $tags)"
+	local _changelog="$(echo $changelog)"
 
 	msg_normal "Creating $binpkg for repository $pkgdir ...\n"
 
@@ -74,6 +75,7 @@ genpkg() {
 		${_alternatives:+--alternatives "${_alternatives}"} \
 		${_preserve:+--preserve} \
 		${tags:+--tags "${tags}"} \
+		${_changelog:+--changelog "${_changelog}"} \
 		--architecture ${arch} \
 		--homepage "${homepage}" \
 		--license "${license}" \

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

* Re: hooks/00-gen-pkg: use xbps-create(1) --changelog if set on template.
  2019-06-06 19:05 [PR PATCH] hooks/00-gen-pkg: use xbps-create(1) --changelog if set on template voidlinux-github
@ 2019-06-06 20:49 ` voidlinux-github
  2019-06-15 12:52 ` voidlinux-github
  2019-06-20 17:52 ` [PR PATCH] [Merged]: [xbps-0.54] " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-06 20:49 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/12218#issuecomment-499662181
Comment:
I guess its fine now, last time we wanted to enable it, we were missing updated static binaries for travis to use, but now with docker on travis the xbps-create on the "host" should be fresh enough.

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

* Re: hooks/00-gen-pkg: use xbps-create(1) --changelog if set on template.
  2019-06-06 19:05 [PR PATCH] hooks/00-gen-pkg: use xbps-create(1) --changelog if set on template voidlinux-github
  2019-06-06 20:49 ` voidlinux-github
@ 2019-06-15 12:52 ` voidlinux-github
  2019-06-20 17:52 ` [PR PATCH] [Merged]: [xbps-0.54] " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-15 12:52 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/pull/12218#issuecomment-502364433
Comment:
Let's wait to merge this until xbps-0.54 has been fully merged.

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

* Re: [PR PATCH] [Merged]: [xbps-0.54] hooks/00-gen-pkg: use xbps-create(1) --changelog if set on template.
  2019-06-06 19:05 [PR PATCH] hooks/00-gen-pkg: use xbps-create(1) --changelog if set on template voidlinux-github
  2019-06-06 20:49 ` voidlinux-github
  2019-06-15 12:52 ` voidlinux-github
@ 2019-06-20 17:52 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-20 17:52 UTC (permalink / raw)
  To: ml

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

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

[xbps-0.54] hooks/00-gen-pkg: use xbps-create(1) --changelog if set on template.
https://github.com/void-linux/void-packages/pull/12218
Description: Signed-off-by: Juan RP <xtraeme@gmail.com>

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

end of thread, other threads:[~2019-06-20 17:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-06 19:05 [PR PATCH] hooks/00-gen-pkg: use xbps-create(1) --changelog if set on template voidlinux-github
2019-06-06 20:49 ` voidlinux-github
2019-06-15 12:52 ` voidlinux-github
2019-06-20 17:52 ` [PR PATCH] [Merged]: [xbps-0.54] " 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).