verbosity is always a bigger fish
This commit is contained in:
@@ -4,11 +4,6 @@ metadata:
|
|||||||
name: build-kernel-debian
|
name: build-kernel-debian
|
||||||
spec:
|
spec:
|
||||||
params:
|
params:
|
||||||
- name: pathToContext
|
|
||||||
type: string
|
|
||||||
description: |
|
|
||||||
Path to where we build our kernel, usually /usr/src/...
|
|
||||||
default: /usr/src
|
|
||||||
- name: kernel_version
|
- name: kernel_version
|
||||||
type: string
|
type: string
|
||||||
- name: make_flags
|
- name: make_flags
|
||||||
@@ -48,7 +43,7 @@ spec:
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
echo "res.input.ke...path: $(resources.inputs.kernel-configs.path)"
|
echo "res.input.ke...path: $(resources.inputs.kernel-configs.path)"
|
||||||
echo $PATH
|
echo $PATH
|
||||||
cp $(resources.inputs.kernel-configs.path)/$(params.config) \
|
cp -v $(resources.inputs.kernel-configs.path)/$(params.config) \
|
||||||
/usr/src/linux-source-${params.kernel_version}/.config || exit 1
|
/usr/src/linux-source-${params.kernel_version}/.config || exit 1
|
||||||
cd /usr/src/linux-source-$(params.kernel_version)
|
cd /usr/src/linux-source-$(params.kernel_version)
|
||||||
#distcc config
|
#distcc config
|
||||||
|
|||||||
Reference in New Issue
Block a user