forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Running a Tinderbox
graydon edited this page Jul 4, 2011
·
1 revision
Running a tinderbox is very simple:
- Get a rust build environment working first. Like, get your own system through 'make check'
hg clone http://hg.mozilla.org/users/graydon_mozilla.com/rust-tinderboxcd rust-tinderbox-
vi rust-tinderbox.py:- edit
smtpserverto some working SMTP relay you can send mail through - edit
usernameto your email address (if you want to; it controls who you're sending email 'From')
- edit
./rust-tinderbox.py
From time to time you might also want to run hg pull -u to get fresher tinderbox code as we adjust it; it changes slowly but it will happen from time to time. Join IRC to ask if the scripts stop working.