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

Issue #33 - Switch BLISS naming to AIT #45

Merged
merged 2 commits into from
May 8, 2018
Merged

Issue #33 - Switch BLISS naming to AIT #45

merged 2 commits into from
May 8, 2018

Conversation

MJJoyce
Copy link
Member

@MJJoyce MJJoyce commented May 2, 2018

Please review this carefully folks. Obviously this is a massive amount of changes in here.

@lorsposto I'll probably need you to look at the PyPi related stuff since I'm not terribly familiar with it at the moment.

Resolve #33

@MJJoyce MJJoyce requested review from a team as code owners May 2, 2018 20:57
name: bliss
hostname: bliss.jpl.nasa.gov
name: ait
hostname: ait.jpl.nasa.gov
Copy link
Contributor

Choose a reason for hiding this comment

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

Need to replace hostname like this line?

@@ -93,10 +93,10 @@ AIT makes a best-effort attempt at sticking with PEP-8 conventions.
Mailing Lists
-------------

The AIT mailings lists are a good way to get in contact with people working on the project. If you need help with something on the project feel free to send an email to the AIT team at **bliss[email protected]**.
The AIT mailings lists are a good way to get in contact with people working on the project. If you need help with something on the project feel free to send an email to the AIT team at **ait[email protected]**.
Copy link
Contributor

Choose a reason for hiding this comment

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

We'll need to update the mailing list email


* Major bumps are for large, non-backwards compatible changes
* Minor bumps are for backwards compatible changes
* Patch bumps are for incremental bug fixes, small releases, and end-of-sprint releases.

2. *Update the project documentation to use the correct version names.* The following files needs to be updated with the correct version names:

* `doc/source/conf.py <https://github.jpl.nasa.gov/bliss/bliss-core/blob/master/doc/source/conf.py>`_ - contains a **version** and **release** option. Both of these should be updated to point to the version number for this release.
* `doc/source/conf.py <https://github.jpl.nasa.gov/ait/ait-core/blob/master/doc/source/conf.py>`_ - contains a **version** and **release** option. Both of these should be updated to point to the version number for this release.
Copy link
Contributor

Choose a reason for hiding this comment

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

github.j.n.g should be replaced with public GH url, but in this case, this docs page can actually be removed and its contents redirected via #29 and #35.

@@ -17,8 +17,8 @@ Clone the repository from JPL Github:

.. code-block:: bash

$ git clone https://github.jpl.nasa.gov/bliss/bliss-core.git
$ cd bliss-core
$ git clone https://github.jpl.nasa.gov/ait/ait-core.git
Copy link
Contributor

Choose a reason for hiding this comment

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

github.j.n.g should be replaced with public GH url, which will help #44.


.. code-block:: bash

$ pip install bliss-core --extra-index-url https://bliss.jpl.nasa.gov/pypi/simple/
$ pip install ait-core --extra-index-url https://ait.jpl.nasa.gov/pypi/simple/
Copy link
Contributor

Choose a reason for hiding this comment

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

Should remove the reference to j.n.g. We can update the pip install command to install from public PyPi; we will have to update the publish the package as ait-core so that pip install ait-core will work. Will help #44

@@ -145,4 +145,4 @@ Run the following to upgrade to the latest AIT Core versions.

.. code-block:: bash

$ pip install bliss-core --extra-index-url https://bliss.jpl.nasa.gov/pypi/simple/ --upgrade
$ pip install ait-core --extra-index-url https://ait.jpl.nasa.gov/pypi/simple/ --upgrade
Copy link
Contributor

Choose a reason for hiding this comment

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

Same as above re: installation from public PyPi.

@@ -12,18 +12,18 @@ If you use a requirements file for specifying dependencies:

.. code-block:: bash

--extra-index-url https://bliss.jpl.nasa.gov/pypi/simple/
bliss-core==1.0.0
--extra-index-url https://ait.jpl.nasa.gov/pypi/simple/
Copy link
Contributor

Choose a reason for hiding this comment

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

Can remove the j.n.g reference.

@MJJoyce
Copy link
Member Author

MJJoyce commented May 5, 2018

Thanks @lorsposto! Updated with your change requests.

lorsposto
lorsposto previously approved these changes May 7, 2018
Copy link
Contributor

@lorsposto lorsposto left a comment

Choose a reason for hiding this comment

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

👍

@lorsposto lorsposto merged commit e3d4486 into master May 8, 2018
@aywaldron aywaldron deleted the issue-33 branch June 14, 2019 22:16
MJJoyce added a commit that referenced this pull request Sep 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants