-
Notifications
You must be signed in to change notification settings - Fork 431
[Spelling] Fixed Spelling in Documentation #3353
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| This folder contains addtional development related tools and documentation | ||
| This folder contains additional development related tools and documentation |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| #!/usr/bin/env bash | ||
|
|
||
| #Reformat and ammend each commit since the provided | ||
| #Reformat and amend each commit since the provided | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same with this file, I think we might as well just remove it. |
||
| #commit-sh argument | ||
| # | ||
| #NOTE: Only use on local branches! | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,7 +22,7 @@ Whenever anyone commits code, our buildbot setup will automatically compile the | |
| code then run some regression tests. Buildbot flags problems and reports who | ||
| made which commit. The VTR buildbot website is located here: | ||
| http://canucks.eecg.toronto.edu:8080/ It gives you regular updates on the state | ||
| of thet trunk. As the administrator, you should check buildbot regularly (eg. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should we remove this entire folder? The information is quite outdated.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We're not using buildbot anymore, so we should remove outdated info (maybe all is outdated here). |
||
| of the trunk. As the administrator, you should check buildbot regularly (eg. | ||
| once a day in the morning). When the trunk breaks, e-mail the person who broke | ||
| it. Details of the management of the buildbot system itself should already be | ||
| e-mailed out. | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should probably also rename the file itself. Or maybe delete it, I don't think it's used by anyone.