From 5f1e0a83053316514d69cb91d4632ecef3f3bf38 Mon Sep 17 00:00:00 2001 From: deajan Date: Tue, 13 Dec 2016 20:42:14 +0100 Subject: [PATCH] Rebuilt targets for v1.2-RC1 release --- dev/debug_osync.sh | 9 +++------ install.sh | 2 +- osync.sh | 9 +++------ 3 files changed, 7 insertions(+), 13 deletions(-) diff --git a/dev/debug_osync.sh b/dev/debug_osync.sh index c95b373..f60b139 100755 --- a/dev/debug_osync.sh +++ b/dev/debug_osync.sh @@ -3,12 +3,9 @@ PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" -PROGRAM_VERSION=1.2-beta3 +PROGRAM_VERSION=1.2-RC1 PROGRAM_BUILD=2016121302 -IS_STABLE=no - -#TODO(low): is debug subset relevant in remote env -#TODO(high): check parallel functions for $RUNDIR type output not interferring on both simultaneous runs +IS_STABLE=yes # Execution order #__WITH_PARANOIA_DEBUG # Function Name Is parallel #__WITH_PARANOIA_DEBUG @@ -45,7 +42,7 @@ IS_STABLE=no #### OFUNCTIONS MINI SUBSET #### -_OFUNCTIONS_VERSION=2.1-dev +_OFUNCTIONS_VERSION=2.1-RC1 _OFUNCTIONS_BUILD=2016121304 _OFUNCTIONS_BOOTSTRAP=true ## BEGIN Generic bash functions written in 2013-2016 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr diff --git a/install.sh b/install.sh index 79119bd..6d2cca6 100755 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ _OFUNCTIONS_BOOTSTRAP=true PROGRAM=osync -PROGRAM_VERSION=1.2-beta3 +PROGRAM_VERSION=1.2-RC1 PROGRAM_BINARY=$PROGRAM".sh" PROGRAM_BATCH=$PROGRAM"-batch.sh" SCRIPT_BUILD=2016121102 diff --git a/osync.sh b/osync.sh index 7f3020e..10776a5 100755 --- a/osync.sh +++ b/osync.sh @@ -3,18 +3,15 @@ PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" -PROGRAM_VERSION=1.2-beta3 +PROGRAM_VERSION=1.2-RC1 PROGRAM_BUILD=2016121302 -IS_STABLE=no - -#TODO(low): is debug subset relevant in remote env -#TODO(high): check parallel functions for $RUNDIR type output not interferring on both simultaneous runs +IS_STABLE=yes #### OFUNCTIONS MINI SUBSET #### -_OFUNCTIONS_VERSION=2.1-dev +_OFUNCTIONS_VERSION=2.1-RC1 _OFUNCTIONS_BUILD=2016121304 _OFUNCTIONS_BOOTSTRAP=true ## BEGIN Generic bash functions written in 2013-2016 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr