summaryrefslogtreecommitdiff
path: root/bin/lo-pack-sources
AgeCommit message (Collapse)AuthorFilesLines
2012-06-12lo-pack-sources: correct check for valid libreoffice/core dirPetr Mladek1-1/+1
Change-Id: I8dbe60b85d0a330e3b2b5f54984b561fe9be05be
2012-04-16allow to download main source tarballs againPetr Mladek1-6/+5
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.
2011-12-19lo-pack-sources: do not duplicate the generated files in the archive dirPetr Mladek1-83/+26
the storing in archive directory was non-standard solution => gets removed also the code was simplified and clean up a bit
2011-12-19lo-pack-sources: generate cleaner source tarballs using "git archive"Petr Mladek1-56/+8
there is not longer needed the manualy created blacklist of copied files; also no need to remove symlinks from clone subdir use "tar --checkpoint-action=exec="echo -n \".\"" instead of "awk '{ ORS=\"\" ; if (++nlines\%50 == 0) printf \".\"; fflush() }'"; we are interested into the return code from tar, e.g. not-enough disk space
2011-12-13lo-pack-sources: allow to generate .xz source tarballs by defaultPetr Mladek1-55/+79
Add --bzip2 and --xz options to select the compression. Both options can be used togetger to generate both types of tarballs in one call. XZ compession is used by default. Also renamed "lo*build" strings to "lo*core" to fit the current name of the top level source directory.
2011-12-03lo-pack-sources: unused function set_config_version()Miklos Vajna1-38/+0
2011-12-01typo fix: explicitely -> explicitlyLior Kaplan1-1/+1
2011-10-27lo-pack-sources: update for the current list of repositoriesPetr Mladek1-13/+14
2011-10-27lo-pack-sources: remove unused functionsMiklos Vajna1-60/+0
2011-09-18Remove config.parmsPeter Foley1-1/+0
The functionality provided by config.parms (saving the arguments given to configure) has been superseded by autogen.lastrun.
2011-07-25Change *Env.Set.sh to Env.Host.shTor Lillqvist1-1/+1
2011-05-25lo-pack-sources: do not pack fetched stuff into the source tarballPetr Mladek1-0/+4
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