Skip to content

Commit

Permalink
ZCS-6046: Defination of ubuntu 18 added
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit Srivastava committed Nov 22, 2018
1 parent e024c60 commit 1cd0124
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/get_plat_tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,10 @@ if [ -f /etc/lsb-release ]; then
echo "16${i}"
exit 0
fi
if [ "$RELEASE" = "bionic" ]; then
echo "18${i}"
exit 0
fi
echo "UNKNOWN${i}"
exit 0
fi
Expand Down
2 changes: 2 additions & 0 deletions def/package-UBUNTU.def
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
include $(DEF_ROOT)/package-deb.def

PKG_APPEND.UBUNTU18_64 := .18.04
PKG_APPEND.UBUNTU16_64 := .16.04
PKG_APPEND.UBUNTU14_64 := .14.04
PKG_APPEND.UBUNTU12_64 := .12.04
PKG_OS_TAG.UBUNTU18_64 := u18
PKG_OS_TAG.UBUNTU16_64 := u16
PKG_OS_TAG.UBUNTU14_64 := u14
PKG_OS_TAG.UBUNTU12_64 := u12

0 comments on commit 1cd0124

Please sign in to comment.