Skip to content

Commit a16ec7a

Browse files
authored
Merge pull request #6987 from xcat2/master
Merge from master to 2.16 branch for 2.16.2 release. (3)
2 parents 2570c7e + eecd000 commit a16ec7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Version,Release Date,New OS Supported,Release Notes
2-
2.16.2,2021-05-21,"RHEL 8.3",`2.16.2 Release Notes <https://github.com/xcat2/xcat-core/wiki/XCAT_2.16.2_Release_Notes>`_
2+
2.16.2,2021-05-25,"RHEL 8.3",`2.16.2 Release Notes <https://github.com/xcat2/xcat-core/wiki/XCAT_2.16.2_Release_Notes>`_
33
2.16.1,2020-11-06,"RHEL 8.2",`2.16.1 Release Notes <https://github.com/xcat2/xcat-core/wiki/XCAT_2.16.1_Release_Notes>`_
44
2.16.0,2020-06-17,"RHEL 8.1,SLES 15",`2.16.0 Release Notes <https://github.com/xcat2/xcat-core/wiki/XCAT_2.16_Release_Notes>`_

xCAT-test/autotest/testcase/migration/sles_migration

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ check:rc==0
189189
cmd:xdsh $$CN "zypper -n install xCAT"
190190
check:rc==0
191191
# Name of createrepo package on sles15 is different from sles12
192-
cmd:if [ "__GETNODEATTR($$CN,os)__" = "sle15" ]; then xdsh $$CN "zypper -n install createrepo_c"; else xdsh $$CN "zypper -n install createrepo";fi
192+
cmd:if [[ "__GETNODEATTR($$CN,os)__" =~ "sle15" ]]; then xdsh $$CN "zypper -n install createrepo_c"; else xdsh $$CN "zypper -n install createrepo";fi
193193
check:rc==0
194194
cmd:xdsh $$CN "source /etc/profile.d/xcat.sh"
195195
check:rc==0

0 commit comments

Comments
 (0)