mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-25 20:50:26 +00:00
[go-xcat] More error messages when yum failed
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#
|
||||
# go-xcat - Install xCAT automatically.
|
||||
#
|
||||
# Version 1.0.10
|
||||
# Version 1.0.11
|
||||
#
|
||||
# Copyright (C) 2016 International Business Machines
|
||||
# Eclipse Public License, Version 1.0 (EPL-1.0)
|
||||
@@ -923,8 +923,8 @@ function remove_repo_yum()
|
||||
# This deleting method is not good enough. Since there could be more
|
||||
# than one repostory definitions in a single repo file.
|
||||
# This is a quick and dirty method.
|
||||
rm -f $(grep -l "^\[${repo_id}\]$" "/etc/yum.repos.d/"*".repo")
|
||||
yum clean metadata >/dev/null 2>&1
|
||||
rm -f $(grep -l "^\[${repo_id}\]$" "/etc/yum.repos.d/"*".repo" 2>/dev/null)
|
||||
yum clean metadata
|
||||
}
|
||||
|
||||
# $1 repo id
|
||||
|
Reference in New Issue
Block a user