projects
/
platform
/
upstream
/
zypper.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e11039
)
Do not include Build dates, it triggers rebuilds over and over again
author
Cristian RodrÃguez
<cristian.rodriguez@opensuse.org>
Thu, 23 Sep 2010 01:06:42 +0000
(21:06 -0400)
committer
Michael Andres
<ma@suse.de>
Mon, 24 Jan 2011 09:32:05 +0000
(10:32 +0100)
src/main.cc
patch
|
blob
|
history
diff --git
a/src/main.cc
b/src/main.cc
index
c32c936
..
81dd5f9
100644
(file)
--- a/
src/main.cc
+++ b/
src/main.cc
@@
-72,7
+72,7
@@
int main(int argc, char **argv)
logfile = ZYPPER_LOG;
zypp::base::LogControl::instance().logfile( logfile );
- MIL << "===== Hi, me zypper " VERSION
" built " << __DATE__ << " " << __TIME__ << " ====="
<< endl;
+ MIL << "===== Hi, me zypper " VERSION << endl;
zypp::dumpRange( MIL, argv, argv+argc, "===== ", "'", "' '", "'", " =====" ) << endl;
OutNormal out(Out::QUIET);