Skip to content

Commit

Permalink
cmdlib: Stop parsing rojig/license
Browse files Browse the repository at this point in the history
Nothing is using this right now.  Noticed this while looking
at variant builds.
  • Loading branch information
cgwalters authored and openshift-merge-robot committed May 22, 2020
1 parent d90d465 commit 919bd06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/cmdlib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -211,14 +211,13 @@ prepare_build() {
# Also grab rojig summary for image upload descriptions
name=$(jq -r '.rojig.name' < "${manifest_tmp_json}")
summary=$(jq -r '.rojig.summary' < "${manifest_tmp_json}")
license=$(jq -r '.rojig.license' < "${manifest_tmp_json}")
ref=$(jq -r '.ref' < "${manifest_tmp_json}")
ref_is_temp=""
if [ "${ref}" = "null" ]; then
ref="tmpref-${name}"
ref_is_temp=1
fi
export name ref summary license
export name ref summary
# And validate fields coreos-assembler requires, but not rpm-ostree
required_fields=("automatic-version-prefix")
for field in "${required_fields[@]}"; do
Expand Down

0 comments on commit 919bd06

Please sign in to comment.