Skip to content
Snippets Groups Projects
Verified Commit ebb49596 authored by Karel Koci's avatar Karel Koci :metal:
Browse files

compile_fw: move stats step before pkgsrepo

Step pkgsrepo moves packages stat checks away so it is required to first
generate stats and after that do move.
parent 061dba59
1 merge request!298Hotfix/compilefw stat
......@@ -18,7 +18,7 @@ set -e
shopt -s nullglob
# Step list that is run when no commands are specified
DEFAULT_STEPS=( "prepare" "compile" "sign" "store_hash" "pkgsrepo" "stats" "gen_junit" )
DEFAULT_STEPS=( "prepare" "compile" "sign" "store_hash" "stats" "pkgsrepo" "gen_junit" )
# Paths to OpenWRT build and turris-build sources
src_dir="$(dirname "$(readlink -f "$0")")"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment