Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove bors #35

Merged
merged 2 commits into from Jun 10, 2015
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Remove all traces of bors

  • Loading branch information
Manishearth committed Jun 2, 2015
commit 2db118e4f0c72790cba6369375d890d5bf011ae8

This file was deleted.

This file was deleted.

@@ -2,10 +2,6 @@ server {
listen 80 default_server;
server_name build.servo.org;

location ~ /bors/.*\.(html|css|js)$ {
rewrite ^/bors/(.*)$ /$1 break;
root /home/servo/bors/;
}

location / {
proxy_pass http://localhost:8010/;
@@ -5,7 +5,6 @@ base:

'servo-master':
- buildbot-master
- bors
- homu
- nginx

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.