summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Related fdo#51252: No more prereg, no more unopkg syncStephan Bergmann2012-08-101-1/+0
| | | | | | | | | | | | Now that 5c47e5f63a79a9e72ec4a100786b1bbf65137ed4 "fdo#51252 Disable copying share/prereg/bundled to avoid startup crashes" removed the use of share/prereg, there is no longer need to generate it in the first place (by calling "unopkg sync" at build or installation time), and so no need for the "unopkg sync" sub- command, either. This also allows to simplify some of the jvmfwk code that was only there so that "unopkg sync" (which can require a JVM) can work in "hostile" environments (during build and installation). Change-Id: I52657384f4561bf27948ba4f0f88f4498e90987f
* want to search for some sample pctsCaolán McNamara2012-07-271-1/+1
| | | | Change-Id: I1e3c8e0994d17c6d5465fe63ab73f927e90c4991
* redhat bugzilla changed a bitCaolán McNamara2012-07-271-1/+1
| | | | Change-Id: I95f0a96ac52ae929e20096d135207f8a0c040ca5
* Make commit stat script recognize opensuse fate entries, tooThorsten Behrens2012-07-121-5/+6
| | | | Change-Id: Ia6b3e6459c5bda7ea24091024cf3dabd19746237
* Slightly more robust removal of bug title prefix.Thorsten Behrens2012-06-251-2/+2
| | | | Change-Id: Ic37589222831d03ec48689a077b1eb16a9199385
* put the two new optinal desktop files into right file listsPetr Mladek2012-06-191-0/+4
| | | | Change-Id: I9e62bb0c14f2ba0d481cb4e926935af2394a652d
* lo-commit-stat: really print the piece title into the log filePetr Mladek2012-06-131-1/+1
| | | | | | perl is really funny; the file handle can't be delimited by a comma Change-Id: I49661d784ec3a10134e448800a3b81343e6748b1
* No need for fancy string formatting, use plain printThorsten Behrens2012-06-131-7/+4
| | | | Change-Id: I6886664951e76ce66c991f3657751f79e7896f0b
* lo-commit-stat: avoid problems whit '%' in the commit messagePetr Mladek2012-06-121-0/+3
| | | | Change-Id: Ia10bac649cc078f6ef39002d280dcff7e5d0b06d
* lo-pack-sources: correct check for valid libreoffice/core dirPetr Mladek2012-06-121-1/+1
| | | | Change-Id: I8dbe60b85d0a330e3b2b5f54984b561fe9be05be
* Optionally output wiki-markup from lo-commit-statThorsten Behrens2012-06-121-6/+29
| | | | | | | Starts to be a bit annoying to roll shell-sed every release. We fix too many bugs. Change-Id: I34b0e9c2bf2c43f84abd555a9d2ac7dde0b6ba3a
* new script config_host.mk.sourcePetr Mladek2012-06-114-4/+4
| | | | | | | | | | | it allows to source variables from config_host.mk into shell; there are many different hacks for this on other locations Use this script in bin/distro-install-*; The original solution with 'eval' did not work because shell was not able to pass that many arguments Change-Id: I3d9eb2fe2d6804a3c7783487e9c70f093edb2ad5
* lo-commit-stat: better formatting for bug fix commitsKorrawit Pruegsanusak2012-06-011-2/+2
| | | | | | | | | * some used "resolved" instead of "resolves" * some didn't have a colon after that * some inserted a space after bug ID and a separator * some used a "-" as a separator Change-Id: Iee6a0f0346a257124e9488fc8f3bbdc59b32cbac
* lo-commit-stat: we don't have 'bootstrap' repo anymoreKorrawit Pruegsanusak2012-06-011-2/+2
| | | | Change-Id: I2c5a73f992f204bccf8f1d125334d2746a1884fa
* lo-commit-stat: lowercase first char if the word contains only lowercase charsKorrawit Pruegsanusak2012-06-011-5/+7
| | | | | | | | | | | | | For Example: * ScConditionalFormat -> no change * SVG -> no change * WaE -> no change * Some -> some After this change, we now have to sort case-insensitively, or the lines starting with uppercase will clog up together. Change-Id: If08cbaa19e6f3496dd1f07920464d16140e2aa3a
* lo-commit-stat: bug ID should have >= 4 digitsKorrawit Pruegsanusak2012-06-011-1/+2
| | | | | | | This is to avoid capturing stack frame numbers as bug ID. http://lists.freedesktop.org/archives/libreoffice/2012-February/027133.html Change-Id: I14169d3a7db73a5d10df01ad1fd9fb95e4c0bd2f
* lo-commit-stat: use utf8 to be able to query a dash in the bug titleIvan Timofeev2012-05-211-1/+2
| | | | Change-Id: I691616575b5ea0b35e0ec0cc98db6772a7ad3b25
* lo-commit-stat: problem with wide character in bug titlePetr Mladek2012-05-181-5/+9
| | | | | | | | | | | + do not check for "-" in the bug title; it might be also wide character in some cases + show result when looking for bug titles + sort bugs when loolking for bug titles and printing bug numbers Change-Id: I39496f7d0cf5f7a116e7d3c506b76b4a3de1dee1
* lo-commit-stat: remove flags and print_filtersIvan Timofeev2012-05-181-29/+7
| | | | Change-Id: I3d5ecb3cc52aeba780087f4ecb6b3bf86353276c
* lo-commit-stat: use bug titles instead of commit messages if possibleIvan Timofeev2012-05-181-19/+104
| | | | Change-Id: I0d5bb5f593c94b039c45bde638337932fa380b55
* TDE integrationNorbert Thiebaud2012-05-141-1/+10
| | | | Change-Id: I6f468005c8d8d99d9251a9c4fe4629b98bc4aa5e
* correctly set install path in java-set-classpathPetr Mladek2012-05-021-1/+1
|
* really put SDK documentation into the doc subpackagePetr Mladek2012-05-021-4/+4
|
* convwatch.py: subprocess.check_output only in Python 2.7+Michael Stahl2012-04-271-1/+4
|
* rearrange orderCaolán McNamara2012-04-191-7/+7
|
* we're more interested in getting emf/wmf samples than pdfCaolán McNamara2012-04-191-10/+14
|
* sigh, need import sysCaolán McNamara2012-04-191-0/+1
|
* use stdout for errors like everything elseCaolán McNamara2012-04-181-1/+1
|
* continue in the face of adversaryCaolán McNamara2012-04-181-1/+5
|
* Fix handling of deleted bugzilla attachmentsGökçen Eraslan2012-04-171-0/+5
| | | | | As in https://bugs.kde.org/show_bug.cgi?ctype=xml&id=53343 <data> tag may not have a value if the attachment is deleted.
* attachmentid should be stable across mime-type changesCaolán McNamara2012-04-171-7/+9
|
* fdo#46538 Easyhack: Add support for more bug trackers to ↵Gökçen Eraslan2012-04-171-87/+191
| | | | | | | | | | | | | | | | | | | | | | get-bugzilla-attachments-by-mimetype This adds support for Novell, KDE (for KOffice/Calligra), GNOME (for Gnumeric), AbiSource (for AbiWord) bugzillas and Launchpad to bin/get-bugzilla-attachments-by-mimetype script as required by easyhack#46538. However, there two glitches and workarounds: 1- As stated in the code, Novell bugzilla requires users to log in to bugzilla in order to get full information about the bugs such as attachment bodies etc. Since Novell bugzilla uses some proprietary login extensions it's hard to implement log in mechanism and use it via xmlrpc API. python-bugzilla claims that it supports Novell bugzilla login but I could not make it work. As a workaround, comments containing "Created an attachment (id=xxxxxxx)" pattern are parsed and attachments are downloaded using urllib. Attachments are filtered using mimetype info obtained from http headers. 2- For launchpad, launchpadlib python module is used. But currently launchpad api does not support really advanced search like bugzilla. For example, it's not possible to search for bugs having application/pdf attachments. So, again a workaround is used. Code iterates over all the bugs of the *libreoffice* source package and check their attachments.
* allow to download main source tarballs againPetr Mladek2012-04-162-9/+7
| | | | | | | | | | | | The file "core.ver" was removed in configure together with other "core.*" files. It was ugly name. Better to use "sources.ver" and the variable "lo_sources_ver=..." The source version is not used in "unpack-sources", so do not source the .ver file at all. The source tarballs are put into "major.minor.micro" version subdirectory on the download site now.
* distro-install-file-lists: handle new file lists that appeared for LO-3.5Petr Mladek2012-04-131-13/+17
| | | | | | | | | Process the newly added file lists: + Script_Provider_For_Javascript + Script_Provider_For_Beanshell + PostgresqlSdbc + Files_Images
* distro-install-file-lists: mark javasettingsunopkginstall.xml as %configPetr Mladek2012-04-131-0/+1
|
* unpack-sources, download: update for .xz source tarballsPetr Mladek2012-04-131-8/+9
|
* download some unusual image mimetypes by defaultCaolán McNamara2012-03-201-3/+4
|
* update to point to moved openoffice.org bugzillaCaolán McNamara2012-03-201-1/+1
|
* cgms are image/cgmCaolán McNamara2012-03-201-0/+1
|
* Add options to bin/find-german-comments to help weed out false positivesTom Thorogood2012-03-141-1/+43
|
* attachmentid should be stable across mime-type changesCaolán McNamara2012-03-071-1/+1
|
* Add option to only list filenamesPhilipp Weissenbacher2012-03-071-3/+15
| | | | | | | | This adds the argument -f (--filenames-only), which only prints the filenames of files containing German comments. I personally scan the whole file for German strings anyway, as we do not find German strings with less than 4 chars. So there's not so much use in printing the found strings.
* bin/distro-install*: source config_host.mk instead of Env.Host.shPetr Mladek2012-02-294-4/+28
| | | | thanks Stefan Bergman for improving the sed pattern
* add convwatch.pyMichael Stahl2012-02-271-0/+424
|
* get-bugzilla-attachments-by-mimetype: add retry:Michael Stahl2012-02-131-2/+13
| | | | | Sadly the Apache OO bugzilla is rather unreliable and connections time out a lot; retry connections to work around that.
* get-bugzilla-attachments-by-mimetype: don't do images:Michael Stahl2012-02-131-0/+4
| | | | | What a stupid idea; what the heck do i do now with 5G of jpegs and pngs on my disk?
* get-bugzilla-attachments-by-mimetype: more mimetypesMichael Stahl2012-02-131-2/+104
|
* get-bugzilla-attachments-by-mimetype: deduplicateMichael Stahl2012-02-131-15/+14
|
* get-bugzilla-attachments-by-mimetype: fix itMichael Stahl2012-02-131-1/+2
|
* Surely these are mostly *not* used during the buildTor Lillqvist2012-02-081-2/+2
|