From cc395dd329e2dbcc8b02d972b02ebf36b3924cdb Mon Sep 17 00:00:00 2001 From: Steve Sheppard Date: Sat, 15 Jan 2011 16:32:39 -0500 Subject: [PATCH] update from version "1.6.1.2" to "1.6.1.6" everywhere used; --- 1.6/admin/staffclientinstallation.xml | 82 +++++++++++++-------------- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/1.6/admin/staffclientinstallation.xml b/1.6/admin/staffclientinstallation.xml index f3bb9a1fcd..d22408ec71 100644 --- a/1.6/admin/staffclientinstallation.xml +++ b/1.6/admin/staffclientinstallation.xml @@ -267,7 +267,7 @@ CFBundleExecutable xulrunner CFBundleGetInfoString - OpenILS open_ils_staff_client rel_1_6_1_2 + OpenILS open_ils_staff_client rel_1_6_1_6 CFBundleInfoDictionaryVersion 6.0 CFBundleName @@ -275,9 +275,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - rel_1_6_1_2 + rel_1_6_1_6 CFBundleVersion - rel_1_6_1_2.rel_1_6_1_2 + rel_1_6_1_6.rel_1_6_1_6 NSAppleScriptEnabled CFBundleTypeIconFile @@ -349,7 +349,7 @@ appropriate values: - cd /home/opensrf/Evergreen-ILS-1.6.1.2/Open-ILS/xul/staff_client + cd /home/opensrf/Evergreen-ILS-1.6.1.6/Open-ILS/xul/staff_client scp -r ./build USER@WORKSTATION:/SOME_PATH/ You should test the newly copied Staff Client on the remote workstation. @@ -451,9 +451,9 @@ down, a list of Tags. You may have to do some guesswork, but it is fairly straightforward to determine which tag to use. If the server is version - 1.6.1.2, you will want to use the tag that looks most + 1.6.1.6, you will want to use the tag that looks most appropriate. For example, as you look through the tag - list, notice the tag named 'rel_1_6_1_2'. This is the tag + list, notice the tag named 'rel_1_6_1_6'. This is the tag you need; make a note of it for the next step. @@ -468,9 +468,9 @@ # as the opensrf user: cd /DOWNLOAD/DIRECTORY - svn co rel_1_6_1_2/ + svn co rel_1_6_1_6/ - Remember to change "rel_1_6_1_2" to the appropriate + Remember to change "rel_1_6_1_6" to the appropriate tag for your installation. @@ -485,20 +485,20 @@ to use. The server checks the Staff Client BUILD_ID against itself to determine whether or not a connecting client is supported. For instance, for the - PINES installation (version 1.6.1.2) the supported - BUILD_ID is "rel_1_6_1_2". Modify the following + PINES installation (version 1.6.1.6) the supported + BUILD_ID is "rel_1_6_1_6". Modify the following commands accordingly. As the opensrf user, run the following commands to build the Staff Client: # as the opensrf user: - wget http://evergreen-ils.org/downloads/Evergreen-ILS-1.6.1.2.tar.gz - tar xfz Evergreen-ILS-1.6.1.2.tar.gz - cd /home/opensrf/Evergreen-ILS-1.6.1.2 + wget http://evergreen-ils.org/downloads/Evergreen-ILS-1.6.1.6.tar.gz + tar xfz Evergreen-ILS-1.6.1.6.tar.gz + cd /home/opensrf/Evergreen-ILS-1.6.1.6 ./configure --prefix=/openils --sysconfdir=/openils/conf cd ./Open-ILS/xul/staff_client/ - make STAFF_CLIENT_BUILD_ID='rel_1_6_1_2' install + make STAFF_CLIENT_BUILD_ID='rel_1_6_1_6' install @@ -509,7 +509,7 @@ # as the opensrf user: - cd /home/opensrf/Evergreen-ILS-1.6.1.2/Open-ILS/xul/staff_client/build + cd /home/opensrf/Evergreen-ILS-1.6.1.6/Open-ILS/xul/staff_client/build xulrunner application.ini @@ -651,7 +651,7 @@ You can also manually build the Staff Client by using the make utility in the Staff Client source directory (e.g., the directory - /home/opensrf/Evergreen-ILS-1.6.1.2/Open-ILS/xul/staff_client + /home/opensrf/Evergreen-ILS-1.6.1.6/Open-ILS/xul/staff_client for the current Evergreen version). There are a number of possible options to manually build special versions of the Staff Client on a Linux system. Following is a list of variables that you can pass to make to influence the manual build @@ -666,8 +666,8 @@ # as the root user: - cd /home/opensrf/Evergreen-ILS-1.6.1.2 - make STAFF_CLIENT_BUILD_ID=1_6_1_2 install + cd /home/opensrf/Evergreen-ILS-1.6.1.6 + make STAFF_CLIENT_BUILD_ID=1_6_1_6 install You can also manually build the Staff Client in the Staff Client source directory with a different BUILD_ID. @@ -677,7 +677,7 @@ # as the opensrf user: - cd /home/opensrf/Evergreen-ILS-1.6.1.2/Open-ILS/xul/staff_client + cd /home/opensrf/Evergreen-ILS-1.6.1.6/Open-ILS/xul/staff_client make STAFF_CLIENT_BUILD_ID=NEW_VERSION build @@ -694,7 +694,7 @@ # as the root user: - cd /home/opensrf/Evergreen-ILS-1.6.1.2 + cd /home/opensrf/Evergreen-ILS-1.6.1.6 make STAFF_CLIENT_VERSION=0mytest.200 install You can also manually build the Staff Client in the Staff Client @@ -709,7 +709,7 @@ # as the opensrf user: - cd /home/opensrf/Evergreen-ILS-1.6.1.2/Open-ILS/xul/staff_client + cd /home/opensrf/Evergreen-ILS-1.6.1.6/Open-ILS/xul/staff_client make STAFF_CLIENT_VERSION=0mytest.200 build @@ -726,7 +726,7 @@ # as the root user: - cd /home/opensrf/Evergreen-ILS-1.6.1.2 + cd /home/opensrf/Evergreen-ILS-1.6.1.6 make STAFF_CLIENT_STAMP_ID=my_test_stamp install You can also manually build the Staff Client in the Staff Client @@ -736,7 +736,7 @@ # as the opensrf user: - cd /home/opensrf/Evergreen-ILS-1.6.1.2/Open-ILS/xul/staff_client + cd /home/opensrf/Evergreen-ILS-1.6.1.6/Open-ILS/xul/staff_client make STAFF_CLIENT_STAMP_ID=my_test_stamp build @@ -843,7 +843,7 @@ # as the opensrf user: - cd /home/opensrf/Evergreen-ILS-1.6.1.2/Open-ILS/xul/staff_client + cd /home/opensrf/Evergreen-ILS-1.6.1.6/Open-ILS/xul/staff_client make devbuild @@ -861,7 +861,7 @@ # as the opensrf user: - cd /home/opensrf/Evergreen-ILS-1.6.1.2/Open-ILS/xul/staff_client + cd /home/opensrf/Evergreen-ILS-1.6.1.6/Open-ILS/xul/staff_client make compress-javascript You can also combine Javascript review and compression, and also perform a @@ -872,7 +872,7 @@ # as the opensrf user: - cd /home/opensrf/Evergreen-ILS-1.6.1.2/Open-ILS/xul/staff_client + cd /home/opensrf/Evergreen-ILS-1.6.1.6/Open-ILS/xul/staff_client make devbuild compress-javascript @@ -884,7 +884,7 @@ # as the root user: - cd /home/opensrf/Evergreen-ILS-1.6.1.2 + cd /home/opensrf/Evergreen-ILS-1.6.1.6 make AUTOUPDATE_HOST=localhost install You can manually build the Staff Client in the Staff Client @@ -895,7 +895,7 @@ # as the opensrf user: - cd /home/opensrf/Evergreen-ILS-1.6.1.2/Open-ILS/xul/staff_client + cd /home/opensrf/Evergreen-ILS-1.6.1.6/Open-ILS/xul/staff_client make AUTOUPDATE_HOST=localhost build For more information on Automatic Updates, see @@ -917,7 +917,7 @@ # as the opensrf user: - cd /home/opensrf/Evergreen-ILS-1.6.1.2/Open-ILS/xul/staff_client + cd /home/opensrf/Evergreen-ILS-1.6.1.6/Open-ILS/xul/staff_client mkdir -p "/openils/var/web/xul/$(cat build/BUILD_ID)" cp -R build/server "/openils/var/web/xul/$(cat build/BUILD_ID)" @@ -938,7 +938,7 @@ # as the opensrf user: - cd /home/opensrf/Evergreen-ILS-1.6.1.2/Open-ILS/xul/staff_client + cd /home/opensrf/Evergreen-ILS-1.6.1.6/Open-ILS/xul/staff_client make generic-client The output file evergreen_staff_client.xpi will be created. @@ -991,7 +991,7 @@ # as the opensrf user: - cd /home/opensrf/Evergreen-ILS-1.6.1.2/Open-ILS/xul/staff_client + cd /home/opensrf/Evergreen-ILS-1.6.1.6/Open-ILS/xul/staff_client make win-client The output file evergreen_staff_client_setup.exe will be created. @@ -1007,7 +1007,7 @@ # as the opensrf user: - cd /home/opensrf/Evergreen-ILS-1.6.1.2/Open-ILS/xul/staff_client + cd /home/opensrf/Evergreen-ILS-1.6.1.6/Open-ILS/xul/staff_client make linux-client The output file evergreen_staff_client.tar.bz2 will be created. @@ -1022,7 +1022,7 @@ # as the opensrf user: - cd /home/opensrf/Evergreen-ILS-1.6.1.2/Open-ILS/xul/staff_client + cd /home/opensrf/Evergreen-ILS-1.6.1.6/Open-ILS/xul/staff_client make extension The output file evergreen.xpi will be created. @@ -1074,7 +1074,7 @@ # as the opensrf user: - cd /home/opensrf/Evergreen-ILS-1.6.1.2 + cd /home/opensrf/Evergreen-ILS-1.6.1.6 ./configure --prefix=/openils --sysconfdir=/openils/conf --with-updateshost=hostname make @@ -1098,7 +1098,7 @@ # as the opensrf user: - cd /home/opensrf/Evergreen-ILS-1.6.1.2/Open-ILS/xul/staff_client + cd /home/opensrf/Evergreen-ILS-1.6.1.6/Open-ILS/xul/staff_client make AUTOUPDATE_HOST=http://SOME_URL build @@ -1131,7 +1131,7 @@ # as the opensrf user: - cd /home/opensrf/Evergreen-ILS-1.6.1.2/Open-ILS/xul/staff_client + cd /home/opensrf/Evergreen-ILS-1.6.1.6/Open-ILS/xul/staff_client Command to build all updates at once: @@ -1171,14 +1171,14 @@ # as the opensrf user: - cd /home/opensrf/Evergreen-ILS-1.6.1.2/Open-ILS/xul/staff_client + cd /home/opensrf/Evergreen-ILS-1.6.1.6/Open-ILS/xul/staff_client make updates-client To build updates individually: # as the opensrf user: - cd /home/opensrf/Evergreen-ILS-1.6.1.2/Open-ILS/xul/staff_client + cd /home/opensrf/Evergreen-ILS-1.6.1.6/Open-ILS/xul/staff_client make generic-updates-client make win-updates-client make linux-updates-client @@ -1242,7 +1242,7 @@ # as the opensrf user: - cd /home/opensrf/Evergreen-ILS-1.6.1.2/Open-ILS/xul/staff_client + cd /home/opensrf/Evergreen-ILS-1.6.1.6/Open-ILS/xul/staff_client make NSIS_EXTRAOPTS=-DPROFILES win-client @@ -1275,12 +1275,12 @@ Ubuntu and Debian distributions). For example, if the source files for the Evergreen installation are in the directory - /home/opensrf/Evergreen-ILS-1.6.1.2/ you can start the + /home/opensrf/Evergreen-ILS-1.6.1.6/ you can start the Staff Client as shown in the following example: # as the opensrf user: - cd /home/opensrf/Evergreen-ILS-1.6.1.2/Open-ILS/xul/staff_client/build + cd /home/opensrf/Evergreen-ILS-1.6.1.6/Open-ILS/xul/staff_client/build xulrunner application.ini
-- 2.43.2