mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 23:51:08 +00:00
Add a manpage for running-autopkgtests.
This commit is contained in:
parent
6ba0641f63
commit
50b580b30e
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -5,6 +5,7 @@ ubuntu-dev-tools (0.204) UNRELEASED; urgency=medium
|
|||||||
* Add several Lintian overrides related to .pyc files.
|
* Add several Lintian overrides related to .pyc files.
|
||||||
* Add my name to the copyright file.
|
* Add my name to the copyright file.
|
||||||
* Rename bitesize to lp-bitesize (Closes: #1076224).
|
* Rename bitesize to lp-bitesize (Closes: #1076224).
|
||||||
|
* Add a manpage for running-autopkgtests.
|
||||||
|
|
||||||
[ Julien Plissonneau Duquène ]
|
[ Julien Plissonneau Duquène ]
|
||||||
* Fix reverse-depends -b crash on packages that b-d on themselves
|
* Fix reverse-depends -b crash on packages that b-d on themselves
|
||||||
|
1
debian/copyright
vendored
1
debian/copyright
vendored
@ -11,6 +11,7 @@ Files: backportpackage
|
|||||||
doc/check-symbols.1
|
doc/check-symbols.1
|
||||||
doc/requestsync.1
|
doc/requestsync.1
|
||||||
doc/ubuntu-iso.1
|
doc/ubuntu-iso.1
|
||||||
|
doc/running-autopkgtests.1
|
||||||
GPL-2
|
GPL-2
|
||||||
README.updates
|
README.updates
|
||||||
requestsync
|
requestsync
|
||||||
|
15
doc/running-autopkgtests.1
Normal file
15
doc/running-autopkgtests.1
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
.TH running\-autopkgtests "1" "18 January 2024" "ubuntu-dev-tools"
|
||||||
|
.SH NAME
|
||||||
|
running\-autopkgtests \- dumps a list of currently running autopkgtests
|
||||||
|
|
||||||
|
.SH SYNOPSIS
|
||||||
|
.B running\-autopkgtests
|
||||||
|
|
||||||
|
.SH DESCRIPTION
|
||||||
|
Dumps a list of currently running and queued tests in Autopkgtest.
|
||||||
|
Pass --running to only see running tests, or --queued to only see
|
||||||
|
queued tests. Passing both will print both, which is the default behavior.
|
||||||
|
|
||||||
|
.SH AUTHOR
|
||||||
|
.B running\-autopkgtests
|
||||||
|
was written by Chris Peterson <chris.peterson@canonical.com>.
|
Loading…
x
Reference in New Issue
Block a user