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:
425996a
)
- add Source::checksum() which in combination with
author
Duncan Mac-Vicar P
<dmacvicar@suse.de>
Thu, 7 Sep 2006 14:20:29 +0000
(14:20 +0000)
committer
Duncan Mac-Vicar P
<dmacvicar@suse.de>
Thu, 7 Sep 2006 14:20:29 +0000
(14:20 +0000)
timestamp can give an idea of a source change.
zypp/source/SourceImpl.h
patch
|
blob
|
history
diff --git
a/zypp/source/SourceImpl.h
b/zypp/source/SourceImpl.h
index 0d865b342d6c4d3355cbfacdcfdc5a9d2bf4dbd7..26def715978661ded4f8ee5bab349f42f34fe15e 100644
(file)
--- a/
zypp/source/SourceImpl.h
+++ b/
zypp/source/SourceImpl.h
@@
-213,6
+213,8
@@
namespace zypp
*/
virtual Date timestamp() const;
+ virtual std::string checksum() const;
+
std::string alias (void) const
{ return _alias; }