[oe] OE weekly changelog 2009-06-01 to 2009-06-08

Marcin Juszkiewicz marcin at juszkiewicz.com.pl
Mon Jun 8 15:46:57 UTC 2009


Consider this change to contrib/weekly-changelog-report.py script:

-os.system("git-shortlog --since=%s --until=%s | grep -v \"Merge branch\" | grep -v \"Merge commit\"" % (start_day.isoformat(), end_day.isoformat()))
+os.system("git shortlog --since=%s --until=%s | grep -v 'Merge branch' | grep -v 'Merge commit'|sed -e 's/^    //g'|cut -b -78 " % (start_day.isoformat(), end_day.isoformat()))

It will cut mail to 78 columns so it will be easier to read. Maybe will
also teach contributors to write shorter summaries ;)

Regards, 
-- 
JID:      hrw at jabber.org
Website:  http://marcin.juszkiewicz.com.pl/
LinkedIn: http://www.linkedin.com/in/marcinjuszkiewicz






More information about the Openembedded-devel mailing list