Skip to content

Commit ceca6d1

Browse files
committed
generate known_hosts
1 parent b02d952 commit ceca6d1

6 files changed

+11
-0
lines changed

Diff for: scripts/buildExamples.fish

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/usr/bin/env fish
2+
ssh -o StrictHostKeyChecking=no -T [email protected]
3+
24
pushd $INNERWORKDIR/ArangoDB
35
and if test -d docs
46
rm -rf docs

Diff for: scripts/checkoutArangoDB.fish

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/usr/bin/env fish
2+
ssh -o StrictHostKeyChecking=no -T [email protected]
3+
24
set -l mirror
35

46
if test -d /mirror/ArangoDB.git

Diff for: scripts/checkoutEnterprise.fish

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/usr/bin/env fish
2+
ssh -o StrictHostKeyChecking=no -T [email protected]
3+
24
set -l mirror
35

46
if test -d /mirror/enterprise.git

Diff for: scripts/checkoutMirror.fish

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/usr/bin/env fish
2+
ssh -o StrictHostKeyChecking=no -T [email protected]
3+
24
cd /mirror
35
and mkdir -p mirror
46
and cd mirror

Diff for: scripts/checkoutUpgradeDataTests.fish

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/usr/bin/env fish
2+
ssh -o StrictHostKeyChecking=no -T [email protected]
3+
24
set -l mirror
35

46
if test -d /mirror/upgrade-data-tests.git

Diff for: scripts/createCompleteTar.fish

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env fish
2+
ssh -o StrictHostKeyChecking=no -T [email protected]
23

34
if test (count $argv) -ne 1
45
echo "usage: createCompleteTar.fish <RELEASE-TAG>"

0 commit comments

Comments
 (0)