Merge lp:~mpontillo/maas/add-enlistment-test-script-to-setup-py--bug-1686195 into lp:~maas-committers/maas/trunk

Proposed by Mike Pontillo
Status: Merged
Approved by: Mike Pontillo
Approved revision: no longer in the source branch.
Merged at revision: 6027
Proposed branch: lp:~mpontillo/maas/add-enlistment-test-script-to-setup-py--bug-1686195
Merge into: lp:~maas-committers/maas/trunk
Diff against target: 10 lines (+1/-0)
1 file modified
setup.py (+1/-0)
To merge this branch: bzr merge lp:~mpontillo/maas/add-enlistment-test-script-to-setup-py--bug-1686195
Reviewer Review Type Date Requested Status
Blake Rouse (community) Approve
Данило Шеган (community) Approve
Review via email: mp+323281@code.launchpad.net

Commit message

Add maas-test-enlistment script to setup.py so it can be packaged.

To post a comment you must log in.
Revision history for this message
Данило Шеган (danilo) wrote :

Looks good.

review: Approve
Revision history for this message
Blake Rouse (blake-rouse) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'setup.py'
2--- setup.py 2017-03-22 15:27:26 +0000
3+++ setup.py 2017-04-26 22:53:16 +0000
4@@ -120,6 +120,7 @@
5 ['scripts/maas-dhcp-monitor',
6 'scripts/maas-network-monitor',
7 'scripts/maas-delete-file',
8+ 'scripts/maas-test-enlistment',
9 'scripts/maas-write-file']),
10 ],
11