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

Add Travis config to run linkchecker against the built site #163

Merged
merged 4 commits into from
Nov 23, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: python
python:
- 2.7

script:
- mkdocs build
- linkchecker ./site/
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/support/incident_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Ensure that we schedule the post mortem and publish our incident report Draft th
### If you’re incident comms:

1. Let the PaaS team know about the incident on #the-government-paas Slack channel
2. Tell internal stakeholders: send a summary of the incident as soon as possible to the [GaaP incidents email list]([email protected]) (this tells the GaaP team and a few others - internal to GDS - including IA team members).
2. Tell internal stakeholders: send a summary of the incident as soon as possible to the [GaaP incidents email list](mailto:[email protected]) (this tells the GaaP team and a few others - internal to GDS - including IA team members).
3. Tell tenants: log in to our [Statuspage account](https://www.statuspage.io/). This is where you will send the incident alert email from, using the [saved templates](https://manage.statuspage.io/pages/h4wt7brwsqr0).
5. Update tenants hourly using the templates saved in our statuspage account.
6. Ensure that all decisions/comms are entered into the timeline section of the incident report.
Expand Down
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ six==1.10.0
tornado==4.3
webcolors==1.5
wsgiref==0.1.2

linkchecker==9.3
Copy link
Contributor

@samcrang samcrang Nov 22, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The linkchecker project currently seems to be in a weird state—supposedly the project is dead and has been picked up by a new group but they still haven't released anything on PyPI yet.

Does using this seemingly dead project seem like a problem?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're already using this for the tech docs, so I chose to use it here for consistency. I agree that it's in a wierd state, but I think we should address that across everything separately if that becomes an issue.

# https://github.com/wummel/linkchecker/issues/649
requests==2.9.2