Skip to content

Commit

Permalink
Merge pull request #443 from MarketSquare/marketsqaure-links
Browse files Browse the repository at this point in the history
Update repository links
  • Loading branch information
Noordsestern authored Aug 30, 2024
2 parents dd07264 + f5e8723 commit 30d8944
Show file tree
Hide file tree
Showing 38 changed files with 340 additions and 331 deletions.
15 changes: 11 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
build
dist
build/
dist/
.DS_Store
.idea
.idea/
.vscode/
__pycache__/

*.pyc
*.class
*.egg-info
*.swp
results
results/
atest/testdata/keyfiles/id_rsa
atest/docker/results
examples/output.xml
examples/log.html
examples/report.html

log.html
report.html
output.xml
4 changes: 2 additions & 2 deletions BUILD.rst
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ Tagging
git push --tags

2. Add short release notes to GitHub's `releases page
<https://github.com/robotframework/SSHLibrary/releases>`_
<https://github.com/MarketSquare/SSHLibrary/releases>`_
with a link to the full release notes.

Creating distributions
Expand Down Expand Up @@ -229,7 +229,7 @@ Post actions
to ``2.0.1a2.dev1``.

3. Close the `issue tracker milestone
<https://github.com/robotframework/SSHLibrary/milestones>`_.
<https://github.com/MarketSquare/SSHLibrary/milestones>`_.
Create also new milestone for the next release unless one exists already.

Announcements
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ With recent versions of ``pip`` it is possible to install directly from the
GitHub_ repository. To install latest source from the master branch, use
this command::

pip install git+https://github.com/robotframework/SSHLibrary.git
pip install git+https://github.com/MarketSquare/SSHLibrary.git

Alternatively you can download the source distribution from PyPI_, extract
it, and install it using one the command::
Expand Down Expand Up @@ -156,7 +156,7 @@ available:
.. _libffi-dev: https://pkgs.alpinelinux.org/packages?name=libffi-dev&branch=edge
.. _robotframework-users: http://groups.google.com/group/robotframework-users
.. _Slack community: https://robotframework-slack-invite.herokuapp.com
.. _issue tracker: https://github.com/robotframework/SSHLibrary/issues
.. _issue tracker: https://github.com/MarketSquare/SSHLibrary/issues
.. _Other support forums: http://robotframework.org/#support

.. |_github_created_at| image:: https://img.shields.io/github/created-at/MarketSquare/SSHLibrary?logo=robotframework
Expand Down
28 changes: 14 additions & 14 deletions docs/SSHLibrary-3.0.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ distribution from PyPI_ and install it manually.
SSHLibrary 3.0.0 was released on Friday April 27, 2018.

.. _Robot Framework: http://robotframework.org
.. _SSHLibrary: https://github.com/robotframework/SSHLibrary
.. _SSHLibrary: https://github.com/MarketSquare/SSHLibrary
.. _pip: http://pip-installer.org
.. _PyPI: https://pypi.python.org/pypi/robotframework-sshlibrary
.. _issue tracker: https://github.com/robotframework/SSHLibrary/issues?q=milestone%3Av3.0.0
.. _issue tracker: https://github.com/MarketSquare/SSHLibrary/issues?q=milestone%3Av3.0.0


.. contents::
Expand Down Expand Up @@ -64,7 +64,7 @@ Big thanks also to `Mihai Pârvu <https://github.com/mihaiparvu>`_,
`Andreea Kovacs <https://github.com/andreeakovacs>`_ for their work and
especially for promising to work as SSHLibrary maintainers!

.. _#207: https://github.com/robotframework/SSHLibrary/pull/207
.. _#207: https://github.com/MarketSquare/SSHLibrary/pull/207

Full list of fixes and enhancements
===================================
Expand Down Expand Up @@ -113,14 +113,14 @@ Full list of fixes and enhancements
- low
- Enhance acceptance tests to cover IPv6

Altogether 9 issues. View on the `issue tracker <https://github.com/robotframework/SSHLibrary/issues?q=milestone%3Av3.0.0>`__.

.. _#219: https://github.com/robotframework/SSHLibrary/issues/219
.. _#189: https://github.com/robotframework/SSHLibrary/issues/189
.. _#223: https://github.com/robotframework/SSHLibrary/issues/223
.. _#182: https://github.com/robotframework/SSHLibrary/issues/182
.. _#146: https://github.com/robotframework/SSHLibrary/issues/146
.. _#199: https://github.com/robotframework/SSHLibrary/issues/199
.. _#201: https://github.com/robotframework/SSHLibrary/issues/201
.. _#132: https://github.com/robotframework/SSHLibrary/issues/132
.. _#174: https://github.com/robotframework/SSHLibrary/issues/174
Altogether 9 issues. View on the `issue tracker <https://github.com/MarketSquare/SSHLibrary/issues?q=milestone%3Av3.0.0>`__.

.. _#219: https://github.com/MarketSquare/SSHLibrary/issues/219
.. _#189: https://github.com/MarketSquare/SSHLibrary/issues/189
.. _#223: https://github.com/MarketSquare/SSHLibrary/issues/223
.. _#182: https://github.com/MarketSquare/SSHLibrary/issues/182
.. _#146: https://github.com/MarketSquare/SSHLibrary/issues/146
.. _#199: https://github.com/MarketSquare/SSHLibrary/issues/199
.. _#201: https://github.com/MarketSquare/SSHLibrary/issues/201
.. _#132: https://github.com/MarketSquare/SSHLibrary/issues/132
.. _#174: https://github.com/MarketSquare/SSHLibrary/issues/174
16 changes: 8 additions & 8 deletions docs/SSHLibrary-3.0.0a1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ distribution from PyPI_ and install it manually.
SSHLibrary 3.0.0a1 was released on Thursday March 22, 2018.

.. _Robot Framework: http://robotframework.org
.. _SSHLibrary: https://github.com/robotframework/SSHLibrary
.. _SSHLibrary: https://github.com/MarketSquare/SSHLibrary
.. _pip: http://pip-installer.org
.. _PyPI: https://pypi.python.org/pypi/robotframework-sshlibrary
.. _issue tracker: https://github.com/robotframework/SSHLibrary/issues?q=milestone%3Av3.0.0
.. _issue tracker: https://github.com/MarketSquare/SSHLibrary/issues?q=milestone%3Av3.0.0


.. contents::
Expand All @@ -57,7 +57,7 @@ Big thanks also to `Mihai Pârvu <https://github.com/mihaiparvu>`_,
`@andreeakovacs <https://github.com/andreeakovacs>`_ for their work and
especially for promising to work as SSHLibrary maintainers!

.. _#207: https://github.com/robotframework/SSHLibrary/pull/207
.. _#207: https://github.com/MarketSquare/SSHLibrary/pull/207

Full list of fixes and enhancements
===================================
Expand Down Expand Up @@ -91,9 +91,9 @@ Full list of fixes and enhancements
- Add support for Travis CI
- alpha 1

Altogether 4 issues. View on the `issue tracker <https://github.com/robotframework/SSHLibrary/issues?q=milestone%3Av3.0.0>`__.
Altogether 4 issues. View on the `issue tracker <https://github.com/MarketSquare/SSHLibrary/issues?q=milestone%3Av3.0.0>`__.

.. _#219: https://github.com/robotframework/SSHLibrary/issues/219
.. _#182: https://github.com/robotframework/SSHLibrary/issues/182
.. _#199: https://github.com/robotframework/SSHLibrary/issues/199
.. _#201: https://github.com/robotframework/SSHLibrary/issues/201
.. _#219: https://github.com/MarketSquare/SSHLibrary/issues/219
.. _#182: https://github.com/MarketSquare/SSHLibrary/issues/182
.. _#199: https://github.com/MarketSquare/SSHLibrary/issues/199
.. _#201: https://github.com/MarketSquare/SSHLibrary/issues/201
22 changes: 11 additions & 11 deletions docs/SSHLibrary-3.0.0rc1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ distribution from PyPI_ and install it manually.
SSHLibrary 3.0.0rc1 was released on Tuesday April 24, 2018.

.. _Robot Framework: http://robotframework.org
.. _SSHLibrary: https://github.com/robotframework/SSHLibrary
.. _SSHLibrary: https://github.com/MarketSquare/SSHLibrary
.. _pip: http://pip-installer.org
.. _PyPI: https://pypi.python.org/pypi/robotframework-sshlibrary
.. _issue tracker: https://github.com/robotframework/SSHLibrary/issues?q=milestone%3Av3.0.0
.. _issue tracker: https://github.com/MarketSquare/SSHLibrary/issues?q=milestone%3Av3.0.0


.. contents::
Expand Down Expand Up @@ -64,7 +64,7 @@ Big thanks also to `Mihai Pârvu <https://github.com/mihaiparvu>`_,
`Andreea Kovacs <https://github.com/andreeakovacs>`_ for their work and
especially for promising to work as SSHLibrary maintainers!

.. _#207: https://github.com/robotframework/SSHLibrary/pull/207
.. _#207: https://github.com/MarketSquare/SSHLibrary/pull/207


Full list of fixes and enhancements
Expand Down Expand Up @@ -114,12 +114,12 @@ Full list of fixes and enhancements
- Capture the pre login banner
- rc 1

Altogether 7 issues. View on the `issue tracker <https://github.com/robotframework/SSHLibrary/issues?q=milestone%3Av3.0.0>`__.
Altogether 7 issues. View on the `issue tracker <https://github.com/MarketSquare/SSHLibrary/issues?q=milestone%3Av3.0.0>`__.

.. _#219: https://github.com/robotframework/SSHLibrary/issues/219
.. _#189: https://github.com/robotframework/SSHLibrary/issues/189
.. _#182: https://github.com/robotframework/SSHLibrary/issues/182
.. _#146: https://github.com/robotframework/SSHLibrary/issues/146
.. _#199: https://github.com/robotframework/SSHLibrary/issues/199
.. _#201: https://github.com/robotframework/SSHLibrary/issues/201
.. _#132: https://github.com/robotframework/SSHLibrary/issues/132
.. _#219: https://github.com/MarketSquare/SSHLibrary/issues/219
.. _#189: https://github.com/MarketSquare/SSHLibrary/issues/189
.. _#182: https://github.com/MarketSquare/SSHLibrary/issues/182
.. _#146: https://github.com/MarketSquare/SSHLibrary/issues/146
.. _#199: https://github.com/MarketSquare/SSHLibrary/issues/199
.. _#201: https://github.com/MarketSquare/SSHLibrary/issues/201
.. _#132: https://github.com/MarketSquare/SSHLibrary/issues/132
12 changes: 6 additions & 6 deletions docs/SSHLibrary-3.0.1a1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ distribution from PyPI_ and install it manually.
SSHLibrary 3.0.1a1 was released on Friday June 8, 2018.

.. _Robot Framework: http://robotframework.org
.. _SSHLibrary: https://github.com/robotframework/SSHLibrary
.. _SSHLibrary: https://github.com/MarketSquare/SSHLibrary
.. _pip: http://pip-installer.org
.. _PyPI: https://pypi.python.org/pypi/robotframework-sshlibrary
.. _issue tracker: https://github.com/robotframework/SSHLibrary/issues?q=milestone%3Av3.0.1
.. _issue tracker: https://github.com/MarketSquare/SSHLibrary/issues?q=milestone%3Av3.0.1


.. contents::
Expand Down Expand Up @@ -73,8 +73,8 @@ Full list of fixes and enhancements
- Command execution should take into account user configurable timeout
- alpha 1

Altogether 3 issues. View on the `issue tracker <https://github.com/robotframework/SSHLibrary/issues?q=milestone%3Av3.0.1>`__.
Altogether 3 issues. View on the `issue tracker <https://github.com/MarketSquare/SSHLibrary/issues?q=milestone%3Av3.0.1>`__.

.. _#230: https://github.com/robotframework/SSHLibrary/issues/230
.. _#224: https://github.com/robotframework/SSHLibrary/issues/224
.. _#206: https://github.com/robotframework/SSHLibrary/issues/206
.. _#230: https://github.com/MarketSquare/SSHLibrary/issues/230
.. _#224: https://github.com/MarketSquare/SSHLibrary/issues/224
.. _#206: https://github.com/MarketSquare/SSHLibrary/issues/206
20 changes: 10 additions & 10 deletions docs/SSHLibrary-3.1.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ distribution from PyPI_ and install it manually.
SSHLibrary 3.1.0 was released on Friday June 29, 2018.

.. _Robot Framework: http://robotframework.org
.. _SSHLibrary: https://github.com/robotframework/SSHLibrary
.. _SSHLibrary: https://github.com/MarketSquare/SSHLibrary
.. _pip: http://pip-installer.org
.. _PyPI: https://pypi.python.org/pypi/robotframework-sshlibrary
.. _issue tracker: https://github.com/robotframework/SSHLibrary/issues?q=milestone%3Av3.1.0
.. _issue tracker: https://github.com/MarketSquare/SSHLibrary/issues?q=milestone%3Av3.1.0


.. contents::
Expand Down Expand Up @@ -89,12 +89,12 @@ Full list of fixes and enhancements
- low
- Separate section for explaining the time syntax

Altogether 7 issues. View on the `issue tracker <https://github.com/robotframework/SSHLibrary/issues?q=milestone%3Av3.1.0>`__.
Altogether 7 issues. View on the `issue tracker <https://github.com/MarketSquare/SSHLibrary/issues?q=milestone%3Av3.1.0>`__.

.. _#230: https://github.com/robotframework/SSHLibrary/issues/230
.. _#224: https://github.com/robotframework/SSHLibrary/issues/224
.. _#228: https://github.com/robotframework/SSHLibrary/issues/228
.. _#244: https://github.com/robotframework/SSHLibrary/issues/244
.. _#206: https://github.com/robotframework/SSHLibrary/issues/206
.. _#225: https://github.com/robotframework/SSHLibrary/issues/225
.. _#229: https://github.com/robotframework/SSHLibrary/issues/229
.. _#230: https://github.com/MarketSquare/SSHLibrary/issues/230
.. _#224: https://github.com/MarketSquare/SSHLibrary/issues/224
.. _#228: https://github.com/MarketSquare/SSHLibrary/issues/228
.. _#244: https://github.com/MarketSquare/SSHLibrary/issues/244
.. _#206: https://github.com/MarketSquare/SSHLibrary/issues/206
.. _#225: https://github.com/MarketSquare/SSHLibrary/issues/225
.. _#229: https://github.com/MarketSquare/SSHLibrary/issues/229
20 changes: 10 additions & 10 deletions docs/SSHLibrary-3.1.0rc1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ distribution from PyPI_ and install it manually.
SSHLibrary 3.1.0rc1 was released on Tuesday June 26, 2018.

.. _Robot Framework: http://robotframework.org
.. _SSHLibrary: https://github.com/robotframework/SSHLibrary
.. _SSHLibrary: https://github.com/MarketSquare/SSHLibrary
.. _pip: http://pip-installer.org
.. _PyPI: https://pypi.python.org/pypi/robotframework-sshlibrary
.. _issue tracker: https://github.com/robotframework/SSHLibrary/issues?q=milestone%3Av3.1.0
.. _issue tracker: https://github.com/MarketSquare/SSHLibrary/issues?q=milestone%3Av3.1.0


.. contents::
Expand Down Expand Up @@ -93,12 +93,12 @@ Full list of fixes and enhancements
- Separate section for explaining the time syntax
- rc 1

Altogether 7 issues. View on the `issue tracker <https://github.com/robotframework/SSHLibrary/issues?q=milestone%3Av3.1.0>`__.
Altogether 7 issues. View on the `issue tracker <https://github.com/MarketSquare/SSHLibrary/issues?q=milestone%3Av3.1.0>`__.

.. _#230: https://github.com/robotframework/SSHLibrary/issues/230
.. _#224: https://github.com/robotframework/SSHLibrary/issues/224
.. _#228: https://github.com/robotframework/SSHLibrary/issues/228
.. _#244: https://github.com/robotframework/SSHLibrary/issues/244
.. _#206: https://github.com/robotframework/SSHLibrary/issues/206
.. _#225: https://github.com/robotframework/SSHLibrary/issues/225
.. _#229: https://github.com/robotframework/SSHLibrary/issues/229
.. _#230: https://github.com/MarketSquare/SSHLibrary/issues/230
.. _#224: https://github.com/MarketSquare/SSHLibrary/issues/224
.. _#228: https://github.com/MarketSquare/SSHLibrary/issues/228
.. _#244: https://github.com/MarketSquare/SSHLibrary/issues/244
.. _#206: https://github.com/MarketSquare/SSHLibrary/issues/206
.. _#225: https://github.com/MarketSquare/SSHLibrary/issues/225
.. _#229: https://github.com/MarketSquare/SSHLibrary/issues/229
12 changes: 6 additions & 6 deletions docs/SSHLibrary-3.1.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ distribution from PyPI_ and install it manually.
SSHLibrary 3.1.1 was released on Tuesday August 14, 2018.

.. _Robot Framework: http://robotframework.org
.. _SSHLibrary: https://github.com/robotframework/SSHLibrary
.. _SSHLibrary: https://github.com/MarketSquare/SSHLibrary
.. _pip: http://pip-installer.org
.. _PyPI: https://pypi.python.org/pypi/robotframework-sshlibrary
.. _issue tracker: https://github.com/robotframework/SSHLibrary/issues?q=milestone%3Av3.1.1
.. _issue tracker: https://github.com/MarketSquare/SSHLibrary/issues?q=milestone%3Av3.1.1


List of fixed issues
Expand All @@ -57,8 +57,8 @@ List of fixed issues
- low
- Permissions are not properly set when copying a directory

Altogether 3 issues. View on the `issue tracker <https://github.com/robotframework/SSHLibrary/issues?q=milestone%3Av3.1.1>`__.
Altogether 3 issues. View on the `issue tracker <https://github.com/MarketSquare/SSHLibrary/issues?q=milestone%3Av3.1.1>`__.

.. _#131: https://github.com/robotframework/SSHLibrary/issues/131
.. _#255: https://github.com/robotframework/SSHLibrary/issues/255
.. _#210: https://github.com/robotframework/SSHLibrary/issues/210
.. _#131: https://github.com/MarketSquare/SSHLibrary/issues/131
.. _#255: https://github.com/MarketSquare/SSHLibrary/issues/255
.. _#210: https://github.com/MarketSquare/SSHLibrary/issues/210
20 changes: 10 additions & 10 deletions docs/SSHLibrary-3.2.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ distribution from PyPI_ and install it manually.
SSHLibrary 3.2.0 was released on Wednesday October 31, 2018.

.. _Robot Framework: http://robotframework.org
.. _SSHLibrary: https://github.com/robotframework/SSHLibrary
.. _SSHLibrary: https://github.com/MarketSquare/SSHLibrary
.. _pip: http://pip-installer.org
.. _PyPI: https://pypi.python.org/pypi/robotframework-sshlibrary
.. _issue tracker: https://github.com/robotframework/SSHLibrary/issues?q=milestone%3Av3.2.0
.. _issue tracker: https://github.com/MarketSquare/SSHLibrary/issues?q=milestone%3Av3.2.0


.. contents::
Expand Down Expand Up @@ -100,12 +100,12 @@ Full list of fixes and enhancements
- low
- Create Local SSH Tunnel could use a default port number for the remote_port

Altogether 7 issues. View on the `issue tracker <https://github.com/robotframework/SSHLibrary/issues?q=milestone%3Av3.2.0>`__.
Altogether 7 issues. View on the `issue tracker <https://github.com/MarketSquare/SSHLibrary/issues?q=milestone%3Av3.2.0>`__.

.. _#266: https://github.com/robotframework/SSHLibrary/issues/266
.. _#260: https://github.com/robotframework/SSHLibrary/issues/260
.. _#127: https://github.com/robotframework/SSHLibrary/issues/127
.. _#247: https://github.com/robotframework/SSHLibrary/issues/247
.. _#233: https://github.com/robotframework/SSHLibrary/issues/233
.. _#237: https://github.com/robotframework/SSHLibrary/issues/237
.. _#246: https://github.com/robotframework/SSHLibrary/issues/246
.. _#266: https://github.com/MarketSquare/SSHLibrary/issues/266
.. _#260: https://github.com/MarketSquare/SSHLibrary/issues/260
.. _#127: https://github.com/MarketSquare/SSHLibrary/issues/127
.. _#247: https://github.com/MarketSquare/SSHLibrary/issues/247
.. _#233: https://github.com/MarketSquare/SSHLibrary/issues/233
.. _#237: https://github.com/MarketSquare/SSHLibrary/issues/237
.. _#246: https://github.com/MarketSquare/SSHLibrary/issues/246
16 changes: 8 additions & 8 deletions docs/SSHLibrary-3.2.0a1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ distribution from PyPI_ and install it manually.
SSHLibrary 3.2.0a1 was released on Wednesday October 24, 2018.

.. _Robot Framework: http://robotframework.org
.. _SSHLibrary: https://github.com/robotframework/SSHLibrary
.. _SSHLibrary: https://github.com/MarketSquare/SSHLibrary
.. _pip: http://pip-installer.org
.. _PyPI: https://pypi.python.org/pypi/robotframework-sshlibrary
.. _issue tracker: https://github.com/robotframework/SSHLibrary/issues?q=milestone%3Av3.2.0
.. _issue tracker: https://github.com/MarketSquare/SSHLibrary/issues?q=milestone%3Av3.2.0


.. contents::
Expand Down Expand Up @@ -98,10 +98,10 @@ Full list of fixes and enhancements
- "Close Connection" keyword does not remove the connection from existing connections
- alpha 1

Altogether 5 issues. View on the `issue tracker <https://github.com/robotframework/SSHLibrary/issues?q=milestone%3Av3.2.0>`__.
Altogether 5 issues. View on the `issue tracker <https://github.com/MarketSquare/SSHLibrary/issues?q=milestone%3Av3.2.0>`__.

.. _#266: https://github.com/robotframework/SSHLibrary/issues/266
.. _#260: https://github.com/robotframework/SSHLibrary/issues/260
.. _#127: https://github.com/robotframework/SSHLibrary/issues/127
.. _#247: https://github.com/robotframework/SSHLibrary/issues/247
.. _#233: https://github.com/robotframework/SSHLibrary/issues/233
.. _#266: https://github.com/MarketSquare/SSHLibrary/issues/266
.. _#260: https://github.com/MarketSquare/SSHLibrary/issues/260
.. _#127: https://github.com/MarketSquare/SSHLibrary/issues/127
.. _#247: https://github.com/MarketSquare/SSHLibrary/issues/247
.. _#233: https://github.com/MarketSquare/SSHLibrary/issues/233
Loading

0 comments on commit 30d8944

Please sign in to comment.