From 20f507162ccda864957d1aa81d450d369cbdb170 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 13 Jun 2013 08:14:19 +0100 Subject: Remove trailing whitespace from lines --- vm-data/worker.customize | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'vm-data') diff --git a/vm-data/worker.customize b/vm-data/worker.customize index 8337dbf..7127bf4 100755 --- a/vm-data/worker.customize +++ b/vm-data/worker.customize @@ -3,17 +3,17 @@ # vm-data/worker.customize - customize disk image for jenkins worker node # # Copyright 2012 Lars Wirzenius -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # You should have received a copy of the GNU General Public License # along with this program. If not, see . @@ -50,7 +50,7 @@ install -m 0644 vm-data/worker.user-key.pub \ cat vm-data/jenkins.user-key.pub vm-data/worker.user-key.pub \ > "$rootdir/var/lib/jenkins/.ssh/authorized_keys" chmod 0600 "$rootdir/var/lib/jenkins/.ssh/authorized_keys" - + # Disable ssh host key checking. echo "StrictHostKeyChecking no" >> "$rootdir/etc/ssh/ssh_config" -- cgit v1.2.1