Re: [gentoo-user] emerge history

2005-12-05 Thread Uwe Thiem
On 05 December 2005 09:29, Joseph wrote:
 Is there a way to tell which packages got upgraded in the past week?
 I have /etc/config-archive/ but if the configuration did not change it
 will not help me.

find /usr/portage/distfiles -mtime -7 -print

Uwe

-- 
Unix is sexy:
who | grep -i blonde | date
cd ~; unzip; touch; strip; finger
mount; gasp; yes; uptime; umount
sleep
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge history

2005-12-05 Thread Neil Bothwick
On Mon, 05 Dec 2005 00:29:39 -0700, Joseph wrote:

 Is there a way to tell which packages got upgraded in the past week?

I've just answered this in the straggling... thread. genlop is the
command you need

genlop --list --date last week

 I have /etc/config-archive/ but if the configuration did not change it
 will not help me.

 One of the upgrades, has caused tetex sending wrong information during
 conversion to postscript and that is causing my my printer demanding A4
 paper size.

This does sound like a configuration change, so the previous setting
should be in /etc/config-archive if you used dispatch-conf. genlop will
give you an idea of where to look.


-- 
Neil Bothwick

You know the end of the world is near when the Spice Girls start
reproducing.


signature.asc
Description: PGP signature


Re: [gentoo-user] emerge history

2005-12-05 Thread Neil Bothwick
On Mon, 5 Dec 2005 10:04:51 +0200, Uwe Thiem wrote:

  Is there a way to tell which packages got upgraded in the past week?
  I have /etc/config-archive/ but if the configuration did not change it
  will not help me.
 
 find /usr/portage/distfiles -mtime -7 -print

That won't help if a package was upgraded by an ebuild revision level,
because you probably still have the tarball from the previous emerge.
You need to use genlop, or read emerge.log directly. 


-- 
Neil Bothwick

If man ruled the world:


signature.asc
Description: PGP signature


Re: [gentoo-user] emerge history

2005-12-04 Thread Dale
Joseph wrote:

Is there a way to tell which packages got upgraded in the past week?
I have /etc/config-archive/ but if the configuration did not change it
will not help me.

One of the upgrades, has caused tetex sending wrong information during
conversion to postscript and that is causing my my printer demanding A4
paper size.

  

/var/log/emerge.log

This is Linux, there is a log for everything.  LOL  You sneeze, it keeps
a record of it.  O_O

Dale
:-)

-- 
To err is human, I'm most certainly human.

 

-- 
gentoo-user@gentoo.org mailing list