Skip to content

Commit

Permalink
prerequisites.sh: Update for Ubuntu 16.04 Xenial and 18.04 Bionic (v2…
Browse files Browse the repository at this point in the history
….2.3)

:Release Notes:
The old version works ok with new Ubuntu releases, no changes were
needed, so just add the new version and codename to *_sane variables.

:Detailed Notes:

:Testing Performed:
Only build tested.

:QA Notes:

:Issues Addressed:
[PLAT-57836] Update build script for Ubuntu 18.04
[PLAT-64784] [OSE] CCC: Update build script for Ubuntu 18.04 II
  • Loading branch information
shr-project authored and Minjae Kim committed Sep 20, 2018
1 parent 0e57e97 commit 9076be3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/prerequisites.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

check_sanity=true
usage="$0 [--help|-h] [--version|-V] [--force|-f]"
version="2.2.2"
version="2.2.3"
statusfile="/etc/webos.prerequisites"

for i ; do
Expand Down Expand Up @@ -62,8 +62,8 @@ fi
sane=true

distributor_id_sane="^Ubuntu$"
release_sane="^14.04$"
codename_sane="^trusty$"
release_sane="^14.04$|^16.04$|^18.04$"
codename_sane="^trusty$|^xenial$|^bionic$"
arch_sane="^amd64$"

case "${check_sanity}" in
Expand Down

0 comments on commit 9076be3

Please sign in to comment.