1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-01 10:52:33 +01:00

Added a script to check APK/Workload versions for inconsistencies

This commit is contained in:
Sebastian Goscik
2016-08-24 15:30:18 +01:00
parent 9d4aa4983a
commit 8e27794124
2 changed files with 71 additions and 0 deletions

View File

@@ -6,6 +6,11 @@ distributed as part of WA releases.
Scripts
-------
:check_apk_versions: Compares WA workload versions with the versions listed in APK
if there are any incistency it will highlight these. This
requires all APK files to be present for workloads with
versions.
:clean_install: Performs a clean install of WA from source. This will remove any
existing WA install (regardless of whether it was made from
source or through a tarball with pip).