[ooo-build-commit] Branch 'ooo-build-3-2' - 2 commits - bin/unpack configure.in download.in
Petr Mladek
pmladek at kemper.freedesktop.org
Tue Jan 12 05:25:54 PST 2010
bin/unpack | 2 +-
configure.in | 2 +-
download.in | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit fd8a89475d134bb24f8082e94f3bf0fefbea3bd5
Author: Petr Mladek <pmladek at suse.cz>
Date: Tue Jan 12 14:25:29 2010 +0100
Default tag ooo320-m9
* configure.in: default tag ooo320-m9 (builds fine here and OOo even starts ;-)
diff --git a/configure.in b/configure.in
index 8a7a2d5..e4bacb5 100644
--- a/configure.in
+++ b/configure.in
@@ -3,7 +3,7 @@ AC_PREREQ(2.51)
AC_CONFIG_SRCDIR(bin/build-ooo)
AC_PREFIX_DEFAULT(/usr)
-DEFAULT_TAG=ooo320-m8
+DEFAULT_TAG=ooo320-m9
# For the upstream packages it is like:
# DEFAULT_TAG=OOO320_m1
commit f593e9e401420fcbddfbef8fc040ae0cc62f282b
Author: Petr Mladek <pmladek at suse.cz>
Date: Tue Jan 12 11:40:34 2010 +0100
Updated the prebuilt setup_native_packinfo to ooo320-m9
* bin/unpack: update prebuilt setup_native_packinfo to ooo320-m9
* download.in: update prebuilt setup_native_packinfo to ooo320-m9
diff --git a/bin/unpack b/bin/unpack
index ba98a3c..84ce0e5 100755
--- a/bin/unpack
+++ b/bin/unpack
@@ -269,7 +269,7 @@ if test "z$OOO_GIT" = "z" ; then
fi
# ugly hack around odd positioning of this info
echo "Unpacking setup_native .txt pieces"
- ($OOO_DECOMPRESS_CMD $SRCDIR/setup_native_packinfo-ooo320-m8.tar.bz2 | $GNUTAR xpf - ) || exit
+ ($OOO_DECOMPRESS_CMD $SRCDIR/setup_native_packinfo-ooo320-m9.tar.bz2 | $GNUTAR xpf - ) || exit
fi
fi
else
diff --git a/download.in b/download.in
index eab2fa4..5261749 100755
--- a/download.in
+++ b/download.in
@@ -437,7 +437,7 @@ if ( $download_all || ( '@OOO_LANGS@' ne '' && '@OOO_LANGS@' ne 'en-US' ) || '@B
}
if ('@PIECE@' eq 'bootstrap') {
- source_file( 'setup_native_packinfo-ooo320-m8.tar.bz2' );
+ source_file( 'setup_native_packinfo-ooo320-m9.tar.bz2' );
}
if ('@GRAPHITE_SRC@' ne '') {
More information about the ooo-build-commit
mailing list