https://bugs.freedesktop.org/show_bug.cgi?id=51159
--- Comment #1 from DavidO <[email protected]> 2012-06-19 15:02:21 PDT --- Hi, I pushed the initial version of devtools/scripts/gerrit_daily_digest.py script. It just read the gerrit patches and write a blank separated touple (current three attributes) from each patch. [david@wizball scripts (master)]$ ./gerrit_daily_digest.py gerrit_daily_digest.py -g --gerrit (i. e. logerrit or gerrit.libreoffice.org, use alias in your ~/.ssh/config with your public key) -s --status (open, merged, abandoned) -p --project (i. e. core) -b --branch (i. e. master) -v --verbose -h --help Example: gerrit_daily_digest.py -g logerrit -s merged -p core -b master and in action: [david@wizball scripts (master)]$ pwd && ls -all gerrit_daily_digest.py /home/david/projects/libreoffice-core/git/devtools/scripts -rwxrwxr-x 1 david david 1988 2012-06-19 23:51 gerrit_daily_digest.py [david@wizball scripts (master)]$ ./gerrit_daily_digest.py -g logerrit -s open -p core -b master https://gerrit.libreoffice.org/222 "Rename the class ImplFontData into PhysicalFontFace" [email protected] [david@wizball scripts (master)]$ ./gerrit_daily_digest.py -g logerrit -s merged -p core -b master https://gerrit.libreoffice.org/179 "gbuild migration: pyuno module" [email protected] https://gerrit.libreoffice.org/108 "make foo.all should work again" [email protected] https://gerrit.libreoffice.org/11 "fdo#45688: Split button for Calc cell font color" [email protected] https://gerrit.libreoffice.org/12 "make the comment visible on the configure side" [email protected] https://gerrit.libreoffice.org/10 "Translate German comments, fix some whitespace and bad translations" [email protected] https://gerrit.libreoffice.org/9 "don't crash when scrolling in input line, fdo#46975" [email protected] https://gerrit.libreoffice.org/8 "UnoApiTarget: add missing dependency" [email protected] https://gerrit.libreoffice.org/7 "Finish translating connectivity, fix some whitespace" [email protected] https://gerrit.libreoffice.org/6 "Translate German comments, fix some whitespace" [email protected] https://gerrit.libreoffice.org/4 "attempt fix of hang on base close, due to solarmutex deadlock on join" [email protected] https://gerrit.libreoffice.org/3 "Missed two chars" [email protected] https://gerrit.libreoffice.org/2 "Translate German comments" [email protected] https://gerrit.libreoffice.org/5 "basic: add missing forward declarations for helper functions" [email protected] https://gerrit.libreoffice.org/1 "call the gerrit commit-msg hook if present" [email protected] Regards David -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
