1
0

Initial commit

p#	new file:   runwikiq.sh
This commit is contained in:
2018-06-02 15:32:19 -07:00
commit 72633c193b
202 changed files with 21929 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
python3-mediawiki-utilities (0.4.16) UNRELEASED; urgency=medium
* Initial version of the package
-- yuvipanda <yuvipanda@riseup.net> Tue, 04 Aug 2015 16:42:51 -0700

View File

@@ -0,0 +1 @@
9

View File

@@ -0,0 +1,18 @@
Source: python3-mediawiki-utilities
Maintainer: Aaron Halfakar <aaron.halfakar@gmail.com>
Section: python
Priority: optional
Build-Depends: python3-setuptools, python3-all, debhelper (>= 9), python3-nose, python3-pymysql, python3-requests
Standards-Version: 3.9.6
Package: python3-mediawiki-utilities
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Infrastructure for running webservices on tools.wmflabs.org
Provides scripts and a python package for running and controlling
user provided webservices on tools.wmflabs.org.
.
webservice-new is the user facing script that can start / stop / restart
webservices when run from commandline in bastion hosts.
webservice-runner is the script that starts on the exec hosts and
exec's to the appropriate command to run the webserver itself.

View File

@@ -0,0 +1,26 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: mediawiki-utilities
Files: *
Copyright: 2014 Aaron Halfaker <aaron.halfaker@gmail.com>
License: MIT
License: MIT
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
.
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

View File

@@ -0,0 +1,4 @@
#!/usr/bin/make -f
%:
dh $@ --with python3 --buildsystem=pybuild