diff options
author | Feng Pan <fpan@redhat.com> | 2017-09-15 12:03:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-15 12:03:40 +0000 |
commit | 23acd4820209eef14ee9001646ecb81856ce18b2 (patch) | |
tree | 3a7be6e643913203af6291dc35792485bdbef3cc /ci | |
parent | 2784827b0d2e3e2f904964c89db2421d4ababebd (diff) | |
parent | c61e0f2ad6a1b290bb667e3bfd021ebaf12d8054 (diff) |
Merge "Removes clean.sh"
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/clean.sh | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/ci/clean.sh b/ci/clean.sh deleted file mode 100755 index c2b987c0..00000000 --- a/ci/clean.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/usr/bin/env bash -############################################################################## -# Copyright (c) 2015 Tim Rozet (Red Hat), Dan Radez (Red Hat) and others. -# -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Apache License, Version 2.0 -# which accompanies this distribution, and is available at -# http://www.apache.org/licenses/LICENSE-2.0 -############################################################################## - -#Clean script to uninstall provisioning server for Apex -#author: Dan Radez (dradez@redhat.com) -#author: Tim Rozet (trozet@redhat.com) -set -e -yum -y install python34 python34-devel libvirt-devel python34-pip python-tox ansible -mkdir -p ~/tmp -mv -f .build ~/tmp/ -sudo pip3 install --upgrade --force-reinstall . -mv -f ~/tmp/.build . -opnfv-clean $@ |