Skip to content

Commit

Permalink
Merge pull request #715 from lsst-dm:tickets/DM-48755
Browse files Browse the repository at this point in the history
DM-48755: Repoint sqrbot-jr to squarebot in rubin-obs Slack
  • Loading branch information
jonathansick authored Feb 4, 2025
2 parents 6ae4ba4 + 5be6deb commit d2c2dfd
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@

# Common substitutions and link targets available in every document
rst_epilog = """
.. |sqrbot| replace:: `@sqrbot-jr <https://slack.com/app_redirect?app=AF2U6ADV3&team=T06D204F2>`__
.. |dmw-sqrbot| replace:: `direct message with @sqrbot-jr <https://slack.com/app_redirect?app=AF2U6ADV3&team=T06D204F2>`__
.. |squarebot| replace:: `@squarebot <https://slack.com/app_redirect?app=A07PWG9UG9M&team=T02SVMGU4>`__
.. |dmw-squarebot| replace:: `direct message with @squarebot <https://slack.com/app_redirect?app=A07PWG9UG9M&team=T02SVMGU4>`__
"""


Expand Down
2 changes: 1 addition & 1 deletion legal/copyright-overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ The :file:`COPYRIGHT` file does not contain any other content.
.. tip::

**Create a COPYRIGHT file from Slack.**
Open a |dmw-sqrbot| and type:
Open a |dmw-squarebot| and type:

.. code-block:: text
Expand Down
2 changes: 1 addition & 1 deletion project-docs/change-controlled-docs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Creating a new LaTeX (lsstdoc) change-controlled document
**Before creating a new change-controlled document, reserve its handle on DocuShare.**
Contact the CCB (`#dm-ccb <slack://channel?team=T06D204F2&id=C2JPBA2SU>`_) for assistance.

In Slack, open a |dmw-sqrbot| and type:
In Slack, open a |dmw-squarebot| and type:

.. code-block:: text
Expand Down
2 changes: 1 addition & 1 deletion project-docs/technotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Create a technote
=================

Creating a new technote is easy and takes just a moment.
In Slack, open a |dmw-sqrbot| and type:
In Slack, open a |dmw-squarebot| and type:

.. code-block:: text
Expand Down
8 changes: 4 additions & 4 deletions stack/adding-a-new-package.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Adding a New Package to the Build
Creating a new package
======================

To create a new LSST package, send a "create project" message to ``@sqrbot-jr`` on the LSST Slack and select "LSST EUPS package" as the project type.
To create a new LSST package, send a "create project" message to ``@squarebot`` on the LSST Slack and select "LSST EUPS package" as the project type.
Follow the prompts to select the GitHub organization (choose ``lsst`` for the `LSST organization on GitHub`_ for packages that you plan to add to the full distribution via RFC, as described below) and the specific flavor of package (e.g. ``Pipelines Python`` for a typical python package that depends on `pipe_base`_) to get an appropriate directory structure set up.
The bot uses the templates in the `lsst/templates`_ repository to define the package layout.

Expand Down Expand Up @@ -99,8 +99,8 @@ Configuring GitHub Repositories

.. Note::

If you created your package via ``@sqrbot-jr`` on the LSST slack, the GitHub repo should be configured correctly.
These instructions are for the rare cases that cannot be handled by ``@sqrbot-jr``.
If you created your package via ``@squarebot`` on the LSST slack, the GitHub repo should be configured correctly.
These instructions are for the rare cases that cannot be handled by ``@squarebot``.

All LSST DM repositories on GitHub must be configured by a repository administrator to protect the ``main`` branch and to ensure that the merge button for pull requests can not be pushed without the branch being up to date with ``main``.
There are a number of settings required to ensure this and they are described below with URLs referring to the ``afw`` package.
Expand Down Expand Up @@ -145,7 +145,7 @@ Handling Git LFS-backed repos
=============================

New :doc:`Git LFS-backed </git/git-lfs>` repos (or existing repos being converted to LFS) require additional configuration.
``@sqrbot-jr`` cannot yet create an empty LFS-ready repo.
``@squarebot`` cannot yet create an empty LFS-ready repo.

- The `repos.yaml`_ entry must declare that the repository is LFS backed:

Expand Down
2 changes: 1 addition & 1 deletion stack/argparse-script-topic-type.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Starter template
================

Create a new argparse-based script topic from Slack.\ [#template]_
Open a |dmw-sqrbot| and type:
Open a |dmw-squarebot| and type:

.. code-block:: text
Expand Down
2 changes: 1 addition & 1 deletion stack/config-topic-type.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Starter template
================

Create a new config topic from Slack.\ [#template]_
Open a |dmw-sqrbot| and type:
Open a |dmw-squarebot| and type:

.. code-block:: text
Expand Down
8 changes: 4 additions & 4 deletions stack/license-and-copyright.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Be careful not to modify the LICENSE file.
.. tip::

**Create a LICENSE file from Slack.**
Open a |dmw-sqrbot| and type:
Open a |dmw-squarebot| and type:

.. code-block:: text
Expand All @@ -47,7 +47,7 @@ Include additions to :file:`COPYRIGHT` files as part of your regular pull reques
.. tip::

**Create a COPYRIGHT file from Slack.**
Open a |dmw-sqrbot| and type:
Open a |dmw-squarebot| and type:

.. code-block:: text
Expand Down Expand Up @@ -83,7 +83,7 @@ Replace ``{{ cookiecutter.package_name }}`` with the repository's name (``afw``,
.. tip::

**Create a Python license preamble from Slack.**
Open a |dmw-sqrbot| and type:
Open a |dmw-squarebot| and type:

.. code-block:: text
Expand All @@ -108,7 +108,7 @@ Replace ``{{ cookiecutter.package_name }}`` with the repository's name (``afw``,
.. tip::

**Create a C++ license preamble from Slack.**
Open a |dmw-sqrbot| and type:
Open a |dmw-squarebot| and type:

.. code-block:: text
Expand Down
2 changes: 1 addition & 1 deletion stack/script-topic-type.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Starter template
================

Create a new script topic from Slack.\ [#template]_
Open a |dmw-sqrbot| and type:
Open a |dmw-squarebot| and type:

.. code-block:: text
Expand Down
2 changes: 1 addition & 1 deletion stack/task-topic-type.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Starter template
================

Create a new task topic from Slack.\ [#template]_
Open a |dmw-sqrbot| and type:
Open a |dmw-squarebot| and type:

.. code-block:: text
Expand Down

0 comments on commit d2c2dfd

Please sign in to comment.