diff --git a/upstream-wpt-webhook/files/config.json b/upstream-wpt-webhook/files/config.json index cbca4481..bbdb3474 100644 --- a/upstream-wpt-webhook/files/config.json +++ b/upstream-wpt-webhook/files/config.json @@ -2,6 +2,7 @@ "token": "{{ pillar["wpt-sync"]["upstream-wpt-sync-token"] }}", "username": "servo-wpt-sync", "wpt_path": "./web-platform-tests", + "servo_path": "./servo", "upstream_org": "jdm", "servo_org": "servo", "port": 5001, diff --git a/upstream-wpt-webhook/files/wpt-webhook.conf b/upstream-wpt-webhook/files/wpt-webhook.conf index a5b356d2..48a7ba0b 100644 --- a/upstream-wpt-webhook/files/wpt-webhook.conf +++ b/upstream-wpt-webhook/files/wpt-webhook.conf @@ -7,5 +7,6 @@ start on (local-filesystems and net-device-up IFACE!=lo) stop on runlevel [016] env HOME=/home/wpt-sync +env LANG=C.UTF-8 chdir /home/wpt-sync/upstream-wpt-sync-webhook diff --git a/upstream-wpt-webhook/map.jinja b/upstream-wpt-webhook/map.jinja index 9e06b1c4..2808de5d 100644 --- a/upstream-wpt-webhook/map.jinja +++ b/upstream-wpt-webhook/map.jinja @@ -1,5 +1,5 @@ {% set webhook = { - 'rev': 'c20ad4e19672153e30b0f674ffae5ef798fac15b' + 'rev': '4365f0b6b91f35e22a27cf38a441afca744ff2db' } %}