aede-policy(1) aede-policy(1) NNAAMMEE aede-policy - check change set is ready for aede SSYYNNOOPPSSIISS aaeeddee--ppoolliiccyy [ _o_p_t_i_o_n... ][ _p_o_l_i_c_y... ] aaeeddee--ppoolliiccyy --HHeellpp aaeeddee--ppoolliiccyy --VVEERRSSiioonn aaeeddee--ppoolliiccyy --LLiisstt DDEESSCCRRIIPPTTIIOONN The _a_e_d_e_-_p_o_l_i_c_y command is used to verify that a change set is ready to end development. This is intended to be used by the _d_e_v_e_l_o_p___e_n_d___- _p_o_l_i_c_y___c_o_m_m_a_n_d field of the project configuration file. develop_end_policy_command = "aede-policy -p $project -c $change all"; If any of the pilies should fail, the _a_e_d_e_-_p_o_l_i_c_y command will fail with an exit status of 1. This, in turn, will cause the _a_e_d_e(1) com- mand to leave the change in the _b_e_i_n_g _d_e_v_e_l_o_p_e_d state. Note that the _a_e_d_e(1) command sets the appropriate environment vari- ables, so the --PPrroojjeecctt and --CChhaannggee options are rarely necessary. If no policies appear on the command line, the _a_e_d_e_-_p_o_l_i_c_y project spe- cific attribute will be checked. If it exists, it contains a list of space separated policy names. PPOOLLIICCIIEESS There are a range of policies that can be selected. all Check all of the _c_o_p_y_r_i_g_h_t, _c_r_l_f, _d_e_s_c_r_i_p_t_i_o_n and _p_r_i_n_t_a_b_l_e policies. copyright This policy checks that each file in the change set contains a copyright notice of the form Copyright (C) yyeeaarr _s_o_m_e_t_h_i_n_g where yyeeaarr is the current year (you can have a range of years, too). Binary files are ignored. Change sets marked with a _f_o_r_e_i_g_n_-_c_o_p_y_r_i_g_h_t_=_t_r_u_e attribute are ignored, as are files sim- ilarly marked. The _s_o_m_e_t_h_i_n_g part is either the project spe- cific _c_o_p_y_r_i_g_h_t_-_o_w_n_e_r attribute, or the executing users full name. crlf This policy cheks that all files are using UNIX line termina- tion (NL), not DOS line termination (CRLF). Binary files are ignored. description This policy checks that the change set _b_r_i_e_f___d_e_s_c_r_i_p_t_i_o_n and _d_e_s_c_r_i_p_t_i_o_n attributes have been updated to something other than the defaults. fsf-address This policy checks that the FSF address, if present in source files, is up-to-date. This is useful for Free Software projects. gpl-version gpl-version=_n_n This policy checks files that cite the GNU GPL in their file headers, to be sure they contain the correct version of the GNU GPL. Defaults to version 3 if no version number specified. line-length line-length=_n_n This policy checks that files have this maximum line length. Defaults to 80 if no width is specified. Can be overridden per file using the _a_e_d_e_-_p_o_l_i_c_y_-_l_i_n_e_-_l_e_n_g_t_h file attribute. merge-fhist This policy requires that there be no _f_m_e_r_g_e(1) conflict lines present in any source files. The name comes from the name of the package containing this tool: _f_h_i_s_t. merge-rcs This policy requires that there be no _m_e_r_g_e(1) conflict lines present in any source files. The name comes from the name of the package containing this tool: _r_c_s. no-tabs This policy checks that files have no tabs characters in them. This is useful when a team of developers all use different edi- tors and differnt tab stops. By only using spaces, the code is presented to all developers the same way. This check is not applied to change sets with a Iforeign-copy- right=true attribute, because you have little control over them (change the tabs in a later change set, if at all). This check is not applied to files which are called Makefile or similar, and it is not applied to files carrying a _a_e_d_e_-_p_o_l_i_c_y_- _t_a_b_s_-_a_l_l_o_w_e_d_=_t_r_u_e attribute. printable This policy checks that each file in the change set contains only printable text characters and white space. The _c_o_n_t_e_n_t_- _t_y_p_e file attribute is taken into account; if there is no _c_o_n_- _t_e_n_t_-_t_y_p_e file attribute, or there is no charset specified by the _c_o_n_t_e_n_t_-_t_y_p_e file attribute, plain 7-bit ASCII text is assumed. text This policy checks that each file in the change set contains only text, although international character sets are accept- able. This is basically a test for NUL characters, because everything else could be part of a valid character encoding of some international character set. white-space This policy checks that there is no white space on the ends of lines, that there are no blank lines at the ends of files. If no policy is specified, only the _d_e_s_c_r_i_p_t_i_o_n policy will be checked. OOPPTTIIOONNSS The following options are understood: --CChhaannggee _n_u_m_b_e_r This option may be used to specify a particular change within a project. See _a_e_g_i_s(1) for a complete description of this option. --HHeellpp This option may be used to obtain more information about how to use the _a_e_d_e_-_p_o_l_i_c_y program. --LLiisstt List all of the available validations. --PPrroojjeecctt _n_a_m_e This option may be used to select the project of interest. When no --PPrroojjeecctt option is specified, the _A_E_G_I_S___P_R_O_J_E_C_T envi- ronment variable is consulted. If that does not exist, the user's _$_H_O_M_E_/_._a_e_g_i_s_r_c file is examined for a default project field (see _a_e_u_c_o_n_f(5) for more information). If that does not exist, when the user is only working on changes within a single project, the project name defaults to that project. Otherwise, it is an error. See also _a_e_g_i_s(1) for options common to all aegis commands. All options may be abbreviated; the abbreviation is documented as the upper case letters, all lower case letters and underscores (_) are optional. You must use consecutive sequences of optional letters. All options are case insensitive, you may type them in upper case or lower case or a combination of both, case is not important. For example: the arguments "-project, "-PROJ" and "-p" are all inter- preted to mean the --PPrroojjeecctt option. The argument "-prj" will not be understood, because consecutive optional characters were not supplied. Options and other command line arguments may be mixed arbitrarily on the command line, after the function selectors. The GNU long option names are understood. Since all option names for _a_e_d_e_-_p_o_l_i_c_y are long, this means ignoring the extra leading '-'. The "----_o_p_t_i_o_n==_v_a_l_u_e" convention is also understood. EEXXIITT SSTTAATTUUSS The _a_e_d_e_-_p_o_l_i_c_y command will exit with a status of 1 on any error. The _a_e_d_e_-_p_o_l_i_c_y command will only exit with a status of 0 if there are no errors. EENNVVIIRROONNMMEENNTT VVAARRIIAABBLLEESS See _a_e_g_i_s(1) for a list of environment variables which may affect this command. See _a_e_p_c_o_n_f(5) for the project configuration file's _p_r_o_j_e_c_t___- _s_p_e_c_i_f_i_c field for how to set environment variables for all commands executed by Aegis. SSEEEE AALLSSOO _a_e_d_e(1) end development of a change _a_e_p_c_o_n_f(5) project configuration file CCOOPPYYRRIIGGHHTT aede-policy version 4.D021 Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Peter Miller The aede-policy program comes with ABSOLUTELY NO WARRANTY; for details use the '_a_e_d_e_-_p_o_l_i_c_y _-_V_E_R_S_i_o_n _L_i_c_e_n_s_e' command. This is free software and you are welcome to redistribute it under certain conditions; for details use the '_a_e_d_e_-_p_o_l_i_c_y _-_V_E_R_S_i_o_n _L_i_c_e_n_s_e' command. AAUUTTHHOORR Peter Miller E-Mail: millerp@canb.auug.org.au /\/\* WWW: http://www.canb.auug.org.au/~millerp/ Reference Manual Aegis aede-policy(1)