Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Change #pageshot IRC references to #screenshots
  • Loading branch information
ianb committed Mar 22, 2017
1 parent 5409e83 commit c91a6c2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -48,7 +48,7 @@ There is also documentation in [docs/](https://github.com/mozilla-services/scree

### Participation

There is an IRC channel `#pageshot` on irc.mozilla.org (you can use [this link](https://kiwiirc.com/client/irc.mozilla.org/pageshot) for chat access via the web if you do not otherwise use IRC). There are [IRC logs available](http://logs.glob.uno/?c=pageshot).
There is an IRC channel `#screenshots` on irc.mozilla.org (you can use [this link](https://kiwiirc.com/client/irc.mozilla.org/pageshot) for chat access via the web if you do not otherwise use IRC). There are [IRC logs available](http://logs.glob.uno/?c=pageshot).

Planning and ideation is happening in the [issue tracker](https://github.com/mozilla-services/screenshots/issues). We have several [milestones](https://github.com/mozilla-services/screenshots/milestones):

Expand Down
2 changes: 1 addition & 1 deletion bin/release-version
Expand Up @@ -59,7 +59,7 @@ case "$channel" in
SCREENSHOTS_BACKEND=https://pageshot.stage.mozaws.net SCREENSHOTS_SENTRY="$stage_sentry" make zip
./bin/build-docker-image mozilla
echo
echo "Stage deployment automatically triggered, see #pageshot IRC for status"
echo "Stage deployment automatically triggered, see #screenshots IRC for status"
;;
prod)
if [[ "$(current_branch)" != "stable" ]] ; then
Expand Down
2 changes: 1 addition & 1 deletion docs/deployment.md
Expand Up @@ -53,7 +53,7 @@ To update https://pageshot.stage.mozaws.net use:
$ ./bin/release-version stage
```

After it completes the stage deployment will automatically be triggered. See the `#pageshot` IRC channel for status updates.
After it completes the stage deployment will automatically be triggered. See the `#screenshots` IRC channel for status updates.

You can install the stage version of the add-on from https://pageshot.stage.mozaws.net/homepage/install-test-local.html

Expand Down
2 changes: 1 addition & 1 deletion server/src/server.js
Expand Up @@ -867,7 +867,7 @@ app.get("/contribute.json", function (req, res) {
},
participate: {
home: "https://github.com/mozilla-services/screenshots/",
irc: "irc://irc.mozilla.org/#pageshot",
irc: "irc://irc.mozilla.org/#screenshots",
"irc-contacts": ["ianbicking", "fzzzy"]
},
bugs: {
Expand Down

0 comments on commit c91a6c2

Please sign in to comment.