Commit graph

12 commits

Author SHA1 Message Date
Petr Mladek
041207302a lo-pack-sources: do not duplicate the generated files in the archive dir
the storing in archive directory was non-standard solution => gets removed
also the code was simplified and clean up a bit
2011-12-19 18:06:11 +01:00
Petr Mladek
2f3cd6d2be lo-pack-sources: generate cleaner source tarballs using "git archive"
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-19 18:06:02 +01:00
Petr Mladek
6f67838399 lo-pack-sources: allow to generate .xz source tarballs by default
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-13 15:26:55 +01:00
Miklos Vajna
907969d264 lo-pack-sources: unused function set_config_version() 2011-12-03 01:58:28 +01:00
Lior Kaplan
e10fc18fb2 typo fix: explicitely -> explicitly 2011-12-01 23:41:42 +02:00
Petr Mladek
4b32624c18 lo-pack-sources: update for the current list of repositories 2011-10-27 17:10:32 +02:00
Miklos Vajna
a32662e141 lo-pack-sources: remove unused functions 2011-10-27 16:16:08 +02:00
Peter Foley
8f07feaa6e Remove config.parms
The functionality provided by config.parms (saving the arguments given to
configure) has been superseded by autogen.lastrun.
2011-09-18 16:51:08 -04:00
Tor Lillqvist
c5f297649c Change *Env.Set.sh to Env.Host.sh 2011-07-25 01:02:17 +03:00
Petr Mladek
296bea4e0d lo-pack-sources: do not pack fetched stuff into the source tarball 2011-05-25 15:45:20 +02:00
Petr Mladek
81b9202167 lo-pack-sources: generate bootstrap.ver profile
FIXME: we should find another way to tell dowload the right version
of used sources
2011-04-11 16:04:35 +02:00
Petr Mladek
f7b5f014bc lo-pack-sources: new script to generate source tarballs
based on libreoffice/build/bin/lo-pack-sources; still need some clean up
2011-04-11 14:43:06 +02:00