1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143
|
'\" t
.\" aegis - project change supervisor
.\" Copyright (C) 1991, 1992, 1993, 1995, 1998, 1999 Peter Miller;
.\" All rights reserved.
.\"
.\" This program is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 2 of the License, or
.\" (at your option) any later version.
.\"
.\" This program is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with this program; if not, write to the Free Software
.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
.\"
.\" MANIFEST: manual entry for 'aegis -Review_FAIL' command
.\"
.so z_name.so
.TH "\*(n) -Review_FAIL" 1 \*(N) "Reference Manual"
.SH NAME
\*(n) -Review_FAIL \- fail a change review
.XX "aerfail(1)" "fail a change review"
.SH SYNOPSIS
.B \*(n)
.B -Review_FAIL
.B -File
.I reason-file
[
.IR option ...
]
.br
.B \*(n)
.B -Review_FAIL
.B -REAson
.I "'reason-text'"
[
.IR option ...
]
.br
.B \*(n)
.B -Review_FAIL
.B -Edit
[
.IR option ...
]
.br
.B \*(n)
.B -Review_FAIL
.B -List
[
.IR option ...
]
.br
.B \*(n)
.B -Review_FAIL
.B -Help
.SH DESCRIPTION
The
.I \*(n)
.I -Review_FAIL
command is used to
inform \*(n) that a change has failed review.
.PP
The change will be returned
from the
.I "being reviewed"
state to the
.I "being developed"
state.
The change will cease to be assigned to the current user,
and will be reassigned to the originating developer.
.PP
The developer will be notified by mail.
See the review_fail_notify_command in
.IR aepattr (5)
for more information.
.PP
The
.I reason-file
will contain a description of why the change was failed.
The file is in plain text.
It is recommended that you only use newline to terminate paragraphs,
(rather than to terminate lines)
as with will result in better formatting in the various listings.
.SH OPTIONS
The following options are understood:
.so o_change.so
.so o_edit.so
.so o_file.so
.so o_help.so
.so o_list.so
.so o_project.so
.so o_reason.so
.so o_terse.so
.so o_verbose.so
.so o_wait.so
.so o__rules.so
.SH RECOMMENDED ALIAS
The recommended alias for this command is
.nf
.ta 8n 16n
csh% alias aerfail '\*(n) -rfail \e!* -v'
sh$ aerfail(){\*(n) -rfail "$@" -v}
.fi
.SH ERRORS
It is an error if
the change is not in the
.IR "being reviewed"
state.
.br
It is an error if
the current user is not a reviewer for the project.
.br
It is an error if
the current user developed the change and the project is configured to
disallow developers to review their own changes (default).
.so z_exit.so
.br
.ne 1i
.SH SEE ALSO
.TP 8n
.IR aecd (1)
change directory
.TP 8n
.IR aede (1)
complete development of a change
.TP 8n
.IR aedeu (1)
recall a change for further development
.TP 8n
.IR aenrv (1)
add a reviewer to a project
.TP 8n
.IR aerpass (1)
pass review of a change
.TP 8n
.IR aeuconf (5)
user configuration file format
.so z_cr.so
|