/usr/share/aegis/report.index is in aegis 4.24.3-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 | /*
* aegis - project change supervisor
* Copyright (C) 1994, 1996, 1999, 2001-2003, 2005-2008 Peter Miller
*
* 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 3 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, see
* <http://www.gnu.org/licenses/>.
*
* If you want to add your own local reports, put pointers to them into
* the "/usr/local/lib/aegis/report.local" file. This way they will
* not be clobbered next time aegis is upgraded.
*/
where =
[
{
name = "Administrators";
description = "Report the administrators of a project";
filename = "report/proj_admin.rpt";
},
{
name = "Changes";
description = "Report the changes in a project";
filename = "report/chan_lists.rpt";
},
{
name = "Change_Details";
description = "Report the details of a change";
filename = "report/chan_detai.rpt";
},
{
name = "Change_Files";
description = "Report the files in a change";
filename = "report/chan_files.rpt";
},
{
name = "Change_History";
description = "Report the history of a change";
filename = "report/chan_histo.rpt";
},
{
name = "Change_Log";
description =
"Report the history of a change. Usually employed on "
"branches, where it can provides a common Internet \"Change "
"Log\" style of output.";
filename = "report/chan_log.rpt";
},
{
name = "Debian_Change_Log";
description =
"Report the history of a change. Usually employed on "
"branches, where it can provide a Debian formatted "
"changelog file; best used with the -nph option.";
filename = "report/debchanlog.rpt";
},
{
name = "Change_Recursive_Debug";
description =
"Recursive descent of change information, mind bogglingly "
"verbose, it lists the aereport variable names you need to "
"use to write your own report scripts.";
filename = "report/chan_recur.rpt";
},
{
name = "Developers";
description = "Report the developers of a project";
filename = "report/proj_devel.rpt";
},
{
name = "File_Activity";
description =
"Report the activity of the named files, or all project "
"files by default. This can sometimes be slow to generate.";
filename = "report/file_activ.rpt";
},
{
name = "File_Conflicts";
description =
"Report any conflict of the named files, or all change "
"files by default. This can sometimes be slow to generate.";
filename = "report/file_cflct.rpt";
},
{
name = "File_History";
description =
"Report the history of the named files, or all project "
"files by default. This can sometimes be slow to generate.";
filename = "report/file_hstry.rpt";
},
{
name = "File_Version_History";
description =
"Report version history of the named files, or all project "
"files by default. This can sometimes be slow to generate.";
filename = "report/file_vhist.rpt";
},
{
name = "Integrators";
description = "Report the integrators of a project";
filename = "report/proj_integ.rpt";
},
{
name = "Projects";
description = "Report the names and descriptions of all projects";
filename = "report/proj_lists.rpt";
},
{
name = "Project_Activity";
description =
"Report all state change for all change in the project, by user.";
filename = "report/proj_activ.rpt";
},
{
name = "Project_ANcestors";
description =
"Report the name of the project, and the names of all the "
"project's direct ancestors.";
filename = "report/proj_ances.rpt";
},
{
name = "Project_Branches";
description = "Report all branches below the project.";
filename = "report/proj_bran.rpt";
},
{
name = "Project_Branch_Dates";
description =
"Report all branches below the project, with their start "
"and finish dates.";
filename = "report/proj_brada.rpt";
},
{
name = "Project_Active_Branches";
description = "Report all active branches below the project.";
filename = "report/proj_brana.rpt";
},
{
name = "Project_Files";
description = "Report all files in the baseline of a project";
filename = "report/proj_files.rpt";
},
{
name = "Project_Gantt";
description = "Generate data for import into Ms. Project";
filename = "report/proj_gantt.rpt";
},
{
name = "Project_Parentage";
description =
"List the parents branchs of a project back to the trunk";
filename = "report/proj_parent.rpt";
},
{
name = "Project_STATistics";
description = "Report various statistics about a project";
filename = "report/proj_stats.rpt";
},
{
name = "Project_Recursive_Debug";
description =
"Recursive descent of project information, mind bogglingly "
"verbose, it lists the aereport variable names you need to "
"use to write your own report scripts.";
filename = "report/proj_recur.rpt";
},
{
name = "Project_STAFf";
description = "Report the staff assigned to a project";
filename = "report/proj_staff.rpt";
},
{
name = "Reviewers";
description = "Report the reviewers of a project";
filename = "report/proj_rvwrs.rpt";
},
{
name = "Users";
description = "Report the users of the system, and their email address";
filename = "report/user_list.rpt";
},
{
name = "User_Recursive_Debug";
description =
"Recursive descent of user information, mind bogglingly "
"verbose, it lists the aereport variable names you need to "
"use to write your own report scripts.";
filename = "report/user_recurs.rpt";
},
];
|