Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
[mixer] Add support to mixer 5.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Murilo Belluzzo <[email protected]>
  • Loading branch information
mbelluzzo-intel committed Aug 3, 2018
1 parent f9510ee commit c81fcc4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions release/mixer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ update_bundles() {

log_line "Building Bundles:"
log_line
sudo -E mixer --new-config build bundles
sudo -E mixer --native build bundles
log_line
}

Expand All @@ -113,11 +113,11 @@ generate_mix() {
fi

section "'Update' Content"
sudo -E mixer build update
sudo -E mixer --native build update

section "Deltas"
if [[ -n "${DS_LATEST}" ]]; then
sudo -E mixer build delta-packs --from ${DS_LATEST} --to ${mix_ver}
sudo -E mixer --native build delta-packs --from ${DS_LATEST} --to ${mix_ver}
else
log "Skipping Delta Packs creation" "No previous version was found."
fi
Expand All @@ -140,7 +140,7 @@ section "Bootstrapping Mix Workspace"
mixer init --local-rpms
mixer config set Swupd.CONTENTURL "${DSTREAM_DL_URL}/update"
mixer config set Swupd.VERSIONURL "${DSTREAM_DL_URL}/update"
mixer config set Swupd.FORMAT "${DS_FORMAT}"
sed -i -E -e "s/(FORMAT = )(.*)/\1\"${DS_FORMAT}\"/" mixer.state

log_line "Looking for previous releases:"
if [[ -z ${DS_LATEST} ]]; then
Expand Down

0 comments on commit c81fcc4

Please sign in to comment.