From aeb2791f4d3a5e23090e56c330436205a61629d7 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Fri, 22 Sep 2017 11:48:38 -0700 Subject: Remove 'tools' Directory All tools (and history) have been moved to the pharos-tools repository: https://git.opnfv.org/pharos-tools/ Change-Id: I84fa9b6ebd9b27f42d41f2722eb1221ec39a8c94 Signed-off-by: Trevor Bramwell --- .../pharos-validator/src/pxe_initrd/src/bin/update_pkgs.sh | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 tools/pharos-validator/src/pxe_initrd/src/bin/update_pkgs.sh (limited to 'tools/pharos-validator/src/pxe_initrd/src/bin/update_pkgs.sh') diff --git a/tools/pharos-validator/src/pxe_initrd/src/bin/update_pkgs.sh b/tools/pharos-validator/src/pxe_initrd/src/bin/update_pkgs.sh deleted file mode 100755 index 2ac095fd..00000000 --- a/tools/pharos-validator/src/pxe_initrd/src/bin/update_pkgs.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -source /etc/profile - -# Update package list and upgrade all packages to the latest version -apk update && apk upgrade - -# Install python3 and development tools to install a python module -apk add build-base gcc make abuild binutils linux-headers musl-dev python3-dev python3 openssh -pip3 install --upgrade pip netifaces watchdog - -# Remove all the build tools to make the initrd smaller -apk del build-base gcc make abuild binutils linux-headers musl-dev python3-dev -- cgit 1.2.3-korg