summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)AuthorFilesLines
2011-05-30lo-commit-stat: add --log-dir optionPetr Mladek1-4/+11
allow to generate the log into another directory
2011-05-25lo-pack-sources: do not pack fetched stuff into the source tarballPetr Mladek1-0/+4
2011-04-28lo-commit-stat: new --bug-numbers option to print just bug numbersPetr Mladek1-11/+25
2011-04-26lo-commit-stat: detect mismatch of branches between reposPetr Mladek1-18/+23
2011-04-19fix typos in messagesAndras Timar1-8/+8
2011-04-13lo-commit-stat: add --rev-list optionPetr Mladek1-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-11lo-commit-stat: allow to list commits between branchesPetr Mladek1-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-11lo-pack-sources: generate bootstrap.ver profilePetr Mladek1-0/+13
FIXME: we should find another way to tell dowload the right version of used sources
2011-04-11lo-pack-sources: new script to generate source tarballsPetr Mladek1-0/+638
based on libreoffice/build/bin/lo-pack-sources; still need some clean up
2011-04-04lo-commit-stat: do stat also from the new "translations" repoPetr Mladek1-1/+1
2011-03-28lo-commit-stat: print summary into log a filePetr Mladek1-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-01lo-commit-stat: replace "n#" with "bnc#"Petr Mladek1-0/+7
the "bnc#" prefix is required by SUSE package conventions
2011-02-28Removed tinbuild scriptThorsten Behrens1-313/+0
tinbuild is now maintained in a separate repo: http://cgit.freedesktop.org/libreoffice/contrib/buildbot/
2011-02-23Make tinbuild load SMTP modules only on demandThorsten Behrens1-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-23Made tinderbox bcc owner on error mailsThorsten Behrens1-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-23Rename cleanup make targetThorsten Behrens1-1/+1
The old version was from libreoffice/build times.
2011-02-23Enable tinbuild to also use SMTP authThorsten Behrens1-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-18tinbuild: Better formatting of the tinderbox info.Jan Holesovsky1-5/+8
2011-02-17tinbuild: Include all the logs in the mails.Jan Holesovsky1-11/+10
2011-02-17tinbuild: Use MIME::Lite instead of direct Net::SMTP.Jan Holesovsky1-37/+49
We need to send the build logs as gzipped attachments, otherwise they are too big to be accepted by tinderbox.
2011-02-17tinbuild: Plug into http://tinderbox.go-oo.org/MASTER/status.htmlJan Holesovsky1-19/+105
And also rewrite the mail sending code, to be cross-platform [hopefully ;-)] - using Perl Net::SMTP module.
2011-02-14lo-commit-stat: new --bugs option to print just commits with bugsPetr Mladek1-11/+41
all add support to filter the ouput by some flags
2011-02-11bin/tinbuild: fix typoMiklos Vajna1-1/+1
2011-02-09lo-commit-stat: sort modules alphabeticalyPetr Mladek1-1/+1
2011-02-09lo-commit-stat: fix bug detectionPetr Mladek1-4/+2
+ fix printing of i#123 bugs + removed debug stuff to be able to detect more bugs again
2011-02-02lo-commit-stat: really print the found bug numbersPetr Mladek1-9/+8
2011-01-31lo-commit-stat: new script for analyzing commit logsPetr Mladek1-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-27Exit early if there is no doxygenLO-BASE-INTEGRATION-DEV300_m98Tor Lillqvist1-0/+2
2011-01-26Added script to search for unnecessary newlinesMichael Koch1-0/+63
Script recursively searches directorys for consecutive "empty line(s) - code line" groups
2011-01-20find-undocumented-classes: move from build repoMiklos Vajna1-0/+31
2011-01-06move find-german-comments from build repo to bootstrap/binMiklos Vajna7-0/+1718
2010-12-02Add with-linked-git and make repo list configurableThorsten Behrens2-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-01tinbuild: Update to match the new bootstrap-based build.Jan Holesovsky1-44/+20
2010-12-01tinbuild: Move it from the build repo to bootstrap.Jan Holesovsky1-0/+207
2010-11-30add a script to generate the links in bootstrapNorbert Thiebaud1-0/+15
2010-11-30simplify the determination of the bootstrap dirNorbert Thiebaud1-11/+6
2010-11-30add some utility scripts to create new workdirNorbert Thiebaud4-0/+243
based on kohei blog on the subject, adapted for the 'bootstrap' build