ALT Linux Distributions development
 help / color / mirror / Atom feed
From: "Антон Мидюков" <midyukov-anton@ya.ru>
To: Sergey V Turchin <zerg@altlinux.org>
Cc: Distributions development <devel-distro@lists.altlinux.org>
Subject: Re: [devel-distro] mkimage-profiles 1.4.18-alt1
Date: Tue, 21 Sep 2021 14:27:09 +0700
Message-ID: <9b74419d-bf79-a8ac-abbd-4be6ac322ecd@ya.ru> (raw)
In-Reply-To: <cd52dee3-80dd-c9c7-6a10-46d4f075049b@altlinux.org>

21.09.2021 14:00, Sergey V Turchin пишет:
> 20.09.2021 19:45, Антон Мидюков пишет:
>> Здравствуйте
>>
>> Доступна новая версия mkimage-profiles 1.4.18-alt1.
> Спасибо!
> 
>> Изменения следующие:
>>
>> - Если переменная BRANCH не пуста, а переменная BRANDING напротив пуста, то BRANDING назначаем alt-starterkit.
>>    Если переменная BRANCH пуста и переменная BRANDING пуста, то BRANDING назначаем, как раньше, alt-sisyphus
> Это просто затычка для переменной BRANDING, если пустая, правильно?
> 

Да. Раньше всегда затыкалось alt-sisyphus, теперь же, если задана переменная BRANCH, то будет BRANDING alt-starterkit.

Переменную же BRANCH надо теперь задавать для сборки на бранчах. Так как иначе сборка обломится из-за недоступности
make-initrd-bootchain. Это касается сборки iso.

И чтобы BRANCH была не обузой, а полезным средством сборки под разные бранчи, советую настроить ~/.mkimage/profiles.mk
подобным образом:

ifneq (,$(BRANCH))
APTCONF = ~/apt/apt.conf.$(BRANCH).$(ARCH)
else
APTCONF = ~/apt/apt.conf.sisyphus.$(ARCH)
endif

Чтобы использовался при её задании соответствующий конфиг.

-- 
С уважением, Антон Мидюков <antohami@altlinux.org>


  parent reply	other threads:[~2021-09-21  7:27 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-20 16:45 Антон Мидюков
2021-09-20 18:08 ` Michael Shigorin
2021-09-20 18:36   ` Антон Мидюков
2021-09-21  9:48     ` Michael Shigorin
2021-09-20 19:01   ` Leonid Krivoshein
2021-09-21  9:50     ` Michael Shigorin
2021-09-21 11:12       ` Leonid Krivoshein
2021-09-21  5:29   ` Ivan A. Melnikov
2021-09-21  5:43     ` Антон Мидюков
2021-09-21  7:01   ` [devel-distro] rescue швейцарский нож (was: mkimage-profiles 1.4.18-alt1) Sergey V Turchin
2021-09-21  9:28     ` Michael Shigorin
2021-09-21 12:45       ` Sergey V Turchin
2021-09-22 17:41         ` [devel-distro] rescue швейцарский нож Vitaly Lipatov
2021-09-23  5:25           ` Anton Farygin
2021-09-23  7:24           ` Sergey V Turchin
2021-09-23  7:39             ` Антон Мидюков
2021-09-23  8:08               ` Sergey V Turchin
2021-09-23  8:16                 ` Anton Farygin
2021-09-23  8:32                   ` Vladimir D. Seleznev
2021-09-23  8:40                   ` Антон Мидюков
2021-09-23 10:24                     ` Sergey V Turchin
2021-09-23 10:51                       ` Антон Мидюков
2021-09-23 10:29                     ` Sergey V Turchin
2021-09-23 10:47                       ` Антон Мидюков
2021-09-23 11:00                         ` Konstantin Lepikhov
2021-09-23 11:05                           ` Антон Мидюков
2021-09-23 11:37                             ` Konstantin Lepikhov
2021-09-23 15:50                           ` Vitaly Lipatov
2021-09-24  9:40                             ` Konstantin Lepikhov
2021-09-23 12:24                     ` Michael Shigorin
2021-09-23 13:23                       ` Sergey V Turchin
2021-09-23 10:25                   ` Sergey V Turchin
2021-09-23 12:16             ` Michael Shigorin
2021-09-23 12:15           ` Michael Shigorin
2021-09-20 20:03 ` [devel-distro] mkimage-profiles 1.4.18-alt1 Vitaly Lipatov
2021-09-21  7:27   ` Антон Мидюков [this message]
2021-09-21  9:36     ` Michael Shigorin
2021-09-21  9:37       ` Антон Мидюков

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=9b74419d-bf79-a8ac-abbd-4be6ac322ecd@ya.ru \
    --to=midyukov-anton@ya.ru \
    --cc=devel-distro@lists.altlinux.org \
    --cc=zerg@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