Merge lp://qastaging/~rogpeppe/juju-utils/initial-trunk into lp://qastaging/juju-utils
Proposed by
Roger Peppe
| Status: | Work in progress |
|---|---|
| Proposed branch: | lp://qastaging/~rogpeppe/juju-utils/initial-trunk |
| Merge into: | lp://qastaging/juju-utils |
| Diff against target: |
390 lines (+369/-0) 4 files modified
.lbox (+1/-0) .lbox.check (+23/-0) cmd/juju-wait/main.go (+154/-0) cmd/juju-wait/main_test.go (+191/-0) |
| To merge this branch: | bzr merge lp://qastaging/~rogpeppe/juju-utils/initial-trunk |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Juju Engineering | Pending | ||
|
Review via email:
|
|||
Description of the change
cmd/juju-wait: new command
A fairly minimal implementation. Since this isn't an important piece
of infrastructure, time is tight, and in keeping with other non-essential
commands, the testing is pretty light.
Now in an all-fresh juju-utils project.
To post a comment you must log in.
Unmerged revisions
- 2. By Roger Peppe
-
gofmt
- 1. By Roger Peppe
-
cmd/juju-wait: new command