Hashar has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/315281

Change subject: WMF: install zuul-clear-refs
......................................................................

WMF: install zuul-clear-refs

pbr would not install tools/zuul-clear-refs.py since setup.cfg only
defines console entry points. Add an entry for the script using
distutils 'scripts'.

I have confirmed the shebang is properly set when in a venv. The Debian
packaging recipe will have to rename the file to drop the .py suffix.

Change-Id: I50f6e9a342bb36a203c6ea3c788e3e223e8c1854
---
M setup.cfg
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/zuul 
refs/changes/81/315281/1

diff --git a/setup.cfg b/setup.cfg
index 7ddeb84..b493178 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,6 +16,10 @@
     Programming Language :: Python :: 2.7
     Programming Language :: Python :: 2.6
 
+[files]
+scripts =
+       tools/zuul-clear-refs.py
+
 [pbr]
 warnerrors = True
 

-- 
To view, visit https://gerrit.wikimedia.org/r/315281
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I50f6e9a342bb36a203c6ea3c788e3e223e8c1854
Gerrit-PatchSet: 1
Gerrit-Project: integration/zuul
Gerrit-Branch: patch-queue/debian/precise-wikimedia
Gerrit-Owner: Hashar <has...@free.fr>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to