Issue60

Project smart
Title Write a logfile for changes
Priority feature Status done-review
Superseder Nosy List bernhard, netmask, rasker, rbos
Assigned To rasker Topics

Created on 2005-12-21.11:50:01 by bernhard, last changed 2008-07-02.19:52:39 by rasker.

Files
File name Uploaded Type Edit Remove
pkglog.lua rbos, 2006-01-22.20:15:14 text/plain
Messages
msg1471 (view) Author: rasker Date: 2008-07-02.19:52:39
Retired

Reason for Retirement: Duplicate of migrated issue 364. Please confirm if this
is still a problem in the latest version of Smart.

Please reopen this issue in the new bugtracker if it is still an issue.

New Bugtracker : http://bugs.launchpad.net/smart

further details:
https://blueprints.launchpad.net/smart/+spec/bug-reporting-migration.
msg268 (view) Author: netmask Date: 2006-01-23.00:58:09
Thanks for the tip, I'll take that into consideration. About the title, this is
a general issue, not just an OpenSUSE request.
msg258 (view) Author: rbos Date: 2006-01-22.20:15:14
I attached an lua script that keeps a log file for packages changed 
(added, removed, upgrade) with apt.  Just as an example.
msg179 (view) Author: netmask Date: 2005-12-26.01:12:26
We've already talked about this while I was implementing the 'rpm-log-level'
switch. In fact, I was thinking about it too because I'm in the need for it. We
hope to get it working soon. Thanks for your report.
msg174 (view) Author: bernhard Date: 2005-12-21.11:50:00
For most systems that I administrate, I keep a logfile 
which also includes when, which package was installed, removed 
or what ever. It would be a very cool feature for smart to provide 
such a logfile or hooks for it, as people would like to do this differently. 
Some might prefer a database, others a textfile that would need pre- or 
appending. 
 
For me this feature almost is a requirement for a package manager 
and we realised it with an apt shell wrapper that fires up an editor 
on the system logfile before the changes.
History
Date User Action Args
2008-07-02 19:52:39raskersetstatus: in-progress -> done-review
nosy: + rasker
messages: + msg1471
assignedto: netmask -> rasker
2006-01-23 00:58:13netmasksetmessages: + msg268
title: [opensuse] Write a logfile for changes -> Write a logfile for changes
2006-01-22 20:15:18rbossetfiles: + pkglog.lua
nosy: + rbos
messages: + msg258
title: Write a logfile for changes -> [opensuse] Write a logfile for changes
2005-12-26 01:12:26netmasksetstatus: unread -> in-progress
assignedto: netmask
messages: + msg179
nosy: + netmask
2005-12-21 11:50:06bernhardcreate