summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/copy-to-build-support2
-rwxr-xr-xbin/db-update2
-rwxr-xr-xbin/delete-packages2
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/copy-to-build-support b/bin/copy-to-build-support
index 8024965..70e26e7 100755
--- a/bin/copy-to-build-support
+++ b/bin/copy-to-build-support
@@ -189,7 +189,7 @@ if [ -s "${tmp_dir}/to-copy" ]; then
fi
if [ -s "${tmp_dir}/sftp-command" ]; then
- ${master_mirror_sftp_command} < \
+ failsafe_sftp < \
"${tmp_dir}/sftp-command"
fi
diff --git a/bin/db-update b/bin/db-update
index 6bdbf7e..367fb36 100755
--- a/bin/db-update
+++ b/bin/db-update
@@ -442,7 +442,7 @@ for source_stability in \
if ${no_action}; then
sed 's|^|sftp: |'
else
- ${master_mirror_sftp_command}
+ failsafe_sftp
fi
if ${no_action}; then
diff --git a/bin/delete-packages b/bin/delete-packages
index 6d752d1..50fc853 100755
--- a/bin/delete-packages
+++ b/bin/delete-packages
@@ -398,4 +398,4 @@ sed '
s/^/rm "/
s/$/"/
' "${tmp_dir}/package-files" | \
- ${master_mirror_sftp_command}
+ failsafe_sftp