Make-initrd development discussion
 help / color / mirror / Atom feed
From: Alexey Gladkov <gladkov.alexey@gmail.com>
To: make-initrd@lists.altlinux.org
Subject: Re: [make-initrd] [PATCH v1 02/41] fork pipeline: 11 files and directories renamed
Date: Fri, 24 Sep 2021 18:59:49 +0200
Message-ID: <20210924165949.xmfwts4oijxqu7nt@example.org> (raw)
In-Reply-To: <14fae56f-0efd-1470-52df-04e4986ce9d1@gmail.com>

On Fri, Sep 24, 2021 at 06:54:44PM +0300, Leonid Krivoshein wrote:

Мне кажется, что первый и второй патчи должны быть объединены. Нет смыла
делать два отдельных и не содержащих изменений комита.

> ---
>  .../data/bin/{pipeline-sh-functions => bootchain-sh-functions}    | 0
>  .../data/etc/initrd/cmdline.d/{pipeline => bootchain-core}        | 0
>  .../bootchain-core/data/etc/rc.d/init.d/{pipeline => bootchain}   | 0
>  .../bootchain-core/data/lib/{pipeline => bootchain}/mountfs       | 0
>  .../bootchain-core/data/lib/{pipeline => bootchain}/overlayfs     | 0
>  .../bootchain-core/data/lib/{pipeline => bootchain}/rootfs        | 0
>  .../bootchain-core/data/sbin/{pipelined => bootchain-loop}        | 0
>  .../bootchain-getimage/data/lib/{pipeline => bootchain}/getimage  | 0
>  .../{50-pipeline-waitdev.rules => 50-bootchain-waitdev.rules}     | 0
>  .../bootchain-waitdev/data/lib/{pipeline => bootchain}/waitdev    | 0
>  .../lib/uevent/filters/{pipeline-waitdev => bootchain-waitdev}    | 0
>  11 files changed, 0 insertions(+), 0 deletions(-)
>  rename make-initrd/features/bootchain-core/data/bin/{pipeline-sh-functions
> => bootchain-sh-functions} (100%)
>  rename
> make-initrd/features/bootchain-core/data/etc/initrd/cmdline.d/{pipeline =>
> bootchain-core} (100%)
>  rename make-initrd/features/bootchain-core/data/etc/rc.d/init.d/{pipeline
> => bootchain} (100%)
>  rename make-initrd/features/bootchain-core/data/lib/{pipeline =>
> bootchain}/mountfs (100%)
>  rename make-initrd/features/bootchain-core/data/lib/{pipeline =>
> bootchain}/overlayfs (100%)
>  rename make-initrd/features/bootchain-core/data/lib/{pipeline =>
> bootchain}/rootfs (100%)
>  rename make-initrd/features/bootchain-core/data/sbin/{pipelined =>
> bootchain-loop} (100%)
>  rename make-initrd/features/bootchain-getimage/data/lib/{pipeline =>
> bootchain}/getimage (100%)
>  rename make-initrd/features/bootchain-waitdev/data/etc/udev/rules.d/{50-pipeline-waitdev.rules
> => 50-bootchain-waitdev.rules} (100%)
>  rename make-initrd/features/bootchain-waitdev/data/lib/{pipeline =>
> bootchain}/waitdev (100%)
>  rename make-initrd/features/bootchain-waitdev/data/lib/uevent/filters/{pipeline-waitdev
> => bootchain-waitdev} (100%)
> 
> diff --git
> a/make-initrd/features/bootchain-core/data/bin/pipeline-sh-functions
> b/make-initrd/features/bootchain-core/data/bin/bootchain-sh-functions
> similarity index 100%
> rename from
> make-initrd/features/bootchain-core/data/bin/pipeline-sh-functions
> rename to
> make-initrd/features/bootchain-core/data/bin/bootchain-sh-functions
> diff --git
> a/make-initrd/features/bootchain-core/data/etc/initrd/cmdline.d/pipeline b/make-initrd/features/bootchain-core/data/etc/initrd/cmdline.d/bootchain-core
> similarity index 100%
> rename from
> make-initrd/features/bootchain-core/data/etc/initrd/cmdline.d/pipeline
> rename to
> make-initrd/features/bootchain-core/data/etc/initrd/cmdline.d/bootchain-core
> diff --git
> a/make-initrd/features/bootchain-core/data/etc/rc.d/init.d/pipeline
> b/make-initrd/features/bootchain-core/data/etc/rc.d/init.d/bootchain
> similarity index 100%
> rename from
> make-initrd/features/bootchain-core/data/etc/rc.d/init.d/pipeline
> rename to make-initrd/features/bootchain-core/data/etc/rc.d/init.d/bootchain
> diff --git a/make-initrd/features/bootchain-core/data/lib/pipeline/mountfs
> b/make-initrd/features/bootchain-core/data/lib/bootchain/mountfs
> similarity index 100%
> rename from make-initrd/features/bootchain-core/data/lib/pipeline/mountfs
> rename to make-initrd/features/bootchain-core/data/lib/bootchain/mountfs
> diff --git a/make-initrd/features/bootchain-core/data/lib/pipeline/overlayfs
> b/make-initrd/features/bootchain-core/data/lib/bootchain/overlayfs
> similarity index 100%
> rename from make-initrd/features/bootchain-core/data/lib/pipeline/overlayfs
> rename to make-initrd/features/bootchain-core/data/lib/bootchain/overlayfs
> diff --git a/make-initrd/features/bootchain-core/data/lib/pipeline/rootfs
> b/make-initrd/features/bootchain-core/data/lib/bootchain/rootfs
> similarity index 100%
> rename from make-initrd/features/bootchain-core/data/lib/pipeline/rootfs
> rename to make-initrd/features/bootchain-core/data/lib/bootchain/rootfs
> diff --git a/make-initrd/features/bootchain-core/data/sbin/pipelined
> b/make-initrd/features/bootchain-core/data/sbin/bootchain-loop
> similarity index 100%
> rename from make-initrd/features/bootchain-core/data/sbin/pipelined
> rename to make-initrd/features/bootchain-core/data/sbin/bootchain-loop
> diff --git
> a/make-initrd/features/bootchain-getimage/data/lib/pipeline/getimage
> b/make-initrd/features/bootchain-getimage/data/lib/bootchain/getimage
> similarity index 100%
> rename from
> make-initrd/features/bootchain-getimage/data/lib/pipeline/getimage
> rename to
> make-initrd/features/bootchain-getimage/data/lib/bootchain/getimage
> diff --git a/make-initrd/features/bootchain-waitdev/data/etc/udev/rules.d/50-pipeline-waitdev.rules b/make-initrd/features/bootchain-waitdev/data/etc/udev/rules.d/50-bootchain-waitdev.rules
> similarity index 100%
> rename from make-initrd/features/bootchain-waitdev/data/etc/udev/rules.d/50-pipeline-waitdev.rules
> rename to make-initrd/features/bootchain-waitdev/data/etc/udev/rules.d/50-bootchain-waitdev.rules
> diff --git
> a/make-initrd/features/bootchain-waitdev/data/lib/pipeline/waitdev
> b/make-initrd/features/bootchain-waitdev/data/lib/bootchain/waitdev
> similarity index 100%
> rename from make-initrd/features/bootchain-waitdev/data/lib/pipeline/waitdev
> rename to make-initrd/features/bootchain-waitdev/data/lib/bootchain/waitdev
> diff --git a/make-initrd/features/bootchain-waitdev/data/lib/uevent/filters/pipeline-waitdev b/make-initrd/features/bootchain-waitdev/data/lib/uevent/filters/bootchain-waitdev
> similarity index 100%
> rename from make-initrd/features/bootchain-waitdev/data/lib/uevent/filters/pipeline-waitdev
> rename to make-initrd/features/bootchain-waitdev/data/lib/uevent/filters/bootchain-waitdev
> -- 
> 2.21.0
> 
> 
> _______________________________________________
> Make-initrd mailing list
> Make-initrd@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/make-initrd
> 

-- 
Rgrds, legion



  reply	other threads:[~2021-09-24 16:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-24 15:54 Leonid Krivoshein
2021-09-24 16:59 ` Alexey Gladkov [this message]
2021-09-24 18:44   ` Leonid Krivoshein

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=20210924165949.xmfwts4oijxqu7nt@example.org \
    --to=gladkov.alexey@gmail.com \
    --cc=make-initrd@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

Make-initrd development discussion

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/make-initrd/0 make-initrd/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 make-initrd make-initrd/ http://lore.altlinux.org/make-initrd \
		make-initrd@lists.altlinux.org make-initrd@lists.altlinux.ru make-initrd@lists.altlinux.com
	public-inbox-index make-initrd

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.make-initrd


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git