2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 03:32:04 +00:00

fix CI xCAT-vlan failure

This commit is contained in:
bybai 2018-01-19 00:00:03 -05:00
parent d9a8a1bce6
commit a673a886ac
9 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ then
for file in $packages
do
file_low=`echo $file | tr '[A-Z]' '[a-z]'`
if [ "$file" = "xCAT" -o "$file" = "xCAT-genesis-scripts" ]; then
if [ "$file" = "xCAT" -o "$file" = "xCAT-genesis-scripts" -o "$file" = "xCATsn" ]; then
target_archs="amd64 ppc64el"
else
target_archs="all"

0
xCAT-vlan/debian/changelog Executable file → Normal file
View File

0
xCAT-vlan/debian/compat Executable file → Normal file
View File

0
xCAT-vlan/debian/control Executable file → Normal file
View File

0
xCAT-vlan/debian/copyright Executable file → Normal file
View File

0
xCAT-vlan/debian/dirs Executable file → Normal file
View File

0
xCAT-vlan/debian/docs Executable file → Normal file
View File

0
xCAT-vlan/debian/install Executable file → Normal file
View File

0
xCAT-vlan/debian/postinst Executable file → Normal file
View File