summaryrefslogtreecommitdiff
path: root/bin/lo-pack-sources
AgeCommit message (Collapse)Author
2012-06-12lo-pack-sources: correct check for valid libreoffice/core dirPetr Mladek
Change-Id: I8dbe60b85d0a330e3b2b5f54984b561fe9be05be
2012-04-16allow to download main source tarballs againPetr Mladek
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 Mladek
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 Mladek
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 Mladek
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 Vajna
2011-12-01typo fix: explicitely -> explicitlyLior Kaplan
2011-10-27lo-pack-sources: update for the current list of repositoriesPetr Mladek
2011-10-27lo-pack-sources: remove unused functionsMiklos Vajna
2011-09-18Remove config.parmsPeter Foley
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 Lillqvist
2011-05-25lo-pack-sources: do not pack fetched stuff into the source tarballPetr Mladek
2011-04-11lo-pack-sources: generate bootstrap.ver profilePetr Mladek
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 Mladek
based on libreoffice/build/bin/lo-pack-sources; still need some clean up