since its last release, which plugins have changed, and what files
changed.
-@deffn Procedure devops:full-status
-Write a status report listing the changed files to be released and
+@deffn Procedure devops:status
+Write a status report listing the commits to be released and
warning of unclean files, lint, or other possible trouble. The
current working directory should be the top of the git repository.
@end deffn
-@deffn Procedure devops:status
-Write a short status report warning of unclean files, lint, or other
-possible trouble. The current working directory should be the top of
-the git repository.
-@end deffn
-
-With the full status report well considered, the developer will create
+With the status report well considered, the developer will create
a release tag and build its source distribution. If a shared server
is in use, the tag is pushed and the source is uploaded.
fails no further builds are attempted until the error log is removed.
Another build status report will spawn a daemon to continue the work.
-@deffn Procedure devops:build-status
+@deffn Procedure devops:build
Polls each build host. Uploads new releases. Shows what the build
daemon is working on and the work that remains to be done.
@end deffn