Github messages for voidlinux
 help / color / mirror / Atom feed
From: jirib <jirib@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] Fix: create /etc/target{,/backup} dirs
Date: Mon, 15 Mar 2021 16:18:08 +0100	[thread overview]
Message-ID: <20210315151808.AF7G7__H_6gurxx-3n0GhtfrfYKEYc8VM1v9BoXIPUI@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-29487@inbox.vuxu.org>

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

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

https://github.com/jirib/void-packages targetcli-fb
https://github.com/void-linux/void-packages/pull/29487

Fix: create /etc/target{,/backup} dirs
Solves #29486.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-targetcli-fb-29487.patch --]
[-- Type: text/x-diff, Size: 1113 bytes --]

From 074f44062d3990d780c852d020c5b646b0256a0d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ji=C5=99=C3=AD=20B=C4=9Blka?= <jirib79@gmail.com>
Date: Mon, 15 Mar 2021 16:00:22 +0100
Subject: [PATCH] targetcli-fb: create /etc/target{,/backup} dirs

---
 srcpkgs/targetcli-fb/template | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/targetcli-fb/template b/srcpkgs/targetcli-fb/template
index 70ff44b77c15..3212f96f7e3f 100644
--- a/srcpkgs/targetcli-fb/template
+++ b/srcpkgs/targetcli-fb/template
@@ -1,7 +1,7 @@
 # Template file for 'targetcli-fb'
 pkgname=targetcli-fb
 version=2.1.51
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="configshell-fb python3-six rtslib-fb python3-parsing python3-gobject"
@@ -12,3 +12,6 @@ license="Apache-2.0"
 homepage="https://github.com/open-iscsi/targetcli-fb"
 distfiles="https://github.com/open-iscsi/targetcli-fb/archive/v${version}.tar.gz"
 checksum=7ebf340705b6fb407aadc437202074ca490116ef811e3b0b7306d57d6c065366
+make_dirs="
+	/etc/target 0755 root root
+	/etc/target/backup 0755 root root"

  parent reply	other threads:[~2021-03-15 15:18 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-15 15:01 [PR PATCH] " jirib
2021-03-15 15:03 ` [PR REVIEW] " ericonr
2021-03-15 15:09 ` [PR PATCH] [Updated] " jirib
2021-03-15 15:09 ` [PR REVIEW] " jirib
2021-03-15 15:17 ` jirib
2021-03-15 15:18 ` jirib [this message]
2021-03-15 16:44 ` [PR PATCH] [Merged]: " ericonr

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=20210315151808.AF7G7__H_6gurxx-3n0GhtfrfYKEYc8VM1v9BoXIPUI@z \
    --to=jirib@users.noreply.github.com \
    --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).