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

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

Commit message

An initial no-op service that can be deployed TODAY.

Description of the change

An initial no-op service that can be deployed TODAY.

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

It's a 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:18:31 +0000
5@@ -0,0 +1,6 @@
6+
7+from core_image_watcher import main
8+
9+
10+if __name__ == '__main__':
11+ main()
12
13=== added directory 'core_image_watcher'
14=== added file 'core_image_watcher/__init__.py'
15--- core_image_watcher/__init__.py 1970-01-01 00:00:00 +0000
16+++ core_image_watcher/__init__.py 2015-03-25 02:18:31 +0000
17@@ -0,0 +1,8 @@
18+
19+
20+import select
21+
22+
23+def main():
24+ # for now, do nothing at all.
25+ select.select([], [], [])
26
27=== added file 'requirements.txt'
28=== added file 'test_requirements.txt'

Subscribers

People subscribed via source and target branches

to all changes: