summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2015-04-18 22:54:58 -0700
committerAmjith Ramanujam <amjith.r@gmail.com>2015-04-18 22:54:58 -0700
commit508b2eefbe33f00aa0c4553e5d28dfca0f3cec0d (patch)
tree72d900933db059f6cbf108d2aa4d70f91c24b514
parent09abde0ce69538dc5068d017ad683e9be1380527 (diff)
Update repo references.
-rw-r--r--DEVELOP.rst4
-rw-r--r--README.rst10
-rw-r--r--Vagrantfile4
-rwxr-xr-xpgcli/main.py2
-rw-r--r--release_procedure.txt2
5 files changed, 11 insertions, 11 deletions
diff --git a/DEVELOP.rst b/DEVELOP.rst
index 80989526..2daf4cb5 100644
--- a/DEVELOP.rst
+++ b/DEVELOP.rst
@@ -6,7 +6,7 @@ GitHub Workflow
------------
If you're interested in contributing to pgcli, first of all my heart felt
-thanks. `Fork the project <https://github.com/amjith/pgcli>`_ in github. Then
+thanks. `Fork the project <https://github.com/dbcli/pgcli>`_ in github. Then
clone your fork into your computer (``git clone <url-for-your-fork>``). Make
the changes and create the commits in your local machine. Then push those
changes to your fork. Then click on the pull request icon on github and create
@@ -20,7 +20,7 @@ repo.
::
- $ git remote add upstream git@github.com:amjith/pgcli.git
+ $ git remote add upstream git@github.com:dbcli/pgcli.git
Once the 'upstream' end point is added you can then periodically do a ``git
pull upstream master`` to update your local copy and then do a ``git push
diff --git a/README.rst b/README.rst
index b06b6272..5d08f650 100644
--- a/README.rst
+++ b/README.rst
@@ -26,7 +26,7 @@ If you already know how to install python packages, then you can simply do:
If you don't know how to install python packages, please check the
`detailed instructions`__.
-__ https://github.com/amjith/pgcli#detailed-installation-instructions
+__ https://github.com/dbcli/pgcli#detailed-installation-instructions
Usage
-----
@@ -74,7 +74,7 @@ If you're interested in contributing to this project, first of all I would like
to extend my heartfelt gratitude. I've written a small doc to describe how to
get this running in a development setup.
-https://github.com/amjith/pgcli/blob/master/DEVELOP.rst
+https://github.com/dbcli/pgcli/blob/master/DEVELOP.rst
Please feel free to reach out to me if you need help.
My email: amjith.r@gmail.com, Twitter: `@amjithr <http://twitter.com/amjithr>`_
@@ -194,13 +194,13 @@ interface to Postgres database.
Thanks to all the beta testers and contributors for your time and patience. :)
-.. |Build Status| image:: https://api.travis-ci.org/amjith/pgcli.svg?branch=master
- :target: https://travis-ci.org/amjith/pgcli
+.. |Build Status| image:: https://api.travis-ci.org/dbcli/pgcli.svg?branch=master
+ :target: https://travis-ci.org/dbcli/pgcli
.. |PyPI| image:: https://pypip.in/version/pgcli/badge.svg
:target: https://pypi.python.org/pypi/pgcli/
:alt: Latest Version
.. |Gitter| image:: https://badges.gitter.im/Join%20Chat.svg
- :target: https://gitter.im/amjith/pgcli?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
+ :target: https://gitter.im/dbcli/pgcli?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
:alt: Gitter Chat
diff --git a/Vagrantfile b/Vagrantfile
index 60f260c2..0313520f 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -42,7 +42,7 @@ Vagrant.configure(2) do |config|
-p /pgcli/ \
--after-install /pgcli/post-install \
--after-remove /pgcli/post-remove \
- --url https://github.com/amjith/pgcli \
+ --url https://github.com/dbcli/pgcli \
--description "#{pgcli_description}" \
--license 'BSD'
SHELL
@@ -83,7 +83,7 @@ Vagrant.configure(2) do |config|
-p /pgcli/ \
--after-install /pgcli/post-install \
--after-remove /pgcli/post-remove \
- --url https://github.com/amjith/pgcli \
+ --url https://github.com/dbcli/pgcli \
--description "#{pgcli_description}" \
--license 'BSD'
SHELL
diff --git a/pgcli/main.py b/pgcli/main.py
index 34022df2..39f6bb0d 100755
--- a/pgcli/main.py
+++ b/pgcli/main.py
@@ -170,7 +170,7 @@ class PGCli(object):
self.refresh_completions()
key_binding_manager = pgcli_bindings(self.vi_mode)
print('Version:', __version__)
- print('Chat: https://gitter.im/amjith/pgcli')
+ print('Chat: https://gitter.im/dbcli/pgcli')
print('Mail: https://groups.google.com/forum/#!forum/pgcli')
print('Home: http://pgcli.com')
diff --git a/release_procedure.txt b/release_procedure.txt
index 3fa327a7..bfa82036 100644
--- a/release_procedure.txt
+++ b/release_procedure.txt
@@ -4,7 +4,7 @@
* Commit with message: 'Releasing version X.X.X.'
* Create a tag: git tag vX.X.X
* Register with pypi for new version: python setup.py register
-* Fix the image url in PyPI to point to github raw content. https://raw.githubusercontent.com/amjith/pgcli/master/screenshots/image01.png
+* Fix the image url in PyPI to point to github raw content. https://raw.githubusercontent.com/dbcli/pgcli/master/screenshots/image01.png
* Create source dist tar ball: python setup.py sdist
* Test this by installing it in a fresh new virtualenv. Run SanityChecks [./sanity_checks.txt].
* Upload the source dist to PyPI: https://pypi.python.org/pypi/pgcli