Merge lp://staging/~cjohnston/ubuntu-ci-services-itself/ticket-system into lp://staging/ubuntu-ci-services-itself

Proposed by Chris Johnston
Status: Merged
Approved by: Chris Johnston
Approved revision: 17
Merged at revision: 17
Proposed branch: lp://staging/~cjohnston/ubuntu-ci-services-itself/ticket-system
Merge into: lp://staging/ubuntu-ci-services-itself
Diff against target: 1091 lines (+1037/-0)
10 files modified
.bzrignore (+1/-0)
ticket_system/COPYING (+661/-0)
ticket_system/local_settings.py.example (+8/-0)
ticket_system/manage.py (+10/-0)
ticket_system/setup.py (+52/-0)
ticket_system/ticket_system/__init__.py (+14/-0)
ticket_system/ticket_system/local_tests.py (+29/-0)
ticket_system/ticket_system/settings.py (+192/-0)
ticket_system/ticket_system/urls.py (+24/-0)
ticket_system/ticket_system/wsgi.py (+46/-0)
To merge this branch: bzr merge lp://staging/~cjohnston/ubuntu-ci-services-itself/ticket-system
Reviewer Review Type Date Requested Status
Ursula Junque (community) Approve
Review via email: mp+198295@code.staging.launchpad.net

Commit message

Initial setup of the ticket system

Description of the change

Initial setup of the ticket system

To post a comment you must log in.
17. By Chris Johnston

add copying

Revision history for this message
Ursula Junque (ursinha) wrote :

Looks good.

review: Approve
Revision history for this message
Vincent Ladeuil (vila) wrote :

684 +ADMINS = (
685 + ('Admin Name', '<email address hidden>'),
686 +)

$ dig someplace.com

; <<>> DiG 9.9.3-rpz2+rl.13214.22-P2-Ubuntu-1:9.9.3.dfsg.P2-4ubuntu1 <<>> someplace.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 43817
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;someplace.com. IN A

;; ANSWER SECTION:
someplace.com. 14351 IN A 184.154.203.124

;; AUTHORITY SECTION:
someplace.com. 86351 IN NS ns1.directory.net.

;; Query time: 2 msec
;; SERVER: 10.98.3.12#53(10.98.3.12)
;; WHEN: Wed Dec 11 12:28:37 UTC 2013
;; MSG SIZE rcvd: 89

You want @example.com for dummy addresses.

840 + # ('Your Name', '<email address hidden>'),

Yeah, that ;)

Revision history for this message
Chris Johnston (cjohnston) wrote :

File a bug upstream :-)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches