Skip to content

Commit 71c16ad

Browse files
committed
linux: refs: fix cel rename types
To be consistent with the rest of the configs, use the BOOTLINUX_TREE_ prefix. Signed-off-by: Daniel Gomez <da.gomez@samsung.com> Reviewed-by: Chuck Lever <chuck.lever@oracle.com> Tested-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Daniel Gomez <da.gomez@samsung.com> Link: https://lore.kernel.org/all/433f2eda-2111-4c1b-8485-064f07859195@oracle.com/
1 parent 2314159 commit 71c16ad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

workflows/linux/Kconfig.cel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ if BOOTLINUX_TREE_CEL_LINUX
33
source "workflows/linux/refs/default/Kconfig.cel-linux"
44
source "workflows/linux/refs/user/Kconfig.cel-linux"
55

6-
config BOOTLINUX_CEL_LINUX_CUSTOM_REF_NAME
6+
config BOOTLINUX_TREE_CEL_LINUX_CUSTOM_REF_NAME
77
string "Custom branch name"
88
default "custom"
99
depends on BOOTLINUX_TREE_CEL_LINUX_REF_CUSTOM

workflows/linux/refs/default/Kconfig.cel-linux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ config BOOTLINUX_TREE_CEL_LINUX_REF
3333
default "nfsd-next" if BOOTLINUX_TREE_CEL_LINUX_REF_NEXT
3434
default "nfsd-fixes" if BOOTLINUX_TREE_CEL_LINUX_REF_FIXES
3535
default "nfsd-testing" if BOOTLINUX_TREE_CEL_LINUX_REF_TESTING
36-
default BOOTLINUX_CEL_LINUX_CUSTOM_REF_NAME if BOOTLINUX_TREE_CEL_LINUX_REF_CUSTOM
36+
default BOOTLINUX_TREE_CEL_LINUX_CUSTOM_REF_NAME if BOOTLINUX_TREE_CEL_LINUX_REF_CUSTOM
3737

3838
endif # !HAVE_BOOTLINUX_TREE_CEL_LINUX_USER_REFS

workflows/linux/refs/static/cel-linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ configs:
1414
help: "Pull the nfsd-testing branch."
1515
- custom:
1616
config: BOOTLINUX_TREE_CEL_LINUX_REF_CUSTOM
17-
ref: BOOTLINUX_CEL_LINUX_CUSTOM_REF_NAME
17+
ref: BOOTLINUX_TREE_CEL_LINUX_CUSTOM_REF_NAME
1818
help: "Use a custom branch name."

0 commit comments

Comments
 (0)