From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 24 Sep 2021 18:59:49 +0200 From: Alexey Gladkov To: make-initrd@lists.altlinux.org Message-ID: <20210924165949.xmfwts4oijxqu7nt@example.org> References: <14fae56f-0efd-1470-52df-04e4986ce9d1@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <14fae56f-0efd-1470-52df-04e4986ce9d1@gmail.com> Subject: Re: [make-initrd] [PATCH v1 02/41] fork pipeline: 11 files and directories renamed X-BeenThere: make-initrd@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: make-initrd@lists.altlinux.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Sep 2021 16:59:51 -0000 Archived-At: List-Archive: 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