From 3ae4edc276bc2bdebe744d2373805a0b068e1ad4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A9ri=20Le=20Bouder?= Date: Fri, 2 May 2014 18:36:06 +0200 Subject: [PATCH] add some missing \n at end of file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This to avoid the “No newline at end of file” error from patch/git. Change-Id: Ice82d4a36a0893e8f71dbffbdab154d1fbab8a09 --- elements/deploy-kexec/README.md | 2 +- elements/fedora/element-deps | 2 +- elements/redhat-common/README.md | 2 +- elements/redhat-common/pre-install.d/02-lsb | 2 +- elements/rhel/pre-install.d/10-yum-blacklist | 2 +- elements/selinux-permissive/README.md | 2 +- elements/ubuntu/element-deps | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/elements/deploy-kexec/README.md b/elements/deploy-kexec/README.md index af3f9423..e316e181 100644 --- a/elements/deploy-kexec/README.md +++ b/elements/deploy-kexec/README.md @@ -1,3 +1,3 @@ Boots into the new image once baremetal-deploy-helper signals it is finished by downloading the kernel and ramdisk via tftp, -and using the kexec utilities. \ No newline at end of file +and using the kexec utilities. diff --git a/elements/fedora/element-deps b/elements/fedora/element-deps index 54d50185..3750f722 100644 --- a/elements/fedora/element-deps +++ b/elements/fedora/element-deps @@ -4,4 +4,4 @@ dkms redhat-common rpm-distro source-repositories -yum \ No newline at end of file +yum diff --git a/elements/redhat-common/README.md b/elements/redhat-common/README.md index dbe5feb3..f425b027 100644 --- a/elements/redhat-common/README.md +++ b/elements/redhat-common/README.md @@ -10,4 +10,4 @@ Overrides: image. This is useful in that you can use a customized or previously built cloud image from diskimage-builder as input. The cloud image does not have to have been built by diskimage-builder. It should be a full disk image, - not just a filesystem image. \ No newline at end of file + not just a filesystem image. diff --git a/elements/redhat-common/pre-install.d/02-lsb b/elements/redhat-common/pre-install.d/02-lsb index d4fb1f3d..65122abd 100755 --- a/elements/redhat-common/pre-install.d/02-lsb +++ b/elements/redhat-common/pre-install.d/02-lsb @@ -2,4 +2,4 @@ set -eu -install -m 0755 -o root -g root /opt/stack/lsb-release/lsb_release /usr/local/bin \ No newline at end of file +install -m 0755 -o root -g root /opt/stack/lsb-release/lsb_release /usr/local/bin diff --git a/elements/rhel/pre-install.d/10-yum-blacklist b/elements/rhel/pre-install.d/10-yum-blacklist index ca83aa00..ff80a8ad 100755 --- a/elements/rhel/pre-install.d/10-yum-blacklist +++ b/elements/rhel/pre-install.d/10-yum-blacklist @@ -3,4 +3,4 @@ set -eu set -o pipefail -echo "ccache dkms" > /tmp/yum-blacklist \ No newline at end of file +echo "ccache dkms" > /tmp/yum-blacklist diff --git a/elements/selinux-permissive/README.md b/elements/selinux-permissive/README.md index af376e67..3df0f44e 100644 --- a/elements/selinux-permissive/README.md +++ b/elements/selinux-permissive/README.md @@ -1,4 +1,4 @@ Puts selinux into permissive mode by writing SELINUX=permissive to /etc/selinux/config -Enable this element when debugging selinux issues. \ No newline at end of file +Enable this element when debugging selinux issues. diff --git a/elements/ubuntu/element-deps b/elements/ubuntu/element-deps index 100657ee..b4794722 100644 --- a/elements/ubuntu/element-deps +++ b/elements/ubuntu/element-deps @@ -1,4 +1,4 @@ cache-url dib-run-parts dkms -dpkg \ No newline at end of file +dpkg