Skip to content

Commit

Permalink
Merge pull request #5 from kumar303/mana-link
Browse files Browse the repository at this point in the history
Add link to get Jenkins URL
  • Loading branch information
kumar303 committed Nov 10, 2015
2 parents adfeca4 + 3be5981 commit 975630e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 10 deletions.
6 changes: 5 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,11 @@
#texinfo_no_detailmenu = False

linkcheck_ignore = [
# Both of these links require you to be behind the VPN.
# These links require you to be behind the VPN.
'http://sentry.mktmon.services.phx1.mozilla*',
'http://dashboard.mktadm.ops.services.phx1.mozilla.com*',
'https://mana.mozilla.org*',
# For some unknown reason, TravisCI gets a 404 for calendar URLs.
# They require a login so maybe that's why.
'https://calendar.google.com/calendar/embed*',
]
5 changes: 2 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ This refers primarily to the work done by the Add-ons team at Mozilla.

If you are an Add-on Developer wanting to work on developing an Add-on for
Firefox, then you probably do not want to be looking at this documentation.
Instead checkout `MDN <https://developer.mozilla.org>`_
or `AMO <http://addons.mozilla.org>`_.
Instead checkout `MDN <https://developer.mozilla.org/en-US/>`_
or `AMO <https://addons.mozilla.org/en-US/firefox/>`_.

Contents:

.. toctree::
:maxdepth: 2

projects/index.rst
server/index.rst
ux/index.rst

Expand Down
2 changes: 1 addition & 1 deletion docs/server/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Server
======

About the `add-ons server <https://addons.mozilla.org>`_.
About the `add-ons server <https://addons.mozilla.org/en-US/firefox/>`_.

Contents:

Expand Down
10 changes: 6 additions & 4 deletions docs/server/push-duty.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The pushing of the server rotates each week to another developer. Current rotati
* nolski
* tofumatt

Check out the `Add-ons calendar <https://www.google.com/calendar/embed?src=mozilla.com_lr5jsh38i6dmr72uu4d1nv7dcc%40group.calendar.google.com>`_ for a list of events.
Check out the `Add-ons calendar <https://calendar.google.com/calendar/embed?src=mozilla.com_lr5jsh38i6dmr72uu4d1nv7dcc@group.calendar.google.com>`_ for a list of events.

Before the push
---------------
Expand Down Expand Up @@ -52,8 +52,10 @@ Push to stage
+++++++++++++

Once the tag is done, it needs to be pushed to the staging server, using the
ops jenkins: click on "build with parameters", and enter the tag (eg
2015.09.10). Jason can help with that if needed.
ops jenkins (you can find the Stage Jenkins URL on
`mana <https://mana.mozilla.org/wiki/display/SVCOPS/AMO+Dev+Resources#AMODevResources-StageandProd>`_):
click on "build with parameters", and enter the tag (eg
``2015.09.10``). Jason can help with that if needed.

Before the push
+++++++++++++++
Expand Down Expand Up @@ -86,7 +88,7 @@ Once complete

Create a new etherpad page for the *next push*, for example:

https://etherpad.mozilla.org/amo-2015-09-10
https://public.etherpad-mozilla.org/p/amo-2015-11-12

You can use this handy template:

Expand Down
2 changes: 1 addition & 1 deletion docs/ux/index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
UX
==

UX for the `server <https://addons.mozilla.org>`_ and client.
UX for the `server <https://addons.mozilla.org/en-US/firefox/>`_ and client.

0 comments on commit 975630e

Please sign in to comment.