diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2014-04-06 12:30:12 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2014-04-06 12:30:12 +0100 |
commit | 4315e384b343616142a4fc3bbf1cce7c8b902d56 (patch) | |
tree | eaf0b87e0f99dd860e1fe1fa6c5ce33495337462 | |
parent | 997b071b1b2ca623a5994223f18d786fa9cca21e (diff) | |
download | sos-4315e384b343616142a4fc3bbf1cce7c8b902d56.tar.gz |
Update references to github URL
Update URLs to reflect repository rename to 'sos'.
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/copyright | 2 | ||||
-rw-r--r-- | debian/watch | 2 | ||||
-rw-r--r-- | setup.py | 2 |
5 files changed, 6 insertions, 6 deletions
@@ -11,7 +11,7 @@ version, to contribute, and for more information, please visit there. To access to the public source code repository for this project run: ``` -git clone git://github.com/sosreport/sosreport.git +git clone git://github.com/sosreport/sos.git ``` ### Contributors please read @@ -49,4 +49,4 @@ Ubuntu(Saucy 13.10 and above) users install via apt: sudo apt-get install sosreport ``` - [0]: https://github.com/sosreport/sosreport/wiki/Contribution-Guidelines + [0]: https://github.com/sosreport/sos/wiki/Contribution-Guidelines diff --git a/debian/control b/debian/control index 9d2b0532..2ec3a7ed 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Section: admin Priority: optional Standards-Version: 3.9.4 Build-Depends: debhelper (>= 9), dh-python, python3-all, gettext, python3-nose, python3-six -Homepage: https://github.com/sosreport/sosreport +Homepage: https://github.com/sosreport/sos X-Python3-Version: >= 3.3 Package: sosreport diff --git a/debian/copyright b/debian/copyright index cd3ccbe3..8fac57e0 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: sosreport Upstream-Contact: Bryn M. Reeves <bmr@redhat.com> -Source: https://github.com/sosreport/sosreport +Source: https://github.com/sosreport/sos Files: * Copyright: 2012-2013 Bryn M. Reeves diff --git a/debian/watch b/debian/watch index 519e0814..7e87a3bc 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -https://github.com/sosreport/sosreport/releases/tag/r3.0 /sosreport/sosreport/archive/r(.+).tar.gz +https://github.com/sosreport/sos/releases/tag/3.0 /sosreport/sos/archive/(.+).tar.gz @@ -58,7 +58,7 @@ setup(name='sosreport', support technicians and developers.""", author='Bryn M. Reeves', author_email='bmr@redhat.com', - url='https://github.com/sosreport/sosreport', + url='https://github.com/sosreport/sos', license="GPLv2+", scripts=['sosreport'], data_files=[ |