Hi,
yumex-2.0 is now available in the testing repository for centos-5, this is the first stable release from Tim, meant for the EL5 platform. As always, please leave feedback so we might be able to move this into centos-extras.
Information on the testing repository including usage is available at http://wiki.centos.org/Repositories
- KB
On 8/18/07, Karanbir Singh mail-lists@karan.org wrote:
Hi,
yumex-2.0 is now available in the testing repository for centos-5, this is the first stable release from Tim, meant for the EL5 platform. As always, please leave feedback so we might be able to move this into centos-extras.
Information on the testing repository including usage is available at http://wiki.centos.org/Repositories
- KB
Installed on both i686 and x86_64. I have some notes about this version.
(1) I unselected the autorefresh option in Preferences. This changed the line "autorefresh=" in /etc/yumex.conf from "1" to "no". However, upon next start, refreshing still takes place. Could someone test on this?
(2) Just a wish list. I would like to see the "Select All" and "Deselect All" buttons like earlier versions in addition to (or instead of) "Add All" and "Remove All".
(3) When repolist gets out of testing, will it be possible to integrate it in yumex? It will be very nice to be able to see all repos with priorities etc.
Akemi
On Sat, 2007-08-18 at 09:28 -0700, Akemi Yagi wrote:
On 8/18/07, Karanbir Singh mail-lists@karan.org wrote:
Hi,
yumex-2.0 is now available in the testing repository for centos-5, this is the first stable release from Tim, meant for the EL5 platform. As always, please leave feedback so we might be able to move this into centos-extras.
Information on the testing repository including usage is available at http://wiki.centos.org/Repositories
- KB
Installed on both i686 and x86_64. I have some notes about this version.
(1) I unselected the autorefresh option in Preferences. This changed the line "autorefresh=" in /etc/yumex.conf from "1" to "no". However, upon next start, refreshing still takes place. Could someone test on this?
Tested on i386. Can't discern any difference in behavior with the following:
autorefresh = 1 autorefresh = no autorefresh = 0 No autorefresh entry in /etc/yumex.conf
Would be nice if yumex made a backup of the config file as opposed to silently clobbering it. Seems to make quite a lot of changes when simply trying to toggle one flag:
# diff yumex.conf_orig yumex.conf 2,18c2,4 < autorefresh = 1 < recentdays = 14 < proxy = < exclude = < debug = 0 < color_install = darkgreen < color_update = red < color_normal = black < color_obsolete = blue < filelist = 0 < changelog = 0 < plugins = 1 < usecache = 0 < fullobsoletion = 0 < yumdebuglevel = 2 < < ---
autorefresh = no exclude = proxy =
(2) Just a wish list. I would like to see the "Select All" and "Deselect All" buttons like earlier versions in addition to (or instead of) "Add All" and "Remove All".
(3) When repolist gets out of testing, will it be possible to integrate it in yumex? It will be very nice to be able to see all repos with priorities etc.
+1
/etc/yumex.profiles.conf does not end with a newline.
The "Group View" check box doesn't seem to to do much. Noticed that "Development/Development Tools" was not checked despite the fact that I have extensive development tools installed. Toggling the check put an icon on the line, but added nothing to the queue to process. On restarting the box is again un-checked.
Basic package installation works OK.
Phil
Phil Schaffner wrote:
On Sat, 2007-08-18 at 09:28 -0700, Akemi Yagi wrote:
On 8/18/07, Karanbir Singh mail-lists@karan.org wrote:
Hi,
yumex-2.0 is now available in the testing repository for centos-5, this is the first stable release from Tim, meant for the EL5 platform. As always, please leave feedback so we might be able to move this into centos-extras.
Information on the testing repository including usage is available at http://wiki.centos.org/Repositories
- KB
Installed on both i686 and x86_64. I have some notes about this version.
(1) I unselected the autorefresh option in Preferences. This changed the line "autorefresh=" in /etc/yumex.conf from "1" to "no". However, upon next start, refreshing still takes place. Could someone test on this?
Tested on i386. Can't discern any difference in behavior with the following:
autorefresh = 1 autorefresh = no autorefresh = 0 No autorefresh entry in /etc/yumex.conf
i will look into this issue.
Would be nice if yumex made a backup of the config file as opposed to silently clobbering it. Seems to make quite a lot of changes when simply trying to toggle one flag:
Yumex uses some yum API to write back the config changes to disk, but there have be some changes in the yum api to make it better and don't write all the default options back to disk. But that don't help on a EL5 system, there use an older yum release. I will find a way around this issue.
# diff yumex.conf_orig yumex.conf 2,18c2,4 < autorefresh = 1 < recentdays = 14 < proxy = < exclude = < debug = 0 < color_install = darkgreen < color_update = red < color_normal = black < color_obsolete = blue < filelist = 0 < changelog = 0 < plugins = 1 < usecache = 0 < fullobsoletion = 0 < yumdebuglevel = 2 <
<
autorefresh = no exclude = proxy =
(2) Just a wish list. I would like to see the "Select All" and "Deselect All" buttons like earlier versions in addition to (or instead of) "Add All" and "Remove All".
(3) When repolist gets out of testing, will it be possible to integrate it in yumex? It will be very nice to be able to see all repos with priorities etc.
+1
/etc/yumex.profiles.conf does not end with a newline.
The "Group View" check box doesn't seem to to do much. Noticed that "Development/Development Tools" was not checked despite the fact that I have extensive development tools installed. Toggling the check put an icon on the line, but added nothing to the queue to process. On restarting the box is again un-checked.
If a group is installed or not, depends on how the groups are defined in comps.xml. all mandatory & default packages defined in a group has to be installed for the group to be installed. I will check it a little deeper in CentOS 5 to see if it works as expected.
Basic package installation works OK.
Phil
CentOS-devel mailing list CentOS-devel@centos.org http://lists.centos.org/mailman/listinfo/centos-devel
Akemi Yagi wrote:
On 8/18/07, Karanbir Singh mail-lists@karan.org wrote:
Hi,
yumex-2.0 is now available in the testing repository for centos-5, this is the first stable release from Tim, meant for the EL5 platform. As always, please leave feedback so we might be able to move this into centos-extras.
Information on the testing repository including usage is available at http://wiki.centos.org/Repositories
- KB
Installed on both i686 and x86_64. I have some notes about this version.
(1) I unselected the autorefresh option in Preferences. This changed the line "autorefresh=" in /etc/yumex.conf from "1" to "no". However, upon next start, refreshing still takes place. Could someone test on this?
I will check it out.
(2) Just a wish list. I would like to see the "Select All" and "Deselect All" buttons like earlier versions in addition to (or instead of) "Add All" and "Remove All".
The package selection work a little different in yumex-2.0, than in yumex-1.2.
In 1.2: You have to first select the packages and the add them to the queue.
in 2.0: The package are added to the queue when you click on the selection checkbox, and reversed if you click again. So 'Select all' & 'Deselect all' don't make a lot of sense, they are replaced by add all: Add all the packages, you see in the current view to the queue. Remove all: Remove all the packages, you see in the current view. The button make most use when used when with updates.
(3) When repolist gets out of testing, will it be possible to integrate it in yumex? It will be very nice to be able to see all repos with priorities etc.
I don't know what repolist is, but seeing the priorities in the repo view is a nice idea, i will put it on the TODO list.
Tim
On 8/21/07, Tim Lauridsen tla@rasmil.dk wrote:
Akemi Yagi wrote:
(3) When repolist gets out of testing, will it be possible to integrate it in yumex? It will be very nice to be able to see all repos with priorities etc.
I don't know what repolist is, but seeing the priorities in the repo view is a nice idea, i will put it on the TODO list.
Tim
It is here:
http://lists.centos.org/pipermail/centos-devel/2007-June/003648.html
Daniel's nice work.
Akemi