Merge lp:~chipaca/snappy/snappy-man into lp:~snappy-dev/snappy/snappy-moved-to-github
| Status: | Merged |
|---|---|
| Approved by: | John Lenton on 2015-08-14 |
| Approved revision: | 620 |
| Merged at revision: | 629 |
| Proposed branch: | lp:~chipaca/snappy/snappy-man |
| Merge into: | lp:~snappy-dev/snappy/snappy-moved-to-github |
| Prerequisite: | lp:~chipaca/snappy/dynamicExclusion |
| Diff against target: |
92 lines (+52/-2) 4 files modified
cmd/snappy/cmd_man.go (+42/-0) debian/rules (+5/-1) debian/ubuntu-snappy-cli.manpages (+1/-0) po/snappy.pot (+4/-1) |
| To merge this branch: | bzr merge lp:~chipaca/snappy/snappy-man |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Sergio Schvezov | 2015-07-29 | Approve on 2015-08-14 | |
| Snappy Tarmac (community) | continuous-integration | Approve on 2015-08-07 | |
|
Review via email:
|
|||
Commit Message
zeroth iteration of snappy man.
Description of the Change
Zyga correctly pointed out we should have a (ideally dynamically created) manpage. Here is the zeroth iteration of it. So much work to do still! But this is a start.
To read: snappy man | man -l -
| John Lenton (chipaca) wrote : | # |
I could, but we don't ship "man" in core ... still thinking about that.
| Sergio Schvezov (sergiusens) wrote : | # |
On Wed, Jul 29, 2015 at 01:25:11PM -0000, John Lenton wrote:
> I could, but we don't ship "man" in core ... still thinking about that.
But we do on the desktops running snappy build ;-)
| John Lenton (chipaca) wrote : | # |
That should do it.
| Snappy Tarmac (snappydevtarmac) wrote : | # |
PASSED: Continuous integration, rev:619
$BUILD_URL
Executed test runs:
Click here to trigger a rebuild:
$BUILD_URL/rebuild
| Snappy Tarmac (snappydevtarmac) wrote : | # |
The attempt to merge lp:~chipaca/snappy/snappy-man into lp:snappy failed. Below is the output from the failed tests.
Checking docs
Checking formatting
Installing godeps
Install golint
Obtaining dependencies
update github.
update github.
github.
update github.
github.
update github.
github.
update github.
github.
update github.
github.
update golang.org/x/crypto failed; trying to fetch newer version
github.
update gopkg.in/check.v1 failed; trying to fetch newer version
golang.org/x/crypto now at 60052bd85f2d912
update gopkg.in/yaml.v2 failed; trying to fetch newer version
gopkg.in/check.v1 now at 64131543e7896d5
gopkg.in/yaml.v2 now at 49c95bdc2184325
Building
Running tests from /tmp/tmp.
=== RUN Test
OK: 16 passed
--- PASS: Test (0.31 seconds)
PASS
coverage: 74.8% of statements
ok launchpad.
=== RUN Test
2015/08/14 12:31:50.771735 common.go:40: PANIC can not set option description for "package name"
OK: 9 passed
--- PASS: Test (0.01 seconds)
PASS
coverage: 19.1% of statements
ok launchpad.
=== RUN Test
OK: 24 passed
--- PASS: Test (0.05 seconds)
PASS
coverage: 100.0% of statements
ok launchpad.
=== RUN Test
OK: 55 passed
--- PASS: Test (0.31 seconds)
PASS
coverage: 79.9% of statements
ok launchpad.
=== RUN Test
OK: 0 passed, 2 skipped
--- PASS: Test (0.01 seconds)
PASS
coverage: 33.3% of statements
ok launchpad.
=== RUN Test
OK: 11 passed
--- PASS: Test (0.00 seconds)
PASS
coverage: 93.4% of statements
ok launchpad.
=== RUN Test
OK: 6 passed
--- PASS: Test (0.00 seconds)
PASS
coverage: 93.5% of statements
ok launchpad.
=== RUN Test
OK: 4 passed
--- PASS: Test (0.00 seconds)
PASS
coverage: 100.0% of statements
ok launchpad.
=== RUN Test
OK: 39 passed
--- PASS: Test (0.45 seconds)
PASS
coverage: 79.4% of statements
ok launchpad.
=== RUN Test
OK: 3 passed
--- PASS: Test (0.00 seconds)
PASS
covera...
- 620. By John Lenton on 2015-08-14
-
run update-pot


Can you add this to debian/rules as well?
Note: I tried adding to debian rules for u-d-f in the past and failed miserably.