Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-30 | lo-commit-stat: add --log-dir option | Petr Mladek | 1 | -4/+11 | |
allow to generate the log into another directory | |||||
2011-05-25 | lo-pack-sources: do not pack fetched stuff into the source tarball | Petr Mladek | 1 | -0/+4 | |
2011-04-28 | lo-commit-stat: new --bug-numbers option to print just bug numbers | Petr Mladek | 1 | -11/+25 | |
2011-04-26 | lo-commit-stat: detect mismatch of branches between repos | Petr Mladek | 1 | -18/+23 | |
2011-04-19 | fix typos in messages | Andras Timar | 1 | -8/+8 | |
2011-04-13 | lo-commit-stat: add --rev-list option | Petr Mladek | 1 | -11/+20 | |
+ use "git log" again to get weekly commit logs + use "git rev-list" only with --rev-list option; useful to list differences between branches | |||||
2011-04-11 | lo-commit-stat: allow to list commits between branches | Petr Mladek | 1 | -2/+2 | |
use "git rev-list --pretty=medium" instead of "git log" to be able to use origin/libreoffice-3-4 ^origin/libreoffice-3-3 to generate list of changes that are in 3.4 but not in 3.3 | |||||
2011-04-11 | lo-pack-sources: generate bootstrap.ver profile | Petr Mladek | 1 | -0/+13 | |
FIXME: we should find another way to tell dowload the right version of used sources | |||||
2011-04-11 | lo-pack-sources: new script to generate source tarballs | Petr Mladek | 1 | -0/+638 | |
based on libreoffice/build/bin/lo-pack-sources; still need some clean up | |||||
2011-04-04 | lo-commit-stat: do stat also from the new "translations" repo | Petr Mladek | 1 | -1/+1 | |
2011-03-28 | lo-commit-stat: print summary into log a file | Petr Mladek | 1 | -10/+74 | |
the generated log file name is: + commit-log-<branch>-<log-suffix>.log by default + bugfixes-<branch>-<suffix>.log with the --bugs option , where <branch is automatically detected; <suffix> is defined by the --log-suffix=<suffix> option | |||||
2011-03-01 | lo-commit-stat: replace "n#" with "bnc#" | Petr Mladek | 1 | -0/+7 | |
the "bnc#" prefix is required by SUSE package conventions | |||||
2011-02-28 | Removed tinbuild script | Thorsten Behrens | 1 | -313/+0 | |
tinbuild is now maintained in a separate repo: http://cgit.freedesktop.org/libreoffice/contrib/buildbot/ | |||||
2011-02-23 | Make tinbuild load SMTP modules only on demand | Thorsten Behrens | 1 | -3/+1 | |
Net::SMTP::SSL and Net:SMTP::TLS may not be installed or available on all systems, so we're now only loading that if the corresponding command line option was given. | |||||
2011-02-23 | Made tinderbox bcc owner on error mails | Thorsten Behrens | 1 | -3/+6 | |
Every error spam now gets Bcc-ed to the owner. This does not apply to the x-tinder zipped log file mails. | |||||
2011-02-23 | Rename cleanup make target | Thorsten Behrens | 1 | -1/+1 | |
The old version was from libreoffice/build times. | |||||
2011-02-23 | Enable tinbuild to also use SMTP auth | Thorsten Behrens | 1 | -6/+35 | |
Previously, tinbuild was only able to use a local MTA - with this change, one can also e.g. use a googlemail account. Login creds and smtp crypt method gets passed via command line. | |||||
2011-02-18 | tinbuild: Better formatting of the tinderbox info. | Jan Holesovsky | 1 | -5/+8 | |
2011-02-17 | tinbuild: Include all the logs in the mails. | Jan Holesovsky | 1 | -11/+10 | |
2011-02-17 | tinbuild: Use MIME::Lite instead of direct Net::SMTP. | Jan Holesovsky | 1 | -37/+49 | |
We need to send the build logs as gzipped attachments, otherwise they are too big to be accepted by tinderbox. | |||||
2011-02-17 | tinbuild: Plug into http://tinderbox.go-oo.org/MASTER/status.html | Jan Holesovsky | 1 | -19/+105 | |
And also rewrite the mail sending code, to be cross-platform [hopefully ;-)] - using Perl Net::SMTP module. | |||||
2011-02-14 | lo-commit-stat: new --bugs option to print just commits with bugs | Petr Mladek | 1 | -11/+41 | |
all add support to filter the ouput by some flags | |||||
2011-02-11 | bin/tinbuild: fix typo | Miklos Vajna | 1 | -1/+1 | |
2011-02-09 | lo-commit-stat: sort modules alphabeticaly | Petr Mladek | 1 | -1/+1 | |
2011-02-09 | lo-commit-stat: fix bug detection | Petr Mladek | 1 | -4/+2 | |
+ fix printing of i#123 bugs + removed debug stuff to be able to detect more bugs again | |||||
2011-02-02 | lo-commit-stat: really print the found bug numbers | Petr Mladek | 1 | -9/+8 | |
2011-01-31 | lo-commit-stat: new script for analyzing commit logs | Petr Mladek | 1 | -0/+269 | |
this script can be used to generate the weekly news, release news; it might be extended to do even more commit statistics in the future; | |||||
2011-01-27 | Exit early if there is no doxygenLO-BASE-INTEGRATION-DEV300_m98 | Tor Lillqvist | 1 | -0/+2 | |
2011-01-26 | Added script to search for unnecessary newlines | Michael Koch | 1 | -0/+63 | |
Script recursively searches directorys for consecutive "empty line(s) - code line" groups | |||||
2011-01-20 | find-undocumented-classes: move from build repo | Miklos Vajna | 1 | -0/+31 | |
2011-01-06 | move find-german-comments from build repo to bootstrap/bin | Miklos Vajna | 7 | -0/+1718 | |
2010-12-02 | Add with-linked-git and make repo list configurable | Thorsten Behrens | 2 | -1/+1 | |
* adds --with-linked-git config option, that internally uses git-new-workdir * consolidates various repo lists into bin/repo-list, and use that to dynamically add l10n repo | |||||
2010-12-01 | tinbuild: Update to match the new bootstrap-based build. | Jan Holesovsky | 1 | -44/+20 | |
2010-12-01 | tinbuild: Move it from the build repo to bootstrap. | Jan Holesovsky | 1 | -0/+207 | |
2010-11-30 | add a script to generate the links in bootstrap | Norbert Thiebaud | 1 | -0/+15 | |
2010-11-30 | simplify the determination of the bootstrap dir | Norbert Thiebaud | 1 | -11/+6 | |
2010-11-30 | add some utility scripts to create new workdir | Norbert Thiebaud | 4 | -0/+243 | |
based on kohei blog on the subject, adapted for the 'bootstrap' build |