You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ji...@apache.org on 2020/04/29 12:01:49 UTC

svn commit: r1877157 - in /openoffice/devtools/build-scripts/4.2.0-Dev2: unxlngi6/build_aoo32bit_on_centos7.sh unxlngix6/build_aoo64bit_on_centos7.sh unxlngix6/build_aoo64bit_on_ubuntu14.sh

Author: jim
Date: Wed Apr 29 12:01:48 2020
New Revision: 1877157

URL: http://svn.apache.org/viewvc?rev=1877157&view=rev
Log:
Update builds w/ latest EPM/dmake URLs

Modified:
    openoffice/devtools/build-scripts/4.2.0-Dev2/unxlngi6/build_aoo32bit_on_centos7.sh
    openoffice/devtools/build-scripts/4.2.0-Dev2/unxlngix6/build_aoo64bit_on_centos7.sh
    openoffice/devtools/build-scripts/4.2.0-Dev2/unxlngix6/build_aoo64bit_on_ubuntu14.sh

Modified: openoffice/devtools/build-scripts/4.2.0-Dev2/unxlngi6/build_aoo32bit_on_centos7.sh
URL: http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.2.0-Dev2/unxlngi6/build_aoo32bit_on_centos7.sh?rev=1877157&r1=1877156&r2=1877157&view=diff
==============================================================================
--- openoffice/devtools/build-scripts/4.2.0-Dev2/unxlngi6/build_aoo32bit_on_centos7.sh (original)
+++ openoffice/devtools/build-scripts/4.2.0-Dev2/unxlngi6/build_aoo32bit_on_centos7.sh Wed Apr 29 12:01:48 2020
@@ -1,5 +1,8 @@
 #!/bin/bash
 
+#   o dmake 4.12.3 (https://github.com/jimjag/dmake/archive/dmake-4.12.3.tar.gz)
+#   o epm 4.5.0-jj (https://github.com/jimjag/epm/archive/epm-4.5.0-jj.tar.gz)
+
 #
 # Parse options
 #

Modified: openoffice/devtools/build-scripts/4.2.0-Dev2/unxlngix6/build_aoo64bit_on_centos7.sh
URL: http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.2.0-Dev2/unxlngix6/build_aoo64bit_on_centos7.sh?rev=1877157&r1=1877156&r2=1877157&view=diff
==============================================================================
--- openoffice/devtools/build-scripts/4.2.0-Dev2/unxlngix6/build_aoo64bit_on_centos7.sh (original)
+++ openoffice/devtools/build-scripts/4.2.0-Dev2/unxlngix6/build_aoo64bit_on_centos7.sh Wed Apr 29 12:01:48 2020
@@ -1,5 +1,8 @@
 #!/bin/bash
 
+#   o dmake 4.12.3 (https://github.com/jimjag/dmake/archive/dmake-4.12.3.tar.gz)
+#   o epm 4.5.0-jj (https://github.com/jimjag/epm/archive/epm-4.5.0-jj.tar.gz)
+
 #
 # Parse options
 #

Modified: openoffice/devtools/build-scripts/4.2.0-Dev2/unxlngix6/build_aoo64bit_on_ubuntu14.sh
URL: http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.2.0-Dev2/unxlngix6/build_aoo64bit_on_ubuntu14.sh?rev=1877157&r1=1877156&r2=1877157&view=diff
==============================================================================
--- openoffice/devtools/build-scripts/4.2.0-Dev2/unxlngix6/build_aoo64bit_on_ubuntu14.sh (original)
+++ openoffice/devtools/build-scripts/4.2.0-Dev2/unxlngix6/build_aoo64bit_on_ubuntu14.sh Wed Apr 29 12:01:48 2020
@@ -1,5 +1,8 @@
 #!/bin/bash
 
+#   o dmake 4.12.3 (https://github.com/jimjag/dmake/archive/dmake-4.12.3.tar.gz)
+#   o epm 4.5.0-jj (https://github.com/jimjag/epm/archive/epm-4.5.0-jj.tar.gz)
+
 #
 # Parse options
 #
@@ -65,8 +68,8 @@ if [ "$AOO_SKIP_CONFIG" != "yes" ]; then
 	--with-jdk-home=/usr/lib/jvm/java-1.7.0-openjdk \
 	--with-package-format="rpm deb" \
 	--with-lang="${LANGS}" \
-	--with-dmake-url=http://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2 \
-	--with-epm-url=http://sourceforge.net/projects/oooextras.mirror/files/epm-3.7.tar.gz \
+	--with-dmake-url=https://github.com/jimjag/dmake/archive/dmake-4.12.3.tar.gz \
+	--with-epm-url=https://github.com/jimjag/epm/archive/epm-4.5.0-jj.tar.gz \
 	| tee config.out ) || exit 1
 fi