Merge lp:~robru/queuebot/bileto.ubuntu.com into lp:queuebot

Proposed by Robert Bruce Park
Status: Merged
Merged at revision: 108
Proposed branch: lp:~robru/queuebot/bileto.ubuntu.com
Merge into: lp:queuebot
Diff against target: 14 lines (+2/-2)
1 file modified
plugins/landing.py (+2/-2)
To merge this branch: bzr merge lp:~robru/queuebot/bileto.ubuntu.com
Reviewer Review Type Date Requested Status
Ubuntu Package Archive Administrators Pending
Review via email: mp+306292@code.launchpad.net

Description of the change

Use new bileto.ubuntu.com domain.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/landing.py'
2--- plugins/landing.py 2016-01-15 19:44:58 +0000
3+++ plugins/landing.py 2016-09-20 22:46:58 +0000
4@@ -5,8 +5,8 @@
5 import urllib2
6 import json
7
8-ROOT = "https://requests.ci-train.ubuntu.com/"
9-URL = ROOT + "v1/tickets"
10+ROOT = "https://bileto.ubuntu.com/"
11+URL = ROOT + "v1/active"
12
13 PERMALINK = "{}#/ticket/{{request_id}}".format(ROOT)
14 TESTED = "{{landers}}, {} QA Signoff: {{qa_signoff}}".format(PERMALINK)

Subscribers

People subscribed via source and target branches