diff options
| author | Greg Steuck <greg@nest.cx> | 2023-04-28 12:47:25 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2023-04-28 15:05:51 +0200 |
| commit | fcf8a8599088d3c07716e916881d8080fd8ffeed (patch) | |
| tree | 4cd9b3a5d31139926d81fedab7c2b01e2925d13b /dashboard/config | |
| parent | 27962ca534d7085b7a5d4f3ba53b32ff67dcec5c (diff) | |
dashboard/config/openbsd: simpify image building
The config is now reference directly from its original location.
The old way was a carry-over from days long gone.
Diffstat (limited to 'dashboard/config')
| -rwxr-xr-x | dashboard/config/openbsd/recreate.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dashboard/config/openbsd/recreate.sh b/dashboard/config/openbsd/recreate.sh index f70b6e36e..c6b705200 100755 --- a/dashboard/config/openbsd/recreate.sh +++ b/dashboard/config/openbsd/recreate.sh @@ -72,7 +72,6 @@ mv ~/.ssh/known_hosts{.new,} ssh syzkaller@"${INSTANCE}" mkdir -p /syzkaller/userspace ssh syzkaller@"${INSTANCE}" ln -sf /syzkaller/{gopath/src/github.com/google/syzkaller/dashboard/,}config -scp "${SYZ_DIR}"/dashboard/config/openbsd/config.ci "${INSTANCE}":/syzkaller/config-openbsd.ci scp worker_key syzkaller@"${INSTANCE}":/syzkaller/userspace/key scp -C worker_disk.raw syzkaller@"${INSTANCE}":/syzkaller/userspace/image ssh syzkaller@"${INSTANCE}" 'D=/syzkaller/userspace-multicore && mkdir -p $D && ln -sf ../userspace/{image,key} $D && ln -sf ../config/openbsd/overlays/ci-openbsd-multicore $D/overlay' |
