Do not include Build dates, it triggers rebuilds over and over again
authorCristian Rodríguez <cristian.rodriguez@opensuse.org>
Thu, 23 Sep 2010 01:06:42 +0000 (21:06 -0400)
committerMichael Andres <ma@suse.de>
Mon, 24 Jan 2011 09:32:05 +0000 (10:32 +0100)
src/main.cc

index c32c936..81dd5f9 100644 (file)
@@ -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);