summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)AuthorFilesLines
2010-10-15fix split buildPetr Mladek8-63/+54
* bin/piece/file-list-help * bin/piece/file-list-libs-core * bin/piece/file-list-postprocess: common help files are installed in libs-core now * bin/piece/file-list-sdk: bin hardcoded ooo3 path * bin/piece/install-bootstrap: update for new path names; remove unused .in files * bin/piece/install-generic: new product name * bin/piece/post-inst-postprocess: renamed some paths * bin/piece/sys-setup.in: provide OO_INSTDIRNAME; set datarootdir correctly * patches/dev300/piece-helpcontent2.diff: path to lucene when building help stuff in extensions * src/sofficerc-upstream: follow the changes in normal sources
2010-10-15create boost.m4 also in split buildPetr Mladek1-0/+4
2010-10-15create-tags, completely fixed to work in rawbuild nowCédric Bosdonnat1-0/+1
2010-10-15Fixed typo in create-tagsCédric Bosdonnat1-1/+1
2010-10-15Fixed create-tags to work in rawbuildCédric Bosdonnat1-1/+13
2010-10-13Script that was used to change the product codes.Fridrich Štrba1-0/+468
2010-10-13Removed the vendor check before installing SDK in ooinstallCédric Bosdonnat1-1/+1
2010-10-13merge in evolution patchesCaolán McNamara1-3/+0
2010-10-13Add less whitespace around the Emacs/Vim modelines.Sebastian Spaeth1-2/+7
2010-10-13Script to add Emacs & Vim modelines to source files.Jesse Adelman1-0/+169
2010-10-12'g' should have been 'bin/g' of course.Jan Holesovsky1-1/+3
2010-10-12Improve error reporting if tinbuild.Jan Holesovsky1-12/+12
2010-10-12More info into the tinbuild mails.Jan Holesovsky1-23/+35
2010-10-12Introduce a special option to silence reporting the repo names.Jan Holesovsky1-2/+8
And also a small help ;-)
2010-10-11fdo#30769 try this to get Ubuntu ooinstall workingCaolán McNamara1-1/+1
2010-10-11remove un-necessary conversion, all .png now; and document in splash.txtMichael Meeks1-9/+0
2010-10-11Fix some bashismsFridrich Štrba2-4/+5
2010-10-11Change shebang to /bin/bashFridrich Štrba4-4/+4
This are real bash scripts and are not used during the normal build
2010-10-10Remove remaining gnu-ismNiko Rönkkö1-2/+2
2010-10-09Fix some more bashismsGiuseppe Castagno2-2/+2
2010-10-09Fix some bashisms in scriptsFridrich Štrba9-21/+21
2010-10-09Remove gnuisms from cp usageThorsten Behrens2-39/+38
The bin/unpack script previously employed the "-d" option to cp, which is a gnu extension. Removed that historic need, and subsequently also the configure check for gnucp
2010-10-08Remove debug line from changelog generatorThorsten Behrens1-1/+0
2010-10-08add bin/lo-git-commit-summaryPetr Mladek1-0/+141
helper script to summarize commits; might be used to generate the NEWS file, weekly news...
2010-10-08support bin/g commit --allow-emptyPetr Mladek1-1/+6
it is needed to add the release commmit message
2010-10-08Improve tinderbox mail message.Jan Holesovsky1-7/+22
2010-10-08Force PUSH_ALL in all the cases when g push gets a parameter.Jan Holesovsky1-4/+5
2010-10-08Fix a bashismFridrich Štrba1-3/+2
2010-10-08Use /bin/bash in create-gitignores.sh as it definitely uses bash featuresTor Lillqvist1-1/+1
2010-10-07Remove DOS end of lines when generating lo-build-<lang>.sdf filesPetr Mladek1-0/+6
2010-10-07Tinbuild has to mail all the people that committed recently.Jan Holesovsky1-5/+18
Between 2 tinderbox builds, anyone could have broken that, by a commit to any of the repos - so spam all the recent committers if a build breakage appears.
2010-10-07Force -1 for git log only if no other params are given.Jan Holesovsky1-2/+10
2010-10-07Make bin/g use /bin/bash again.Tor Lillqvist1-1/+1
There are so many bashisms in it. It's such an important script, we can't have it not working for a large part of the people (those whose /bin/sh isn't bash, for instance Ubuntu) while fixing the bashisms.
2010-10-07Revert "Remove a bashism"Tor Lillqvist1-1/+1
Will instead swicth bin/g back to #!/bin/bash. This reverts commit 28d1b47ce914d672f2bdf9df70be70479ef2fe09.
2010-10-07Remove a bashismTor Lillqvist1-1/+1
2010-10-07generalize the \!/bin/sh shebangFridrich Štrba36-36/+36
Fix the bashisms as they appear
2010-10-07extend bin/fixguard.py to remove commented out guardsPetr Mladek1-0/+2
it is just alternative line in script; it is not used out of box
2010-10-07Don't bother with instmsia.exeTor Lillqvist1-20/+1
We don't need that in any brand of Windows build, surely.
2010-10-07Don't bother with x bit for instmsiw.exeTor Lillqvist1-2/+1
It isn't a Cygwin program anyhow, and isn't run from Cygwin, so no need to copy it with the -p options, or to chmod it "executable" from a Cygwin point of view. No Windows file protection information will propagate through the installer anyway, whatever the Cygwin chmod would do.
2010-10-07s/OpenOffice/LibreOfficeAndras Timar1-2/+2
2010-10-07Update DejaVu version to match that expected by LO makefileryTor Lillqvist1-8/+4
Also, no need to move the DeejaVu zip anywhere, fetch_tarballs.sh downloads it to the TARFILE_LOCATION from which the makefilery in more_fonts will grab it. If using a non-standard DejaVu version, edit the correct makefile.mk. No bitstream_vera_fonts folder any more.
2010-10-07Fix bin/localize-ooo to cope with the renamed po/lo-build-*.sdf filesPetr Mladek1-2/+2
2010-10-06Rename project for document generation, tooThorsten Behrens1-3/+3
2010-10-06Actually copy the vcredist*.exe binaries to their placeFridrich Štrba1-2/+16
2010-10-06a script to help with git complaining about trailing whitespaceLuboš Luňák1-0/+12
2010-10-06remove add_acor.py, fixguard.py, gob from .gitignorePetr Mladek1-3/+0
add_acor.py is removed for good; the others are part of the repo again
2010-10-05gitignore add_acor.pyPetr Mladek1-0/+1
2010-10-05improve fixguard.py to accept #ifndef and #endif with commentsPetr Mladek1-1/+1
2010-10-05ignore _GLOBAL_ symbolsMichael Meeks1-0/+4
2010-10-05Revert "Some sed versions split the version string into two options"Fridrich Štrba1-2/+1
Due to popular demand This reverts commit eea1ea36019a3605bef803a962d2f08ea7d63671.