Merge remote-tracking branch 'steven/issue/200'

remotes/origin/2.3
Nico Schottelius 12 years ago
commit ee519b878d
  1. 9
      cdist/test/fixtures/remote/copy
  2. 9
      other/examples/remote/local/copy

@ -1,6 +1,7 @@
#!/bin/sh
#
# 2012-2013 Nico Schottelius (nico-cdist schottelius.org)
# 2013 Steven Armstrong (steven-cdist armstrong.cc)
#
# This file is part of cdist.
#
@ -22,9 +23,5 @@
# test cases
#
recursive=$1; shift
src=$1; shift
dst=$1; shift
dst=$(echo $dst | sed "s/^${__target_host}://")
cp --dereference "$recursive" "$src" "$dst"
code="$(echo "$@" | sed "s|\([[:space:]]+\)$__target_host:|\1|g")"
cp --dereference $code

@ -1,6 +1,7 @@
#!/bin/sh
#
# 2012 Nico Schottelius (nico-cdist schottelius.org)
# 2013 Steven Armstrong (steven-cdist armstrong.cc)
#
# This file is part of cdist.
#
@ -19,9 +20,5 @@
#
#
recursive=$1; shift
src=$1; shift
dst=$1; shift
dst=$(echo $dst | sed "s/^${__target_host}://")
cp "$recursive" "$src" "$dst"
code="$(echo "$@" | sed "s|\([[:space:]]+\)$__target_host:|\1|g")"
cp --dereference $code

Loading…
Cancel
Save