Skip to content

Commit

Permalink
Return "Host:" info
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybuka committed Jul 16, 2024
1 parent f376e2b commit d81d512
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildbot/start_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,10 @@ EOF

echo "Vitaly Buka <[email protected]>" > ${BOT_DIR}/info/admin

# "Host:" is used by get_worker_host below.
{
echo 'See "Info" step of each build and https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild'
echo "Host: ${FULL_HOSTNAME}"
} > ${BOT_DIR}/info/host

chown -R buildbot:buildbot $BOT_DIR
Expand Down

0 comments on commit d81d512

Please sign in to comment.