[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)


  • To: xen-api@xxxxxxxxxxxxx
  • From: Alexander Voropay <alexander.voropay@xxxxxxxxx>
  • Date: Mon, 21 May 2012 17:48:30 +0400
  • Delivery-date: Mon, 21 May 2012 13:48:43 +0000
  • List-id: User and development list for XCP and XAPI <xen-api.lists.xen.org>

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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.