Rebuilt targets for v1.2-RC1 release
This commit is contained in:
parent
6667f21638
commit
5f1e0a8305
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
9
osync.sh
9
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
|
||||
|
|
Loading…
Reference in New Issue