Hi,
There is a yum-3.2.22 in the c5-testing repo's. This is what will be most likely the next yum update in CentOS-5, so please test. Things that would be good to get feedback on are exactly how the behavior changes for people with modified / customised configs and repo setups.
Feedback here on the list would be ideal.
http://wiki.centos.org/AdditionalResources/Repositories for info on howto setup the Testing repo if you dont have it already.
Karanbir Singh wrote:
Hi,
There is a yum-3.2.22 in the c5-testing repo's. This is what will be most likely the next yum update in CentOS-5, so please test. Things that would be good to get feedback on are exactly how the behavior changes for people with modified / customised configs and repo setups.
Feedback here on the list would be ideal.
http://wiki.centos.org/AdditionalResources/Repositories for info on howto setup the Testing repo if you dont have it already.
I installed this on 3 machines yesterday and did updates ... it works ok so far
On Wed, 2009-08-26 at 16:46 +0100, Karanbir Singh wrote:
Hi,
There is a yum-3.2.22 in the c5-testing repo's.<snip>
Feedback here on the list would be ideal.
http://wiki.centos.org/AdditionalResources/Repositories for info on howto setup the Testing repo if you dont have it already.
Installed 8/25 # rpm -q yum yum-3.2.22-20.el5.centos
Only one pkg to do (gnutls)but it worked well this A.M.
On Thu, 2009-08-27 at 03:10 -0400, William L. Maltby wrote:
On Wed, 2009-08-26 at 16:46 +0100, Karanbir Singh wrote:
Hi,
There is a yum-3.2.22 in the c5-testing repo's.<snip>
Feedback here on the list would be ideal.
http://wiki.centos.org/AdditionalResources/Repositories for info on howto setup the Testing repo if you dont have it already.
Installed 8/25 # rpm -q yum yum-3.2.22-20.el5.centos
Only one pkg to do (gnutls)but it worked well this A.M.
And this A.M., used it again to install the yum-metadata-parser Johnny talked about. All went well.
Karanbir Singh wrote:
Hi,
There is a yum-3.2.22 in the c5-testing repo's. This is what will be most likely the next yum update in CentOS-5, so please test. Things that would be good to get feedback on are exactly how the behavior changes for people with modified / customised configs and repo setups.
Feedback here on the list would be ideal.
http://wiki.centos.org/AdditionalResources/Repositories for info on howto setup the Testing repo if you dont have it already.
Tested on a couple of x86_64 systems with 3rd party repos enabled. No issues encountered. Seems quite a bit more verbose about the metadata processing.
Phil
Karanbir Singh wrote:
Hi,
There is a yum-3.2.22 in the c5-testing repo's. This is what will be most likely the next yum update in CentOS-5, so please test. Things that would be good to get feedback on are exactly how the behavior changes for people with modified / customised configs and repo setups.
Feedback here on the list would be ideal.
http://wiki.centos.org/AdditionalResources/Repositories for info on howto setup the Testing repo if you dont have it already.
There is also now a new yum-metadata-parser file to look at:
yum-metadata-parser-1.1.2-3.el5.centos
It is also in the testing repo.
Thanks, Johnny Hughes
Johnny Hughes wrote:
Karanbir Singh wrote:
Hi,
There is a yum-3.2.22 in the c5-testing repo's. This is what will be most likely the next yum update in CentOS-5, so please test. Things that would be good to get feedback on are exactly how the behavior changes for people with modified / customised configs and repo setups.
Feedback here on the list would be ideal.
http://wiki.centos.org/AdditionalResources/Repositories for info on howto setup the Testing repo if you dont have it already.
There is also now a new yum-metadata-parser file to look at:
yum-metadata-parser-1.1.2-3.el5.centos
It is also in the testing repo.
Thanks, Johnny Hughes
Hi Johnny,
Is that yum-metadata-parser package built from the FasTrack SRPM?
If so, then I've been testing/using it for the last 4 months without issue - it does what it says on the tin (for me). I've not experienced any of the issues people have been fixing with 'yum clean all|metadata' since updating.
Ned Slider wrote:
Johnny Hughes wrote:
Karanbir Singh wrote:
Hi,
There is a yum-3.2.22 in the c5-testing repo's. This is what will be most likely the next yum update in CentOS-5, so please test. Things that would be good to get feedback on are exactly how the behavior changes for people with modified / customised configs and repo setups.
Feedback here on the list would be ideal.
http://wiki.centos.org/AdditionalResources/Repositories for info on howto setup the Testing repo if you dont have it already.
There is also now a new yum-metadata-parser file to look at:
yum-metadata-parser-1.1.2-3.el5.centos
It is also in the testing repo.
Thanks, Johnny Hughes
Hi Johnny,
Is that yum-metadata-parser package built from the FasTrack SRPM?
If so, then I've been testing/using it for the last 4 months without issue - it does what it says on the tin (for me). I've not experienced any of the issues people have been fixing with 'yum clean all|metadata' since updating.
Yes, it is the same one from fastrack.
On Sat, 2009-08-29 at 11:08 -0500, Johnny Hughes wrote:
<snip>
There is also now a new yum-metadata-parser file to look at:
yum-metadata-parser-1.1.2-3.el5.centos
It is also in the testing repo.
Installed it this morning and then did a yum list on it. Worked but ...
$ yum list yum-metadata-parser <snip> yum-metadata-parser.i386 1.1.2-3.el5.centos installed ^^^^^^^^^^^^^^^^^^^^^^^^ This part appeared in my Gnome terminal in yellow - hard to read. I've never seen this before. The terminal was 80x24, same as always, so I don't think it was some odd effect of wrapping.
Is the color change someting intentional? I did a --changelog, but nothing appeared, so I presume ther was no change log entry for the update. The package name again appeared in yellow, so it is consistent over two runs.
Let me try it on a virtual console ... Effect not seen there. Let me do a screen reset in the Gnome terminal and try again ... yellow again. Did a clean all and listed agai - still yellow.
Hard to read on a white background, s/b ok on a black background.
Thanks, Johnny Hughes
<snip>
On Sun, Aug 30, 2009 at 4:29 AM, William L. MaltbyCentOS4Bill@triad.rr.com wrote:
Is the color change someting intentional? I did a --changelog, but nothing appeared, so I presume ther was no change log entry for the update. The package name again appeared in yellow, so it is consistent over two runs.
Apparently, the -color option is turned on in the latest yum by default. You can disable it by adding a -color=never to the yum command. Or, maybe customize the color by editing config.py. I see these lines:
color_list_installed_older = Option('bold') color_list_installed_newer = Option('bold,yellow') color_list_installed_reinstall = Option('normal') color_list_installed_extra = Option('bold,red')
color_list_available_upgrade = Option('bold,blue') color_list_available_downgrade = Option('dim,cyan') color_list_available_reinstall = Option('bold,underline,green') color_list_available_install = Option('normal')
color_update_installed = Option('normal') color_update_local = Option('bold') color_update_remote = Option('normal')
color_search_match = Option('bold')
Akemi
On Sun, 2009-08-30 at 05:11 -0700, Akemi Yagi wrote:
On Sun, Aug 30, 2009 at 4:29 AM, William L. MaltbyCentOS4Bill@triad.rr.com wrote:
Is the color change someting intentional? I did a --changelog, but
<snip>
Apparently, the -color option is turned on in the latest yum by default. You can disable it by adding a -color=never to the yum command. Or, maybe customize the color by editing config.py. I see these lines:
color_list_installed_older = Option('bold') color_list_installed_newer = Option('bold,yellow') color_list_installed_reinstall = Option('normal') color_list_installed_extra = Option('bold,red') color_list_available_upgrade = Option('bold,blue') color_list_available_downgrade = Option('dim,cyan') color_list_available_reinstall = Option('bold,underline,green') color_list_available_install = Option('normal') color_update_installed = Option('normal') color_update_local = Option('bold') color_update_remote = Option('normal') color_search_match = Option('bold')
Akemi
Thank you Akemi!
<snip sig stuff>
Akemi Yagi wrote:
On Sun, Aug 30, 2009 at 4:29 AM, William L. MaltbyCentOS4Bill@triad.rr.com wrote:
Is the color change someting intentional? I did a --changelog, but nothing appeared, so I presume ther was no change log entry for the update. The package name again appeared in yellow, so it is consistent over two runs.
Apparently, the -color option is turned on in the latest yum by default. You can disable it by adding a -color=never to the yum command. Or, maybe customize the color by editing config.py.
always looking for the hard work? man yum.conf, look for color ! (assuming you have the new yum installed, of course)
I see these lines:
color_list_installed_older = Option('bold') color_list_installed_newer = Option('bold,yellow') color_list_installed_reinstall = Option('normal') color_list_installed_extra = Option('bold,red') color_list_available_upgrade = Option('bold,blue') color_list_available_downgrade = Option('dim,cyan') color_list_available_reinstall = Option('bold,underline,green') color_list_available_install = Option('normal') color_update_installed = Option('normal') color_update_local = Option('bold') color_update_remote = Option('normal') color_search_match = Option('bold')
Akemi _______________________________________________ CentOS-devel mailing list CentOS-devel@centos.org http://lists.centos.org/mailman/listinfo/centos-devel
On Mon, 2009-08-31 at 09:57 +0300, Manuel Wolfshant wrote:
<snip>
man yum.conf, look for color ! (assuming you have the new yum installed, of course)
That seems a significant change and should be accompanied by a change log entry I think.
Oh well. The man page explains all but the lack of noting a major change or enhancement in a change log.
Thanks!
On Mon, 2009-08-31 at 06:30 -0400, William L. Maltby wrote:
On Mon, 2009-08-31 at 09:57 +0300, Manuel Wolfshant wrote:
<snip>
man yum.conf, look for color ! (assuming you have the new yum installed, of course)
That seems a significant change and should be accompanied by a change log entry I think.
Oh well. The man page explains all but the lack of noting a major change or enhancement in a change log.
The changelog just says something like "rebase to blah version", and there have been a few "significant" changes between each rebase. You might want to have a look at:
http://yum.baseurl.org/wiki/releases
...and follow from there, as all the significant changes should be listed.
On Mon, 2009-08-31 at 10:48 -0400, James Antill wrote:
On Mon, 2009-08-31 at 06:30 -0400, William L. Maltby wrote:
<snip>
Oh well. The man page explains all but the lack of noting a major change or enhancement in a change log.
The changelog just says something like "rebase to blah version", and there have been a few "significant" changes between each rebase. You might want to have a look at:
http://yum.baseurl.org/wiki/releases
...and follow from there, as all the significant changes should be listed.
Thanks!
On Sat, 2009-08-29 at 11:08 -0500, Johnny Hughes wrote:
Karanbir Singh wrote:
Hi,
There is a yum-3.2.22 in the c5-testing repo's. This is what will be most likely the next yum update in CentOS-5, so please test. Things that would be good to get feedback on are exactly how the behavior changes for people with modified / customised configs and repo setups.
Feedback here on the list would be ideal.
http://wiki.centos.org/AdditionalResources/Repositories for info on howto setup the Testing repo if you dont have it already.
There is also now a new yum-metadata-parser file to look at:
yum-metadata-parser-1.1.2-3.el5.centos
It is also in the testing repo.
Ran with it again this A.M. NP.
Thanks, Johnny Hughes
<snip sig stuff>
On Wed, 2009-08-26 at 16:46 +0100, Karanbir Singh wrote:
Hi,
There is a yum-3.2.22 in the c5-testing repo's. This is what will be most likely the next yum update in CentOS-5, so please test. Things that would be good to get feedback on are exactly how the behavior changes for people with modified / customised configs and repo setups.
Feedback here on the list would be ideal.
http://wiki.centos.org/AdditionalResources/Repositories for info on howto setup the Testing repo if you dont have it already.
Ran a big batch (relatively) of updates again this A.M. NP.
Looks like this one's good to go.