[MediaWiki-commits] [Gerrit] mediawiki...deploy[master]: Remove unmaintained debian directory

2017-09-20 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/379172 )

Change subject: Remove unmaintained debian directory
..


Remove unmaintained debian directory

Debian directory is quickly becoming outdated and not used anywhere. We
can bring it back if needed.

Change-Id: Ica065fdd3922ea8550746274799b7199133a81b0
---
D debian/.gitignore
D debian/README.Debian
D debian/changelog
D debian/compat
D debian/config.dev.yaml
D debian/config.yaml
D debian/control
D debian/copyright
D debian/cxserver.default
D debian/cxserver.init
D debian/cxserver.install
D debian/cxserver.logrotate
D debian/cxserver.postinst
D debian/cxserver.postrm
D debian/cxserver.service
D debian/docs
D debian/gbp.conf
D debian/registry.yaml
D debian/rules
D debian/source/format
D debian/upstart/cxserver.conf
21 files changed, 0 insertions(+), 1,699 deletions(-)

Approvals:
  jenkins-bot: Verified
  Nikerabbit: Looks good to me, approved



diff --git a/debian/.gitignore b/debian/.gitignore
deleted file mode 100644
index 1c23cf1..000
--- a/debian/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-*.log
-*.debhelper
-*.substvars
-cxserver
-files
diff --git a/debian/README.Debian b/debian/README.Debian
deleted file mode 100644
index 1101b10..000
--- a/debian/README.Debian
+++ /dev/null
@@ -1,4 +0,0 @@
-Node.js dependency
-==
-
-cxserver depends on node.js >= 4.3 starting with 0.2 release.
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index fc7ebda..000
--- a/debian/changelog
+++ /dev/null
@@ -1,18 +0,0 @@
-cxserver (0.3) unstable; urgency=low
-
-  * Updated for new config format.
-  * Fixed cxserver.install.
-
- -- Kartik Mistry   Thu, 03 Nov 2016 15:09:29 +0530
-
-cxserver (0.2) unstable; urgency=low
-
-  * Update as per cxserver's service-runner migration.
-
- -- Kartik Mistry   Mon, 22 Feb 2016 10:43:47 +0530
-
-cxserver (0.1) unstable; urgency=low
-
-  * Initial release based on Parsoid Debian package.
-
- -- Kartik Mistry   Tue, 17 Jun 2014 10:30:07 +0530
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index ec63514..000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/debian/config.dev.yaml b/debian/config.dev.yaml
deleted file mode 100644
index f17e684..000
--- a/debian/config.dev.yaml
+++ /dev/null
@@ -1,71 +0,0 @@
-
-# Set to 0 to run everything in a single process without clustering.
-# Use ncpu to run as many workers as there are CPU units
-num_workers: 0
-
-# Log error messages and gracefully restart a worker if v8 reports that it
-# uses more heap (note: not RSS) than this many megabytes.
-worker_heap_limit_mb: 250
-
-# Logger info
-logging:
-  level: trace
-#  streams:
-#  # Use gelf-stream -> logstash
-#- type: gelf
-#host: logstash1003.eqiad.wmnet
-#port: 12201
-
-# Statsd metrics reporter
-metrics:
-  type: log
-  #host: localhost
-  #port: 8125
-
-services:
-  - name: cxserver
-# a relative path or the name of an npm package, if different from name
-module: ./app.js
-# optionally, a version constraint of the npm package
-# version: ^0.4.0
-# per-service config
-conf:
-  port: 8080
-  # interface: localhost # uncomment to only listen on localhost
-  # More per-service config settings
-  # The location of the spec, defaults to spec.yaml if not specified
-  # spec: ./spec.yaml
-  # allow cross-domain requests to the API (default *)
-  cors: '*'
-  # to disable use:
-  # cors: false
-  # to restrict to a particular domain, use:
-  # cors: restricted.domain.org
-  # URL of the outbound proxy to use (complete with protocol)
-  # proxy: http://my.proxy.org:8080
-  # the list of domains for which not to use the proxy defined above
-  # no_proxy_list:
-  #   - domain1.com
-  #   - domain2.org
-  user_agent: cxserver
-  restbase_req:
-method: '{{request.method}}'
-uri: https://{{domain}}/api/rest_v1/{+path}
-query: '{{ default(request.query, {}) }}'
-headers: '{{request.headers}}'
-body: '{{request.body}}'
-  jwt:
-secret: ''
-algorithms:
-  - HS256
-  mt:
-# Apertium web API URL
-apertium:
-  api: http://apertium.wmflabs.org
-yandex:
-  api: https://translate.yandex.net
-  key: null
-youdao:
-  api: https://fanyi.youdao.com/paidapi/fanyiapi
-  key: null
-  registry: ./registry.yaml
diff --git a/debian/config.yaml b/debian/config.yaml
deleted file mode 12
index c11eec8..000
--- a/debian/config.yaml
+++ /dev/null
@@ -1 +0,0 @@
-config.dev.yaml
\ No newline at end of file
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 1ab5ecf..000
--- a/debian/control
+++ /dev/null
@@ -1,24 +0,0 @@
-Source: cxserver
-Section: web
-Priority: optional
-Maintainer

[MediaWiki-commits] [Gerrit] mediawiki...deploy[master]: Remove unmaintained debian directory

2017-09-19 Thread KartikMistry (Code Review)
KartikMistry has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/379172 )

Change subject: Remove unmaintained debian directory
..

Remove unmaintained debian directory

Debian directory is quickly becoming outdated and not used anywhere. We
can bring it back if needed.

Change-Id: Ica065fdd3922ea8550746274799b7199133a81b0
---
D debian/.gitignore
D debian/README.Debian
D debian/changelog
D debian/compat
D debian/config.dev.yaml
D debian/config.yaml
D debian/control
D debian/copyright
D debian/cxserver.default
D debian/cxserver.init
D debian/cxserver.install
D debian/cxserver.logrotate
D debian/cxserver.postinst
D debian/cxserver.postrm
D debian/cxserver.service
D debian/docs
D debian/gbp.conf
D debian/registry.yaml
D debian/rules
D debian/source/format
D debian/upstart/cxserver.conf
21 files changed, 0 insertions(+), 1,699 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/services/cxserver/deploy 
refs/changes/72/379172/1

diff --git a/debian/.gitignore b/debian/.gitignore
deleted file mode 100644
index 1c23cf1..000
--- a/debian/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-*.log
-*.debhelper
-*.substvars
-cxserver
-files
diff --git a/debian/README.Debian b/debian/README.Debian
deleted file mode 100644
index 1101b10..000
--- a/debian/README.Debian
+++ /dev/null
@@ -1,4 +0,0 @@
-Node.js dependency
-==
-
-cxserver depends on node.js >= 4.3 starting with 0.2 release.
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index fc7ebda..000
--- a/debian/changelog
+++ /dev/null
@@ -1,18 +0,0 @@
-cxserver (0.3) unstable; urgency=low
-
-  * Updated for new config format.
-  * Fixed cxserver.install.
-
- -- Kartik Mistry   Thu, 03 Nov 2016 15:09:29 +0530
-
-cxserver (0.2) unstable; urgency=low
-
-  * Update as per cxserver's service-runner migration.
-
- -- Kartik Mistry   Mon, 22 Feb 2016 10:43:47 +0530
-
-cxserver (0.1) unstable; urgency=low
-
-  * Initial release based on Parsoid Debian package.
-
- -- Kartik Mistry   Tue, 17 Jun 2014 10:30:07 +0530
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index ec63514..000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/debian/config.dev.yaml b/debian/config.dev.yaml
deleted file mode 100644
index f17e684..000
--- a/debian/config.dev.yaml
+++ /dev/null
@@ -1,71 +0,0 @@
-
-# Set to 0 to run everything in a single process without clustering.
-# Use ncpu to run as many workers as there are CPU units
-num_workers: 0
-
-# Log error messages and gracefully restart a worker if v8 reports that it
-# uses more heap (note: not RSS) than this many megabytes.
-worker_heap_limit_mb: 250
-
-# Logger info
-logging:
-  level: trace
-#  streams:
-#  # Use gelf-stream -> logstash
-#- type: gelf
-#host: logstash1003.eqiad.wmnet
-#port: 12201
-
-# Statsd metrics reporter
-metrics:
-  type: log
-  #host: localhost
-  #port: 8125
-
-services:
-  - name: cxserver
-# a relative path or the name of an npm package, if different from name
-module: ./app.js
-# optionally, a version constraint of the npm package
-# version: ^0.4.0
-# per-service config
-conf:
-  port: 8080
-  # interface: localhost # uncomment to only listen on localhost
-  # More per-service config settings
-  # The location of the spec, defaults to spec.yaml if not specified
-  # spec: ./spec.yaml
-  # allow cross-domain requests to the API (default *)
-  cors: '*'
-  # to disable use:
-  # cors: false
-  # to restrict to a particular domain, use:
-  # cors: restricted.domain.org
-  # URL of the outbound proxy to use (complete with protocol)
-  # proxy: http://my.proxy.org:8080
-  # the list of domains for which not to use the proxy defined above
-  # no_proxy_list:
-  #   - domain1.com
-  #   - domain2.org
-  user_agent: cxserver
-  restbase_req:
-method: '{{request.method}}'
-uri: https://{{domain}}/api/rest_v1/{+path}
-query: '{{ default(request.query, {}) }}'
-headers: '{{request.headers}}'
-body: '{{request.body}}'
-  jwt:
-secret: ''
-algorithms:
-  - HS256
-  mt:
-# Apertium web API URL
-apertium:
-  api: http://apertium.wmflabs.org
-yandex:
-  api: https://translate.yandex.net
-  key: null
-youdao:
-  api: https://fanyi.youdao.com/paidapi/fanyiapi
-  key: null
-  registry: ./registry.yaml
diff --git a/debian/config.yaml b/debian/config.yaml
deleted file mode 12
index c11eec8..000
--- a/debian/config.yaml
+++ /dev/null
@@ -1 +0,0 @@
-config.dev.yaml
\ No newline at end of file
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 1ab5ecf..000
--- a/debian/control
+++ /dev/null
@@ -1,24 +0,0 @@
-Source: cxserver
-Section: web
-Priority: