projects
/
platform
/
upstream
/
libzypp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da241a0
)
revert installtime <-> buildtime
author
Klaus Kaempf
<kkaempf@suse.de>
Thu, 23 Feb 2006 09:53:09 +0000
(09:53 +0000)
committer
Klaus Kaempf
<kkaempf@suse.de>
Thu, 23 Feb 2006 09:53:09 +0000
(09:53 +0000)
zypp/source/susetags/SuseTagsPackageImpl.cc
patch
|
blob
|
history
diff --git
a/zypp/source/susetags/SuseTagsPackageImpl.cc
b/zypp/source/susetags/SuseTagsPackageImpl.cc
index 0a5973a4a4dec4d7dc32e9eb80fd99bbfb0d2d1e..463e0e43390e4add8c19962f16e3ce790f0b3867 100644
(file)
--- a/
zypp/source/susetags/SuseTagsPackageImpl.cc
+++ b/
zypp/source/susetags/SuseTagsPackageImpl.cc
@@
-47,13
+47,13
@@
namespace zypp
{ return _description; }
Date SuseTagsPackageImpl::buildtime() const
- { return
Date()
; }
+ { return
_buildtime
; }
std::string SuseTagsPackageImpl::buildhost() const
{ return std::string(); }
Date SuseTagsPackageImpl::installtime() const
- { return
_buildtime; }
+ { return
Date(); } // it was never installed
std::string SuseTagsPackageImpl::distribution() const
{ return std::string(); }