summaryrefslogtreecommitdiffstats
path: root/setup_native/tests/opensolaris/bundledextensions
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-08-10 15:52:22 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-08-10 16:03:28 +0200
commit6dcb3d4ef46312729bb6f16c473b433474863f68 (patch)
tree58f2f577d9883e32b886bbe4086f83d0bb16fc81 /setup_native/tests/opensolaris/bundledextensions
parentTranslate German comments in Writer. (diff)
downloadcore-6dcb3d4ef46312729bb6f16c473b433474863f68.tar.gz
core-6dcb3d4ef46312729bb6f16c473b433474863f68.zip
Related fdo#51252: No more prereg, no more unopkg sync
Now that 5c47e5f63a79a9e72ec4a100786b1bbf65137ed4 "fdo#51252 Disable copying share/prereg/bundled to avoid startup crashes" removed the use of share/prereg, there is no longer need to generate it in the first place (by calling "unopkg sync" at build or installation time), and so no need for the "unopkg sync" sub- command, either. This also allows to simplify some of the jvmfwk code that was only there so that "unopkg sync" (which can require a JVM) can work in "hostile" environments (during build and installation). Change-Id: I52657384f4561bf27948ba4f0f88f4498e90987f
Diffstat (limited to 'setup_native/tests/opensolaris/bundledextensions')
-rw-r--r--setup_native/tests/opensolaris/bundledextensions/send_ooo32
1 files changed, 0 insertions, 32 deletions
diff --git a/setup_native/tests/opensolaris/bundledextensions/send_ooo b/setup_native/tests/opensolaris/bundledextensions/send_ooo
deleted file mode 100644
index 669e63ceda1b..000000000000
--- a/setup_native/tests/opensolaris/bundledextensions/send_ooo
+++ /dev/null
@@ -1,32 +0,0 @@
-#! /bin/bash
-
-
-if [ $# = 0 ]
-then
-echo "usage: send_ooo path_to_pkg_folder
-
-The files
-installed,
-ooo_bundled_extension.xml,
-svc-ooo_bundled_extension
-must be in the current directory. The pkg.depotd or the service
-application/pkg/server must listen to port 80"
-
-exit
-fi
-
-
-EXTENSIONPATH=/opt/openoffice.org3/share/extension/install
-
-eval `pkgsend -s http://localhost:80 open ooo_test@3.2-1`
-pkgsend -s http://localhost:80 import $1/openofficeorg-ure
-pkgsend -s http://localhost:80 import $1/ooobasis*
-pkgsend -s http://localhost:80 import $1/openofficeorg3*
-
-pkgsend -s http://localhost:80 add file installed mode=644 owner=root group=bin path=${EXTENSIONPATH}/installed restart_fmri=svc:/application/ooo_bundled_extensions:default
-pkgsend -s http://localhost:80 add file svc-ooo_bundled_extensions mode=744 owner=root group=bin path=/lib/svc/method/svc-ooo_bundled_extensions
-pkgsend -s http://localhost:80 add file ooo_bundled_extensions.xml mode=644 owner=root group=bin path=/var/svc/manifest/application/ooo_bundled_extensions.xml restart_fmri=svc:/system/manifest-import:default
-
-pkgsend -s http://localhost:80 add set name=description value="OOo 3.2 with dictionaries: en fr es da de"
-pkgsend -s http://localhost:80 close
-