Skip to content

Commit 2ee92ad

Browse files
committed
Change halide-lang.dev ~> halide-lang.org
1 parent cffdfa1 commit 2ee92ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ $ ./worker.sh
131131

132132
| Variable | Default | Description |
133133
|-------------------------|----------------------------|-----------------|
134-
| `HALIDE_BB_MASTER_ADDR` | `buildbot.halide-lang.dev` | Master hostname |
134+
| `HALIDE_BB_MASTER_ADDR` | `buildbot.halide-lang.org` | Master hostname |
135135
| `HALIDE_BB_MASTER_PORT` | `9990` | Master PB port |
136136

137137
## Platform-specific installation

worker/buildbot.tac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ application.setComponent(ILogObserver, FileLogObserver(logfile).emit)
2727
# buildmaster_host = os.environ.get('HALIDE_BB_MASTER_ADDR', '192.184.254.87')
2828
# buildmaster_host = os.environ.get('HALIDE_BB_MASTER_ADDR', '142.254.82.210')
2929

30-
buildmaster_host = os.environ.get("HALIDE_BB_MASTER_ADDR", "buildbot.halide-lang.dev")
30+
buildmaster_host = os.environ.get("HALIDE_BB_MASTER_ADDR", "buildbot.halide-lang.org")
3131
port = os.environ.get("HALIDE_BB_MASTER_PORT", 9990)
3232
workername = os.environ.get("HALIDE_BB_WORKER_NAME")
3333
passwd = Path("halide_bb_pass.txt").read_text().strip()

0 commit comments

Comments
 (0)