jenkins-bot has submitted this change and it was merged.

Change subject: Update paths and filenames in the debian repo
......................................................................


Update paths and filenames in the debian repo

Change-Id: I581f426964555fe357af44c1671d86080f8722ad
---
M debian/parsoid.init
M debian/settings.js
M debian/upstart/parsoid.conf
3 files changed, 4 insertions(+), 4 deletions(-)

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



diff --git a/debian/parsoid.init b/debian/parsoid.init
index 3954b4d..9a0f3c9 100644
--- a/debian/parsoid.init
+++ b/debian/parsoid.init
@@ -19,7 +19,7 @@
 PATH=/sbin:/usr/sbin:/bin:/usr/bin
 DESC="Parsoid HTTP service"
 NAME=parsoid
-SCRIPT_PATH=/usr/lib/parsoid/src/api/server.js
+SCRIPT_PATH=/usr/lib/parsoid/src/bin/server.js
 DAEMON="/usr/bin/nodejs $SCRIPT_PATH"
 DAEMON_ARGS=""
 PIDFILE=/var/run/$NAME.pid
diff --git a/debian/settings.js b/debian/settings.js
index cadc791..a6f4543 100644
--- a/debian/settings.js
+++ b/debian/settings.js
@@ -4,9 +4,9 @@
  * Copy this file to localsettings.js and edit that file to fit your needs.
  *
  * Also see:
- * - api/server.js for more information about passing config files via
+ * - bin/server.js for more information about passing config files via
  *   the commandline.
- * - lib/mediawiki.ParsoidConfig.js all the properties
+ * - lib/config/ParsoidConfig.js all the properties
  *   that you can configure here. Not all properties are
  *   documented here.
  */
diff --git a/debian/upstart/parsoid.conf b/debian/upstart/parsoid.conf
index 4d9a0b9..f88de94 100644
--- a/debian/upstart/parsoid.conf
+++ b/debian/upstart/parsoid.conf
@@ -13,6 +13,6 @@
 env VCAP_APP_PORT="8000"
 
 chdir "/var/lib/parsoid"
-exec node src/api/server.js
+exec node src/bin/server.js
 
 respawn

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I581f426964555fe357af44c1671d86080f8722ad
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/services/parsoid/deploy
Gerrit-Branch: master
Gerrit-Owner: Subramanya Sastry <[email protected]>
Gerrit-Reviewer: Arlolra <[email protected]>
Gerrit-Reviewer: Cscott <[email protected]>
Gerrit-Reviewer: GWicke <[email protected]>
Gerrit-Reviewer: Mobrovac <[email protected]>
Gerrit-Reviewer: Subramanya Sastry <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to