[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-API] XCP 1.5 BETA BUG: XCP any CentOS yum (Was: some cosmetic bugs)
Hi! The correct script to exclude all XCP-specific RPMS from updating : rpm -qa --queryformat "%{NAME}\t%{VENDOR}\n" | grep -v CentOS | awk 'BEGIN {a=""} {split($0,array,"\t"); a=a" "array[1]"*" } END {print "exclude="a"\n"}' >> /etc/yum.conf the 'exclude' pkgs should be in one long string.. Then change /etc/yum.repos.d/CentOS-Base.repo enabled=1 It seems, my XCP 1.5 beta still alive after upgrade... ;) _______________________________________________ Xen-api mailing list Xen-api@xxxxxxxxxxxxx http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |