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
=== added file 'called-by-tarmac.py'
=== added file 'core-image-publisher.py'
--- core-image-publisher.py 1970-01-01 00:00:00 +0000
+++ core-image-publisher.py 2015-03-25 02:18:31 +0000
@@ -0,0 +1,6 @@
1
2from core_image_watcher import main
3
4
5if __name__ == '__main__':
6 main()
07
=== added directory 'core_image_watcher'
=== added file 'core_image_watcher/__init__.py'
--- core_image_watcher/__init__.py 1970-01-01 00:00:00 +0000
+++ core_image_watcher/__init__.py 2015-03-25 02:18:31 +0000
@@ -0,0 +1,8 @@
1
2
3import select
4
5
6def main():
7 # for now, do nothing at all.
8 select.select([], [], [])
09
=== added file 'requirements.txt'
=== added file 'test_requirements.txt'

Subscribers

People subscribed via source and target branches

to all changes: