[make-initrd] [PATCH v1 02/41] fork pipeline: 11 files and directories renamed

Alexey Gladkov gladkov.alexey at gmail.com
Fri Sep 24 19:59:49 MSK 2021


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 at lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/make-initrd
> 

-- 
Rgrds, legion



More information about the Make-initrd mailing list