summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_rsync_remote_results.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-11-09 16:02:52 +0100
committerHolger Levsen <holger@layer-acht.org>2015-11-09 16:02:52 +0100
commit5cc35ecaa2fa33ddb2b28a934df771c3ed45b537 (patch)
tree7ffcf0e85c600f90605ab430a3152909a1daeafe /bin/reproducible_html_rsync_remote_results.sh
parent0f6c75bb6f5a3b71ea5e3c5da9d83fa47f0ad786 (diff)
downloadjenkins.debian.net-5cc35ecaa2fa33ddb2b28a934df771c3ed45b537.tar.xz
reproducible: fix typo (fixup 0f6c75bb)
Diffstat (limited to 'bin/reproducible_html_rsync_remote_results.sh')
-rwxr-xr-xbin/reproducible_html_rsync_remote_results.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_rsync_remote_results.sh b/bin/reproducible_html_rsync_remote_results.sh
index 8727b2c9..1c6e9111 100755
--- a/bin/reproducible_html_rsync_remote_results.sh
+++ b/bin/reproducible_html_rsync_remote_results.sh
@@ -12,5 +12,5 @@ common_init "$@"
# that's all
for PROJECT in coreboot openwrt netbsd ; do
- rsync -r -v -e ssh profitbricks-build4.amd64:$BASE/$PROJECT/ $BASE/$PROJECT/
+ rsync -r -v -e ssh profitbricks-build4-amd64.debian.net:$BASE/$PROJECT/ $BASE/$PROJECT/
done