Make-initrd development discussion
 help / color / mirror / Atom feed
* [make-initrd] [PATCH v1 02/41] fork pipeline: 11 files and directories renamed
@ 2021-09-24 15:54 Leonid Krivoshein
  2021-09-24 16:59 ` Alexey Gladkov
  0 siblings, 1 reply; 3+ messages in thread
From: Leonid Krivoshein @ 2021-09-24 15:54 UTC (permalink / raw)
  To: make-initrd

---
  .../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




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [make-initrd] [PATCH v1 02/41] fork pipeline: 11 files and directories renamed
  2021-09-24 15:54 [make-initrd] [PATCH v1 02/41] fork pipeline: 11 files and directories renamed Leonid Krivoshein
@ 2021-09-24 16:59 ` Alexey Gladkov
  2021-09-24 18:44   ` Leonid Krivoshein
  0 siblings, 1 reply; 3+ messages in thread
From: Alexey Gladkov @ 2021-09-24 16:59 UTC (permalink / raw)
  To: make-initrd

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [make-initrd] [PATCH v1 02/41] fork pipeline: 11 files and directories renamed
  2021-09-24 16:59 ` Alexey Gladkov
@ 2021-09-24 18:44   ` Leonid Krivoshein
  0 siblings, 0 replies; 3+ messages in thread
From: Leonid Krivoshein @ 2021-09-24 18:44 UTC (permalink / raw)
  To: make-initrd


24.09.2021 19:59, Alexey Gladkov пишет:
> On Fri, Sep 24, 2021 at 06:54:44PM +0300, Leonid Krivoshein wrote:
>
> Мне кажется, что первый и второй патчи должны быть объединены. Нет смыла
> делать два отдельных и не содержащих изменений комита.

OK


Наверное, нет смысла отвечать на все письма, я просто выполню 
предложенное. Буду только отвечать и спрашивать, если вдруг возникнут 
вопросы.


-- 
Best regards,
Leonid Krivoshein.



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-09-24 18:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-24 15:54 [make-initrd] [PATCH v1 02/41] fork pipeline: 11 files and directories renamed Leonid Krivoshein
2021-09-24 16:59 ` Alexey Gladkov
2021-09-24 18:44   ` Leonid Krivoshein

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