summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-222-44/+8
|
* fix weird Circular Dep messagesPeter Foley2013-04-141-1/+1
| | | | Change-Id: Ib8e442740a421d3ed86202813e97aa0239fb2299
* add a env variable to keep the libraries w/ module-deps.plPeter Foley2013-04-111-2/+6
| | | | Change-Id: Id9279b7e0dea2231db12997e571fe13ae240b914
* add ms publisher file formats to get-bugzilla-attachmentsMarkus Mohrhard2013-04-021-0/+1
|
* distro-install-sdk: don't try to chmod not packed component.uno.mapRene Engelhard2013-03-291-2/+0
| | | | Change-Id: Ice1a1dca6eb20057b428761469cc7f8a6db213b4
* fix postgresql buildPeter Foley2013-03-261-0/+1
| | | | Change-Id: I379029dbf600769e415582aa7162f320e707c3da
* make module-deps.pl work in separate builddirPeter Foley2013-03-261-2/+4
| | | | Change-Id: I951e5b760fa4749cb712a927110e702949e0eaa3
* speed-up module-deps.plPeter Foley2013-03-261-1/+1
| | | | Change-Id: Idf703b1b5e26e32a0e8276c6f2eba51cd80f1b0b
* perl defined is deprecatedPeter Foley2013-03-161-1/+1
| | | | Change-Id: Ibe63cf7c70dc12ae76a6d21ef8c05c58c684eb82
* move update_pch.sh to a more obvious placePeter Foley2013-03-151-0/+162
| | | | Change-Id: I379bfa8a8531c9ebc09d29ac789d70c8c5dafc79
* first crack at writing a linter for .ui filesJack Leigh2013-03-151-0/+89
| | | | | | | Change-Id: I51fd2b426e3292647ca618bf867d22275d7ed4fd Reviewed-on: https://gerrit.libreoffice.org/2762 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
* module-deps: optimize dependency tree after library collapsingDavid Ostrovsky2013-03-111-75/+114
| | | | Change-Id: I251572564422f99f56021275afd6294e958bbff9
* module-deps.pl: extend dependency graph generationDavid Ostrovsky2013-03-091-96/+286
| | | | | | | | | | | | | | | | | | | | | | | Induce the module name from the library name. Report the libraries that can not be mapped to a module. Make the resulting module dependency graph unique. Add diagnostic options: --help --verbose --version Add convenience options (primary for caching): --from-file --to-file Add output option --output Provide a manual page with hints how to hack on it. Change-Id: Ib5c029c6ea197ca4f66fe6958ecbc3f78452c603
* lo-commit-stat: new --bugs-changelog optionPetr Mladek2013-03-061-74/+91
| | | | | | | | | | Add --bugs-changelog option to print the list of bugs in the style of SUSE changelog Optimized the code to check bugzilla only once when you generate more logs. Change-Id: I56eeda92628422f1b649c0fd71ae9146aeaa85c9
* make debugging / cache better and kill a warning.Michael Meeks2013-03-061-4/+11
|
* significantly faster and less lame module dep collapsing.Michael Meeks2013-03-061-18/+38
|
* world's lamest code for generating graphviz from module deps.Michael Meeks2013-03-051-7/+96
|
* initial gnumake module deps dumping.Michael Meeks2013-03-051-0/+79
|
* remove stale javafiltersAndras Timar2013-03-032-5/+0
| | | | Change-Id: Id0c413d64e6f6fa7ded3c5ff10e764bc2e40f006
* get-bugzilla-attachments-by-mimetype: add "application/vnd.visio.xml"Michael Stahl2013-02-251-0/+1
| | | | Change-Id: I113f7bf3fd4194011efe83b1776ca42ad489f652
* change lib:widget delimiter from : to -Caolán McNamara2013-02-211-3/+3
| | | | | | | because glade catalogs don't allow : in widgetnames which blocks making a catalog for our custom widgets Change-Id: I3d590ce7451264b49fa5a82a752dac44e47bbd81
* Resolves: fdo#60627 wrong lib names for some custom widgetsCaolán McNamara2013-02-151-0/+29
| | | | | | | | | | | Under Linux dlsym will search other locations and find them if they exist elsewhere, but not under windows, so its easy to put the wrong lib name in if developing under Linux because it'll generally work anyway. So add a script: bin/verify-custom-widgets-libs which can be used under Linux to verify that the required factory methods exist in the right lib. Change-Id: Ic30f8da5acc4712684a7a25fbfb003e8b21cb867
* lo-pack-sources: run NOCONFIGURE=1 ./autogen.sh instead of autoreconfPetr Mladek2013-01-221-5/+5
| | | | | | autogen.sh runs the needed tools with the right include paths Change-Id: Ia253b19566eeda31a1190a4fa7c543f7ffb63bfb
* convwatch.py: make it run on Python 3Michael Stahl2012-12-201-3/+3
| | | | Change-Id: Iaf0303f5268233ff34a4d4a31d1955fc6f58e7e2
* remove bin/repo-list accidentally added in c2537d7d1c291ba643953849cMatúš Kukan2012-12-191-1/+0
| | | | Change-Id: I2ff51793718a26f62157c3847034ac3fae905292
* Add librelogo to listsTomas Chvatal2012-12-191-0/+3
| | | | Change-Id: Iee20612a194b563d89c02a286993cd16fd196bbe
* Add py script provider to pyunoTomas Chvatal2012-12-192-0/+4
| | | | Change-Id: Ib2791daa0e2c219aee089c4417289316bd0759c9
* lo-commit-stat: allow to filer cherry-picked commitsPetr Mladek2012-11-291-13/+63
| | | | | | | | | Add --cherry option that filters commits using the "git cherry" command. Note that you need to pass git arguments for "git cherry". It means "old-branch-or-tag" "new-branch-or-tag". Change-Id: Iea67d0ead205c66112791cb0444fa183c7fa6e9b
* lo-commit-stat: allow to generate more logs at oncePetr Mladek2012-11-201-37/+58
| | | | | | | | | | | | | It takes ages to get bug summary from bugzilla => it is worh to generate normal and wiki logs at the same time. Why not produce all logs with one call Add --commits option. Also rename --wikibugs to --bugs-wiki. Use .wiki suffix for wiki logs. Also rename "commit-log" to "commits". It is enough to use ".log" as the suffix. Change-Id: I92bbc4d56a0ae9e23401be0677256059c777d712
* lo-pack-sources: use module instead of piecePetr Mladek2012-11-191-65/+68
| | | | | | | | | | | | | we use git submodules, so it makes more sense (hopefully) Replaced options: --no-lo-pieces with --no-submodule --piece=<piece> with --module=<module> Removed hopefully unused option: --no-lo-core Change-Id: Icbf742991ccda2f7833a5b50d51cb1421885383d
* lo-commit-stat: make it working with git submodulesPetr Mladek2012-11-191-71/+73
| | | | | | | | renamed options: --no-piece to --no-submodule --piece=<piece> to --module=<module> Change-Id: Ic4f1e3f4bdbe4f4fc175fea82e670310753ce130
* lo-pack-sources: use the same top-level directory in all tarballsPetr Mladek2012-11-191-74/+73
| | | | | | | | | It allows to avoid symlinks more easily. In addition, I did some clean up. I removed support for packing pieces from standalone checkout. I guess that noone is using it. Change-Id: I3c712f5eb12108229a157c636e0a63eca4ae0d6b
* bin/lo-pack-sources: fix to work with submodulesPetr Mladek2012-11-161-11/+20
| | | | | | I still want to use the same top level dir in all tarballs but not today :-) Change-Id: Iddbc8f91a84c4c73133a0eb4305d8aef7dc5c043
* add a script to generate the source tarball post submoduleNorbert Thiebaud2012-11-161-0/+182
| | | | | | | | | | | | To simplify things, we generate the source tarball with all the submodules included. so building from source should now be: wget the tarball and untar cd into the resulting directory ./autogen.sh + make Change-Id: Ie8e65a81309cf11728c5144c9001f7d96670f815
* bin/distro-install* are called from Makefile so the env is already thereNorbert Thiebaud2012-11-144-12/+0
| | | | Change-Id: I11242a896297f71ce0977c5ffeadf5f64f61455e
* add a way to extract variables from config_host/build and shell-export themNorbert Thiebaud2012-11-141-0/+23
| | | | | | | | | usage: . ./bin/get_config_variables [ --host | --build ] variable [variable ...] --host is the default Change-Id: I37d90faf613dfbdb060c18e25370175fde26f3bf
* distro-install: correcly pack KDE and TDE addressbook (bnc#779697)Petr Mladek2012-11-121-2/+4
| | | | Change-Id: Ieb37b226dcccb36d1c0e55e95d99e90ff26d8a26
* binfilter.die.die.dieNorbert Thiebaud2012-11-094-23/+3
| | | | | | | Change-Id: Ia3c103e4343d309b997ed37e33a382ffdfbddac3 Reviewed-on: https://gerrit.libreoffice.org/1014 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
* SUSE builds use the vendow SUSE now :-)Petr Mladek2012-11-061-6/+6
| | | | Change-Id: I32ecaaea616a1c0ffa62f72a1f3fb3a14d5144c6
* remove GIT_REPO_NAMES (duplicated by GIT_NEEDED_SUBMODULES)Christian Lohmaier2012-10-313-121/+0
| | | | | | | | | | | | use plain copy instead of git-new-workdir when using --with-linked-git configure switch (point it to your master copy of the core-repo) also remove obsolete bin/create_bootstrap_links, bin/mkworkdir and bin/repo-list[.in] Change-Id: I37028badf2c46a24a3d628e80476efe4dd365d06 Reviewed-on: https://gerrit.libreoffice.org/912 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* submodules migrationNorbert Thiebaud2012-10-161-12/+14
| | | | Change-Id: Ib3e472a4b1abf880f695be7a6667393d6a82f10d
* 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