From cc4f8cf866c294c0f0c1b6c68baefb7751f05bad Mon Sep 17 00:00:00 2001 From: Stefan Oehrli Date: Mon, 15 Aug 2022 22:15:38 +0200 Subject: [PATCH] update to 1.9.6 --- build/build.sh | 2 +- local/oudbase/bin/tns_add.sh | 2 +- local/oudbase/bin/tns_delete.sh | 2 +- local/oudbase/bin/tns_dump.sh | 2 +- local/oudbase/bin/tns_functions.sh | 2 +- local/oudbase/bin/tns_load.sh | 2 +- local/oudbase/bin/tns_modify.sh | 2 +- local/oudbase/bin/tns_search.sh | 2 +- local/oudbase/bin/tns_test.sh | 2 +- local/oudbase/doc/.oudbase.sha | 19 ++++++++----------- 10 files changed, 17 insertions(+), 20 deletions(-) diff --git a/build/build.sh b/build/build.sh index dcf4b042..9795e260 100755 --- a/build/build.sh +++ b/build/build.sh @@ -1,4 +1,4 @@ -#!/opt/homebrew/bin/bash +#!/bin/bash # ----------------------------------------------------------------------- # Trivadis - Part of Accenture, Platform Factory - Transactional Data Platform # Saegereistrasse 29, 8152 Glattbrugg, Switzerland diff --git a/local/oudbase/bin/tns_add.sh b/local/oudbase/bin/tns_add.sh index c609c826..2cdcb74d 100755 --- a/local/oudbase/bin/tns_add.sh +++ b/local/oudbase/bin/tns_add.sh @@ -28,7 +28,7 @@ set -o pipefail # pipefail exit after 1st piped commands failed # - Environment Variables --------------------------------------------------- # define generic environment variables -VERSION=v0.3.1 +VERSION=v1.9.6 TVDLDAP_VERBOSE=${TVDLDAP_VERBOSE:-"FALSE"} # enable verbose mode TVDLDAP_DEBUG=${TVDLDAP_DEBUG:-"FALSE"} # enable debug mode TVDLDAP_QUIET=${TVDLDAP_QUIET:-"FALSE"} # enable quiet mode diff --git a/local/oudbase/bin/tns_delete.sh b/local/oudbase/bin/tns_delete.sh index aada7588..b6a70d05 100755 --- a/local/oudbase/bin/tns_delete.sh +++ b/local/oudbase/bin/tns_delete.sh @@ -28,7 +28,7 @@ set -o pipefail # pipefail exit after 1st piped commands failed # - Environment Variables --------------------------------------------------- # define generic environment variables -VERSION=v0.3.1 +VERSION=v1.9.6 TVDLDAP_VERBOSE=${TVDLDAP_VERBOSE:-"FALSE"} # enable verbose mode TVDLDAP_DEBUG=${TVDLDAP_DEBUG:-"FALSE"} # enable debug mode TVDLDAP_QUIET=${TVDLDAP_QUIET:-"FALSE"} # enable quiet mode diff --git a/local/oudbase/bin/tns_dump.sh b/local/oudbase/bin/tns_dump.sh index 95661e8c..2b275494 100755 --- a/local/oudbase/bin/tns_dump.sh +++ b/local/oudbase/bin/tns_dump.sh @@ -29,7 +29,7 @@ set -o pipefail # pipefail exit after 1st piped commands failed # - Environment Variables --------------------------------------------------- # define generic environment variables -VERSION=v0.3.1 +VERSION=v1.9.6 TVDLDAP_VERBOSE=${TVDLDAP_VERBOSE:-"FALSE"} # enable verbose mode TVDLDAP_DEBUG=${TVDLDAP_DEBUG:-"FALSE"} # enable debug mode TVDLDAP_QUIET=${TVDLDAP_QUIET:-"FALSE"} # enable quiet mode diff --git a/local/oudbase/bin/tns_functions.sh b/local/oudbase/bin/tns_functions.sh index 02273886..3ab4fea4 100755 --- a/local/oudbase/bin/tns_functions.sh +++ b/local/oudbase/bin/tns_functions.sh @@ -35,7 +35,7 @@ set -o pipefail # pipefail exit after 1st piped commands failed # - Environment Variables --------------------------------------------------- # define generic environment variables -VERSION=v0.3.1 +VERSION=v1.9.6 TVDLDAP_VERBOSE=${TVDLDAP_VERBOSE:-"FALSE"} # enable verbose mode TVDLDAP_DEBUG=${TVDLDAP_DEBUG:-"FALSE"} # enable debug mode TVDLDAP_QUIET=${TVDLDAP_QUIET:-"FALSE"} # enable quiet mode diff --git a/local/oudbase/bin/tns_load.sh b/local/oudbase/bin/tns_load.sh index 39703946..e7353505 100755 --- a/local/oudbase/bin/tns_load.sh +++ b/local/oudbase/bin/tns_load.sh @@ -29,7 +29,7 @@ set -o pipefail # pipefail exit after 1st piped commands failed # - Environment Variables --------------------------------------------------- # define generic environment variables -VERSION=v0.3.1 +VERSION=v1.9.6 TVDLDAP_VERBOSE=${TVDLDAP_VERBOSE:-"FALSE"} # enable verbose mode TVDLDAP_DEBUG=${TVDLDAP_DEBUG:-"FALSE"} # enable debug mode TVDLDAP_QUIET=${TVDLDAP_QUIET:-"FALSE"} # enable quiet mode diff --git a/local/oudbase/bin/tns_modify.sh b/local/oudbase/bin/tns_modify.sh index 417ed0e9..faa78c8a 100755 --- a/local/oudbase/bin/tns_modify.sh +++ b/local/oudbase/bin/tns_modify.sh @@ -28,7 +28,7 @@ set -o pipefail # pipefail exit after 1st piped commands failed # - Environment Variables --------------------------------------------------- # define generic environment variables -VERSION=v0.3.1 +VERSION=v1.9.6 TVDLDAP_VERBOSE=${TVDLDAP_VERBOSE:-"FALSE"} # enable verbose mode TVDLDAP_DEBUG=${TVDLDAP_DEBUG:-"FALSE"} # enable debug mode TVDLDAP_QUIET=${TVDLDAP_QUIET:-"FALSE"} # enable quiet mode diff --git a/local/oudbase/bin/tns_search.sh b/local/oudbase/bin/tns_search.sh index 122692ed..726551dd 100755 --- a/local/oudbase/bin/tns_search.sh +++ b/local/oudbase/bin/tns_search.sh @@ -28,7 +28,7 @@ set -o pipefail # pipefail exit after 1st piped commands failed # - Environment Variables --------------------------------------------------- # define generic environment variables -VERSION=v0.3.1 +VERSION=v1.9.6 TVDLDAP_VERBOSE=${TVDLDAP_VERBOSE:-"FALSE"} # enable verbose mode TVDLDAP_DEBUG=${TVDLDAP_DEBUG:-"FALSE"} # enable debug mode TVDLDAP_QUIET=${TVDLDAP_QUIET:-"FALSE"} # enable quiet mode diff --git a/local/oudbase/bin/tns_test.sh b/local/oudbase/bin/tns_test.sh index 37b6d2ef..c5b74d0d 100755 --- a/local/oudbase/bin/tns_test.sh +++ b/local/oudbase/bin/tns_test.sh @@ -28,7 +28,7 @@ set -o pipefail # pipefail exit after 1st piped commands failed # - Environment Variables --------------------------------------------------- # define generic environment variables -VERSION=v0.3.1 +VERSION=v1.9.6 TVDLDAP_VERBOSE=${TVDLDAP_VERBOSE:-"FALSE"} # enable verbose mode TVDLDAP_DEBUG=${TVDLDAP_DEBUG:-"FALSE"} # enable debug mode TVDLDAP_QUIET=${TVDLDAP_QUIET:-"FALSE"} # enable quiet mode diff --git a/local/oudbase/doc/.oudbase.sha b/local/oudbase/doc/.oudbase.sha index f587ff76..b724b92a 100644 --- a/local/oudbase/doc/.oudbase.sha +++ b/local/oudbase/doc/.oudbase.sha @@ -1,24 +1,21 @@ +c92529be3c1b73b54116514a3a30231286dcc9a7 ./bin/tns_functions.sh 0e1e1b00a405eaff1b3cb499e9af233d804bafba ./bin/oud_functions.sh +0a093b7a2f507ee229f5948ddaedec3fe71403cc ./bin/tns_add.sh b93d4636b0a4c05b171048aab42df9764485ab4f ./bin/setup_oud_patch.sh -8597d6bf9bd90521c3811463147075772758b381 ./bin/setup_oud.sh-E -fff60ff8578c1e247532ffb33a38f09289edbd45 ./bin/oud_status.sh-E fff60ff8578c1e247532ffb33a38f09289edbd45 ./bin/oud_status.sh -0e1e1b00a405eaff1b3cb499e9af233d804bafba ./bin/oud_functions.sh-E +a2932a1b36c0ba6b027e95c29c85a93c95fbd888 ./bin/tns_dump.sh 8597d6bf9bd90521c3811463147075772758b381 ./bin/setup_oud.sh +30a6e7bb551c6ddc5713a2d3feccf0707c6c3e9a ./bin/tns_modify.sh +c29f985a7689a9916ce91037f5110d67be5fa35d ./bin/tns_search.sh +fb310677abc976dba9e40cd0bbd40a53b6494c9c ./bin/tns_load.sh 4eb9e548d66300ee0e406728777d5c2d4884dcc2 ./bin/oud_start_stop.sh be1491bc0ca0dcbd9ec491a0565c27f4e7d5abc9 ./bin/oud_start_stop_all -4eb9e548d66300ee0e406728777d5c2d4884dcc2 ./bin/oud_start_stop.sh-E bc632cd18f06d0c2c91569909ab7f16af935fdc3 ./bin/oud_export.sh -2ae34eb12e50ad26a830bdaec6c1b7b6c10e62ff ./bin/oud_eusm.sh-E 1a4a71185ba039acade32fd6e7fb48db47804fff ./bin/oud_backup.sh +b35dd83788ef60e1c3aef83885717c1340d920ca ./bin/tns_test.sh 2096712d3c9d7d68226a3542786a73f5d6c79327 ./bin/oudenv.sh -89d1cef6b64666fcb893452480e3c1f12af9b92a ./bin/oudbase_install.sh-E 2ae34eb12e50ad26a830bdaec6c1b7b6c10e62ff ./bin/oud_eusm.sh -2096712d3c9d7d68226a3542786a73f5d6c79327 ./bin/oudenv.sh-E -be1491bc0ca0dcbd9ec491a0565c27f4e7d5abc9 ./bin/oud_start_stop_all-E -bc632cd18f06d0c2c91569909ab7f16af935fdc3 ./bin/oud_export.sh-E -b93d4636b0a4c05b171048aab42df9764485ab4f ./bin/setup_oud_patch.sh-E -1a4a71185ba039acade32fd6e7fb48db47804fff ./bin/oud_backup.sh-E +7f565e98ef8a64fea70226785624e453388c5e0d ./bin/tns_delete.sh fa8fd20877b0944c6aa7e3d98e0ce4268c80de7e ./etc/oudenv_core.conf 2152489cb47249ba46cf1f322747609494000846 ./etc/oudenv.conf 0918d6399a2471a32a3598beadaf19a129e9d296 ./etc/oudtab