[ooo-build-commit] .: configure.in download.in
Petr Mladek
pmladek at kemper.freedesktop.org
Mon Sep 13 05:59:54 PDT 2010
configure.in | 4 ++--
download.in | 4 +++-
2 files changed, 5 insertions(+), 3 deletions(-)
New commits:
commit d87a41234f5992e17359b056954c207e87768467
Author: Petr Mladek <pmladek at walk.suse.cz>
Date: Mon Sep 13 14:51:05 2010 +0200
download released ooo sources from go-oo.org rather then from cgit
diff --git a/configure.in b/configure.in
index 3effdad..0cfc8e1 100644
--- a/configure.in
+++ b/configure.in
@@ -1633,7 +1633,7 @@ else
fi
AC_SUBST(OOO_GIT_MANAGED)
-SOURCE_TYPE="CGIT"
+SOURCE_TYPE="DOWNLOAD"
UPSTREAM_NAME=
UPSTREAM_URI=
@@ -1873,7 +1873,7 @@ Building openoffice
max jobs: $max_job_message
cairo: $cairo_enabled
build type: $build_product build
- up-stream sources: $upstream_sources
+ ooo sources: $upstream_sources
To build run:
$warn_use_download make
diff --git a/download.in b/download.in
index 3e50c3d..dbd6140 100755
--- a/download.in
+++ b/download.in
@@ -94,6 +94,8 @@ sub download_tests_dependencies() {
'http:\/\/.*' => '',
'binutils-.*' => '@MIRROR@/support',
'gcc-.*' => '@MIRROR@/support',
+ 'ooo-build-3.2.9.*' => '@MIRROR@/3.3',
+ 'ooo-build-3.3.0.*' => '@MIRROR@/3.3',
'beb300-m.*' => '@MIRROR@/BEB300',
'dev300-m.*' => '@MIRROR@/DEV300',
'ooo300-m.*' => '@MIRROR@/OOO300',
@@ -307,7 +309,7 @@ sub source_file_ooo($)
source_file( "http://cgit.freedesktop.org/ooo-build/$what/snapshot/$git_tag.tar.bz2", $what, 1);
}
else {
- source_file( '@CVSTAG@' . "-$what.tar.bz2" );
+ source_file( "ooo-build-" . '@OOO_SOURCEVERSION@' . "-$what.tar.bz2" );
}
}
More information about the ooo-build-commit
mailing list