Remove prepare-node element

This element is no longer used. jenkins/cache/files is now a symlink
and jenkins/cache/pip no longer seems used.

Change-Id: I558b3bff7da97853d53ab5ef71b0a9854238e592
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-05-29 18:16:12 -04:00
parent 940fb1b7ca
commit 6c124d557e
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
4 changed files with 0 additions and 28 deletions

View File

@ -1,3 +1,2 @@
cache-url
prepare-node
source-repositories

View File

@ -1 +0,0 @@
Prepare the node

View File

@ -1 +0,0 @@
nodepool-base

View File

@ -1,25 +0,0 @@
#!/bin/bash
# Copyright (C) 2011-2013 OpenStack Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
# implied.
#
# See the License for the specific language governing permissions and
# limitations under the License.
# dib-lint: disable=setu setpipefail
if [ ${DIB_DEBUG_TRACE:-0} -gt 0 ]; then
set -x
fi
set -e
mkdir -p ~jenkins/cache/files
mkdir -p ~jenkins/cache/pip