From: "Антон Мидюков" <midyukov-anton@ya.ru>
To: devel-distro@lists.altlinux.org
Subject: Re: [devel-distro] [PATCH 1/2] live: add use/live/runapp
Date: Tue, 13 Sep 2022 01:17:16 +0700
Message-ID: <31d66e90-53b9-93aa-7b5d-3aedfb828792@ya.ru> (raw)
In-Reply-To: <20220912162115.GC20970@imap.altlinux.org>
12.09.2022 23:21, Michael Shigorin пишет:
> On Mon, Sep 12, 2022 at 11:09:50PM +0700, Антон Мидюков wrote:
>>> +++ b/features.in/live/live/image-scripts.d/50-runapp
>> Не надо выполнять, если нет пакета livecd-runapp
>> или не задана переменная LIVE_RUNAPP_BINARY:
>>
>> +[ rpm -q livecd-runapp ] || exit 0
>> +[ -n "$GLOBAL_LIVE_RUNAPP_BINARY" ] || exit 0
>
> Согласен, опять же прошу поправить при приёме.
> Спасибо за такое внимание :)
>
Хорошо. Только я написал, не подумав и не проверив. Вот так надо:
+rpm -q livecd-runapp || exit 0
+[ -n "${GLOBAL_LIVE_RUNAPP_BINARY:-}" ] || exit 0
Коммиты в ветке next:
https://git.altlinux.org/people/antohami/packages/mkimage-profiles.git?p=mkimage-profiles.git;a=shortlog;h=refs/heads/next
--
С уважением, Антон Мидюков <antohami@altlinux.org>
next prev parent reply other threads:[~2022-09-12 18:17 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-11 17:33 [devel-distro] [PATCH 0/2] live-blender.iso и отсюда use/live/runapp Michael Shigorin
2022-09-11 17:33 ` [devel-distro] [PATCH 1/2] live: add use/live/runapp Michael Shigorin
2022-09-12 16:09 ` Антон Мидюков
2022-09-12 16:21 ` Michael Shigorin
2022-09-12 18:17 ` Антон Мидюков [this message]
2022-09-12 18:39 ` Michael Shigorin
2022-09-11 17:33 ` [devel-distro] [PATCH 2/2] live.mk: initial distro/live-blender Michael Shigorin
2022-09-12 16:07 ` Антон Мидюков
2022-09-12 16:17 ` Michael Shigorin
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=31d66e90-53b9-93aa-7b5d-3aedfb828792@ya.ru \
--to=midyukov-anton@ya.ru \
--cc=devel-distro@lists.altlinux.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
ALT Linux Distributions development
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel-distro/0 devel-distro/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel-distro devel-distro/ http://lore.altlinux.org/devel-distro \
devel-distro@lists.altlinux.org devel-distro@lists.altlinux.ru devel-distro@lists.altlinux.com
public-inbox-index devel-distro
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel-distro
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git