Age | Commit message (Collapse) | Author |
|
Change-Id: I8dbe60b85d0a330e3b2b5f54984b561fe9be05be
|
|
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.
|
|
the storing in archive directory was non-standard solution => gets removed
also the code was simplified and clean up a bit
|
|
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
|
|
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.
|
|
|
|
|
|
|
|
|
|
The functionality provided by config.parms (saving the arguments given to
configure) has been superseded by autogen.lastrun.
|
|
|
|
|
|
FIXME: we should find another way to tell dowload the right version
of used sources
|
|
based on libreoffice/build/bin/lo-pack-sources; still need some clean up
|