Code Review
/
releng
/
docs-conf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
c2becf2
)
Update URL listed in setup.py
80/8980/1
author
Trevor Bramwell
<tbramwell@linuxfoundation.org>
Wed, 21 Feb 2018 22:12:51 +0000
(14:12 -0800)
committer
Trevor Bramwell
<tbramwell@linuxfoundation.org>
Wed, 21 Feb 2018 22:12:51 +0000
(14:12 -0800)
The current URL 404s while the new URL lists the project patchsets.
Change-Id: I0a9793db118fe60e56db18e624ff59f4336d7daf
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index
bc3e72d
..
f8edab9
100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-17,7
+17,7
@@
setup(
version=__version__,
author=__author__,
author_email="releng@linuxfoundation.org",
- url="https://gerrit.linuxfoundation.org/docs-conf",
+ url="https://gerrit.linuxfoundation.org/
infra/#/q/project:releng/
docs-conf",
package_data={
'docs_conf': ['defaults/*']
},