Skip to content

Commit

Permalink
deby.conf: correct match pattern in SANITY_TESTED_DISTROS
Browse files Browse the repository at this point in the history
the commit 175263e5847cbd5eb2f272a76084238ef6835ab7 in poky
removed all non-alphanumerics from output of distro_identifier().
i.e. "Debian-GNU-Linux-*" => "DebianGNULinux-*"
This commit follows this specification change.

Signed-off-by: Kazuhiro Hayashi <kazuhiro3.hayashi@toshiba.co.jp>
  • Loading branch information
zuka0828 committed Oct 9, 2018
1 parent 65ef901 commit d56c87b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conf/distro/deby.conf
Expand Up @@ -64,15 +64,15 @@ protocol=${DEBIAN_GIT_PROTOCOL};\
rev=${DISTRO_CODENAME}-master\
"

# currently only Debian 8.0 jessie is tested
# currently only Debian 8.x jessie is tested
# In Debian, tested distro names given by distro_identifier()
# depend on the following command and files:
# 1. lsb_release -ir => Debian-8*
# 2. /etc/lsb-release => (no package provide this file)
# 3. /etc/os-release => Debian-GNU-Linux-8*
# 3. /etc/os-release => DebianGNULinux-8*
SANITY_TESTED_DISTROS ?= " \
Debian-8* \n \
Debian-GNU-Linux-8* \n \
DebianGNULinux-8* \n \
"

# Default hash policy for distro
Expand Down

0 comments on commit d56c87b

Please sign in to comment.