Merge lp:~thomir-deactivatedaccount/core-image-publisher/trunk-stub into lp:core-image-publisher

Proposed by Thomi Richards
Status: Merged
Approved by: Thomi Richards
Approved revision: 2
Merged at revision: 2
Proposed branch: lp:~thomir-deactivatedaccount/core-image-publisher/trunk-stub
Merge into: lp:core-image-publisher
Diff against target: 29 lines (+15/-0)
2 files modified
core-image-publisher.py (+7/-0)
core_image_publisher/__init__.py (+8/-0)
To merge this branch: bzr merge lp:~thomir-deactivatedaccount/core-image-publisher/trunk-stub
Reviewer Review Type Date Requested Status
Francis Ginther Approve
Review via email: mp+254022@code.launchpad.net

Commit message

Initial service stub.

Description of the change

Initial service stub.

To post a comment you must log in.
Revision history for this message
Francis Ginther (fginther) wrote :

Another stub.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'called-by-tarmac.py'
2=== added file 'core-image-publisher.py'
3--- core-image-publisher.py 1970-01-01 00:00:00 +0000
4+++ core-image-publisher.py 2015-03-25 02:48:18 +0000
5@@ -0,0 +1,7 @@
6+#!/usr/bin/env python3
7+
8+from core_image_publisher import main
9+
10+
11+if __name__ == '__main__':
12+ main()
13
14=== added directory 'core_image_publisher'
15=== added file 'core_image_publisher/__init__.py'
16--- core_image_publisher/__init__.py 1970-01-01 00:00:00 +0000
17+++ core_image_publisher/__init__.py 2015-03-25 02:48:18 +0000
18@@ -0,0 +1,8 @@
19+
20+
21+import select
22+
23+
24+def main():
25+ # for now, do nothing at all.
26+ select.select([], [], [])
27
28=== added file 'requirements.txt'
29=== added file 'test_requirements.txt'

Subscribers

People subscribed via source and target branches

to all changes: