aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhou Hao <haox.a.zhou@intel.com>2019-08-02 15:42:19 +0800
committerPhilip Li <philip.li@intel.com>2019-08-02 18:42:33 +0800
commit0d41faf9393907ffb57db6f7a7942e0a78353b14 (patch)
tree6c7508a26753822068e0af9b036df34c733648ce
parent738790bacc4406abf7247c04809ddb59e67cc42c (diff)
downloadlkp-tests-master.tar.gz
pack/pft: Remove the pft methodHEADmaster
pft has converted pack to makepkg so remove the pack method Signed-off-by: Zhou Hao <haox.a.zhou@intel.com> Signed-off-by: Philip Li <philip.li@intel.com>
-rwxr-xr-xpack/pft11
1 files changed, 0 insertions, 11 deletions
diff --git a/pack/pft b/pack/pft
deleted file mode 100755
index 7a010cf0..00000000
--- a/pack/pft
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-
-download()
-{
- git_clone_update https://github.com/gormanm/pft
-}
-
-install()
-{
- cp -af $BM_NAME $BM_ROOT
-}