meta-virtualization.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
From: Jose Quaresma <quaresma.jose@gmail.com>
To: meta-virtualization@lists.yoctoproject.org
Cc: Jose Quaresma <jose.quaresma@foundries.io>
Subject: [meta-virtualization][kirkstone][master][PATCH 3/4] kubernetes: replace tabs with spaces for identation
Date: Tue,  9 Aug 2022 13:16:18 +0100	[thread overview]
Message-ID: <20220809121619.32258-3-jose.quaresma@foundries.io> (raw)
In-Reply-To: <20220809121619.32258-1-jose.quaresma@foundries.io>

Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
---
 recipes-containers/kubernetes/kubernetes_git.bb | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-containers/kubernetes/kubernetes_git.bb b/recipes-containers/kubernetes/kubernetes_git.bb
index 82b75b1..4d65b27 100644
--- a/recipes-containers/kubernetes/kubernetes_git.bb
+++ b/recipes-containers/kubernetes/kubernetes_git.bb
@@ -103,11 +103,11 @@ do_install() {
     install -m 0644 ${WORKDIR}/git/release/cmd/kubepkg/templates/latest/deb/kubeadm/10-kubeadm.conf  ${D}${systemd_unitdir}/system/kubelet.service.d/
 
     if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then
-	install -d ${D}${bindir}
-	install -m 755 ${WORKDIR}/k8s-init ${D}${bindir}
+        install -d ${D}${bindir}
+        install -m 755 ${WORKDIR}/k8s-init ${D}${bindir}
 
-	install -d ${D}${sysconfdir}/sysctl.d
-	install -m 0644 "${WORKDIR}/99-kubernetes.conf" "${D}${sysconfdir}/sysctl.d"
+        install -d ${D}${sysconfdir}/sysctl.d
+        install -m 0644 "${WORKDIR}/99-kubernetes.conf" "${D}${sysconfdir}/sysctl.d"
     fi
 }
 
-- 
2.37.1



  parent reply	other threads:[~2022-08-09 12:16 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-09 12:16 [meta-virtualization][kirkstone][master][PATCH 1/4] nerdctl: install the binaries in OE standard places Jose Quaresma
2022-08-09 12:16 ` [meta-virtualization][kirkstone][master][PATCH 2/4] kubernetes: " Jose Quaresma
2022-08-09 13:19   ` Bruce Ashfield
2022-08-09 13:33     ` Jose Quaresma
2022-08-09 13:43       ` Bruce Ashfield
2022-08-09 14:02         ` Jose Quaresma
2022-08-09 14:21           ` Bruce Ashfield
     [not found]           ` <1709B323FD9DD073.19746@lists.yoctoproject.org>
2022-08-09 15:05             ` Bruce Ashfield
2022-08-09 16:35               ` Jose Quaresma
2022-08-09 17:06                 ` Bruce Ashfield
2022-08-09 17:36                   ` Jose Quaresma
2022-08-09 18:15                     ` Bruce Ashfield
2022-08-09 12:16 ` Jose Quaresma [this message]
2022-08-09 12:16 ` [meta-virtualization][kirkstone][master][PATCH 4/4] k3s: " Jose Quaresma
2022-08-09 13:18 ` [meta-virtualization][kirkstone][master][PATCH 1/4] nerdctl: " Bruce Ashfield

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220809121619.32258-3-jose.quaresma@foundries.io \
    --to=quaresma.jose@gmail.com \
    --cc=jose.quaresma@foundries.io \
    --cc=meta-virtualization@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).