Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] hooks/00-gen-pkg: use xbps-create(1) --changelog if set on template.
Date: Thu, 06 Jun 2019 21:05:28 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-12218@inbox.vuxu.org> (raw)

[-- 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}" \

             reply	other threads:[~2019-06-06 19:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-06 19:05 voidlinux-github [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-12218@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).