Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: normalize imagebuilder/sdk naming #11

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from
Open

Conversation

aparcar
Copy link
Owner

@aparcar aparcar commented Sep 22, 2021

We use a specific file prefix dependent on target and release except for
imagebuilder and sdk. While everything goes openwrt-<release>-<target>
the two go openwrt-<sdk/imagebuilder>-<release>-<target>.

This commit normalizes the naming:

openwrt-x86-64-generic-squashfs-combined.img
openwrt-x86-64-generic-squashfs-rootfs.img.gz
openwrt-x86-64-imagebuilder.Linux-x86_64.tar.xz
openwrt-x86-64-sdk_gcc-11.2.0_musl.Linux-x86_64.tar.xz

Signed-off-by: Paul Spooren [email protected]

We use a specific file prefix dependent on target and release except for
imagebuilder and sdk. While everything goes `openwrt-<release>-<target>`
the two go `openwrt-<sdk/imagebuilder>-<release>-<target>`.

This commit normalizes the naming:

    openwrt-x86-64-generic-squashfs-combined.img
    openwrt-x86-64-generic-squashfs-rootfs.img.gz
    openwrt-x86-64-imagebuilder.Linux-x86_64.tar.xz
    openwrt-x86-64-sdk_gcc-11.2.0_musl.Linux-x86_64.tar.xz

Previously the naming would be as following:

    openwrt-x86-64-generic-squashfs-combined.img
    openwrt-x86-64-generic-squashfs-rootfs.img.gz
    openwrt-imagebuilder-x86-64.Linux-x86_64.tar.xz
    openwrt-sdk-x86-64_gcc-11.2.0_musl.Linux-x86_64.tar.xz

Signed-off-by: Paul Spooren <[email protected]>
@aparcar aparcar force-pushed the staging branch 22 times, most recently from b5cf9f7 to aa9e2d5 Compare March 26, 2022 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant