Rebuilt targets
This commit is contained in:
parent
d727bc353c
commit
b44c0c13ad
|
@ -42,7 +42,7 @@ IS_STABLE=no
|
||||||
# CleanUp no #__WITH_PARANOIA_DEBUG
|
# CleanUp no #__WITH_PARANOIA_DEBUG
|
||||||
|
|
||||||
_OFUNCTIONS_VERSION=2.3.0-RC1
|
_OFUNCTIONS_VERSION=2.3.0-RC1
|
||||||
_OFUNCTIONS_BUILD=2018093002
|
_OFUNCTIONS_BUILD=2018093003
|
||||||
_OFUNCTIONS_BOOTSTRAP=true
|
_OFUNCTIONS_BOOTSTRAP=true
|
||||||
|
|
||||||
## To use in a program, define the following variables:
|
## To use in a program, define the following variables:
|
||||||
|
@ -2208,8 +2208,9 @@ function InitRemoteOSDependingSettings {
|
||||||
# Set compression options again after we know what remote OS we are dealing with
|
# Set compression options again after we know what remote OS we are dealing with
|
||||||
SetCompression
|
SetCompression
|
||||||
|
|
||||||
RSYNC_DEFAULT_ARGS="-r $RSYNC_DEFAULT_ARGS"
|
# Set recursive options
|
||||||
RSYNC_DEFAULT_NONRECURSIVE_ARGS="-d $RSYNC_DEFAULT_ARGS"
|
RSYNC_DEFAULT_NONRECURSIVE_ARGS="-d $RSYNC_DEFAULT_ARGS"
|
||||||
|
RSYNC_DEFAULT_ARGS="-r $RSYNC_DEFAULT_ARGS"
|
||||||
}
|
}
|
||||||
|
|
||||||
## IFS debug function
|
## IFS debug function
|
||||||
|
|
|
@ -8,7 +8,7 @@ PROGRAM_BUILD=2017061901
|
||||||
IS_STABLE=no
|
IS_STABLE=no
|
||||||
|
|
||||||
_OFUNCTIONS_VERSION=2.3.0-RC1
|
_OFUNCTIONS_VERSION=2.3.0-RC1
|
||||||
_OFUNCTIONS_BUILD=2018093002
|
_OFUNCTIONS_BUILD=2018093003
|
||||||
_OFUNCTIONS_BOOTSTRAP=true
|
_OFUNCTIONS_BOOTSTRAP=true
|
||||||
|
|
||||||
## To use in a program, define the following variables:
|
## To use in a program, define the following variables:
|
||||||
|
@ -2174,8 +2174,9 @@ function InitRemoteOSDependingSettings {
|
||||||
# Set compression options again after we know what remote OS we are dealing with
|
# Set compression options again after we know what remote OS we are dealing with
|
||||||
SetCompression
|
SetCompression
|
||||||
|
|
||||||
RSYNC_DEFAULT_ARGS="-r $RSYNC_DEFAULT_ARGS"
|
# Set recursive options
|
||||||
RSYNC_DEFAULT_NONRECURSIVE_ARGS="-d $RSYNC_DEFAULT_ARGS"
|
RSYNC_DEFAULT_NONRECURSIVE_ARGS="-d $RSYNC_DEFAULT_ARGS"
|
||||||
|
RSYNC_DEFAULT_ARGS="-r $RSYNC_DEFAULT_ARGS"
|
||||||
}
|
}
|
||||||
|
|
||||||
## IFS debug function
|
## IFS debug function
|
||||||
|
|
5
osync.sh
5
osync.sh
|
@ -13,7 +13,7 @@ IS_STABLE=no
|
||||||
|
|
||||||
|
|
||||||
_OFUNCTIONS_VERSION=2.3.0-RC1
|
_OFUNCTIONS_VERSION=2.3.0-RC1
|
||||||
_OFUNCTIONS_BUILD=2018093002
|
_OFUNCTIONS_BUILD=2018093003
|
||||||
_OFUNCTIONS_BOOTSTRAP=true
|
_OFUNCTIONS_BOOTSTRAP=true
|
||||||
|
|
||||||
## To use in a program, define the following variables:
|
## To use in a program, define the following variables:
|
||||||
|
@ -2057,8 +2057,9 @@ function InitRemoteOSDependingSettings {
|
||||||
# Set compression options again after we know what remote OS we are dealing with
|
# Set compression options again after we know what remote OS we are dealing with
|
||||||
SetCompression
|
SetCompression
|
||||||
|
|
||||||
RSYNC_DEFAULT_ARGS="-r $RSYNC_DEFAULT_ARGS"
|
# Set recursive options
|
||||||
RSYNC_DEFAULT_NONRECURSIVE_ARGS="-d $RSYNC_DEFAULT_ARGS"
|
RSYNC_DEFAULT_NONRECURSIVE_ARGS="-d $RSYNC_DEFAULT_ARGS"
|
||||||
|
RSYNC_DEFAULT_ARGS="-r $RSYNC_DEFAULT_ARGS"
|
||||||
}
|
}
|
||||||
|
|
||||||
## IFS debug function
|
## IFS debug function
|
||||||
|
|
|
@ -8,7 +8,7 @@ PROGRAM_BUILD=2017061901
|
||||||
IS_STABLE=no
|
IS_STABLE=no
|
||||||
|
|
||||||
_OFUNCTIONS_VERSION=2.3.0-RC1
|
_OFUNCTIONS_VERSION=2.3.0-RC1
|
||||||
_OFUNCTIONS_BUILD=2018093002
|
_OFUNCTIONS_BUILD=2018093003
|
||||||
_OFUNCTIONS_BOOTSTRAP=true
|
_OFUNCTIONS_BOOTSTRAP=true
|
||||||
|
|
||||||
## To use in a program, define the following variables:
|
## To use in a program, define the following variables:
|
||||||
|
@ -2052,8 +2052,9 @@ function InitRemoteOSDependingSettings {
|
||||||
# Set compression options again after we know what remote OS we are dealing with
|
# Set compression options again after we know what remote OS we are dealing with
|
||||||
SetCompression
|
SetCompression
|
||||||
|
|
||||||
RSYNC_DEFAULT_ARGS="-r $RSYNC_DEFAULT_ARGS"
|
# Set recursive options
|
||||||
RSYNC_DEFAULT_NONRECURSIVE_ARGS="-d $RSYNC_DEFAULT_ARGS"
|
RSYNC_DEFAULT_NONRECURSIVE_ARGS="-d $RSYNC_DEFAULT_ARGS"
|
||||||
|
RSYNC_DEFAULT_ARGS="-r $RSYNC_DEFAULT_ARGS"
|
||||||
}
|
}
|
||||||
|
|
||||||
## IFS debug function
|
## IFS debug function
|
||||||
|
|
Loading…
Reference in New Issue