~ubuntu-branches/ubuntu/maverick/schroot/maverick-updates

« back to all changes in this revision

Viewing changes to doc/schroot/html/csbuild-main_8cc-source.html

  • Committer: Bazaar Package Importer
  • Author(s): Roger Leigh
  • Date: 2008-01-20 22:51:04 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20080120225104-3zhs8gk9byqigato
Tags: 1.1.6-1
* New upstream development release.
* Acknowledge NMU.  Thanks to Lucas Nussbaum for fixing the Boost
  library names following another incompatible change in Boost
  (Closes: #439215).
* debian/control: Suggest lvm2 instead of lvm-common (Closes: #452263).
* debian/copyright:
  - Update with new GIT source code repository location.
  - Update licence to GPLv3.
* debian/schroot.init: Update licence to GPLv3.
* bin/schroot/setup/20network, bin/schroot/setup/30passwd: For files to
  copy, compare file device, inode and contents to avoid copying
  identical files (Closes: #428808).
* If unknown keys are present in the configuration file, print a warning
  message to alert the user (Closes: #459658).
* The filesystems to mount in the chroot may be customised by the system
  administrator through the use of an fstab file on a per-chroot basis,
  and a new helper utility, schroot-mount (Closes: #395062, #427047).
  Thanks for your patience while we took the time to implement this the
  right way.
* Update Vietnamese translation (Closes: #461531).  Thanks to Clytie
  Siddall.
* debian/schroot.preinst: Add rm_conffile function to remove
  /etc/schroot/setup.d/20network and /etc/schroot/setup.d/30passwd for
  versions prior to this.  These are replaced by
  /etc/schroot/setup.d/20copyfiles.
* debian/schroot.NEWS: Document conffile changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
<link href="doxygen.css" rel="stylesheet" type="text/css">
5
5
<link href="tabs.css" rel="stylesheet" type="text/css">
6
6
</head><body>
7
 
<!-- Generated by Doxygen 1.5.2 -->
 
7
<!-- Generated by Doxygen 1.5.4 -->
8
8
<div class="tabs">
9
9
  <ul>
10
10
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
15
15
    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
16
16
  </ul>
17
17
</div>
18
 
<div class="tabs">
19
 
  <ul>
20
 
    <li><a href="files.html"><span>File&nbsp;List</span></a></li>
21
 
    <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
22
 
  </ul>
23
 
</div>
24
18
<div class="nav">
25
 
<a class="el" href="dir_101a379c6bb6ea5a405fc1dc3c87af45.html">bin</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_08ef3b45999affe4da77ae6326d62e26.html">csbuild</a></div>
 
19
<a class="el" href="dir_85aaf03b3f18b2b8320021a91397a390.html">bin</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_44dc04f79b7ab84d2acad943b1bcfc6c.html">csbuild</a></div>
26
20
<h1>csbuild-main.cc</h1><a href="csbuild-main_8cc.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* Copyright © 2005-2007  Roger Leigh &lt;rleigh@debian.org&gt;</span>
27
21
<a name="l00002"></a>00002 <span class="comment"> *</span>
28
 
<a name="l00003"></a>00003 <span class="comment"> * schroot is free software; you can redistribute it and/or modify it</span>
 
22
<a name="l00003"></a>00003 <span class="comment"> * schroot is free software: you can redistribute it and/or modify it</span>
29
23
<a name="l00004"></a>00004 <span class="comment"> * under the terms of the GNU General Public License as published by</span>
30
 
<a name="l00005"></a>00005 <span class="comment"> * the Free Software Foundation; either version 2 of the License, or</span>
 
24
<a name="l00005"></a>00005 <span class="comment"> * the Free Software Foundation, either version 3 of the License, or</span>
31
25
<a name="l00006"></a>00006 <span class="comment"> * (at your option) any later version.</span>
32
26
<a name="l00007"></a>00007 <span class="comment"> *</span>
33
27
<a name="l00008"></a>00008 <span class="comment"> * schroot is distributed in the hope that it will be useful, but</span>
36
30
<a name="l00011"></a>00011 <span class="comment"> * General Public License for more details.</span>
37
31
<a name="l00012"></a>00012 <span class="comment"> *</span>
38
32
<a name="l00013"></a>00013 <span class="comment"> * You should have received a copy of the GNU General Public License</span>
39
 
<a name="l00014"></a>00014 <span class="comment"> * along with this program; if not, write to the Free Software</span>
40
 
<a name="l00015"></a>00015 <span class="comment"> * Foundation, Inc., 59 Temple Place, Suite 330, Boston,</span>
41
 
<a name="l00016"></a>00016 <span class="comment"> * MA  02111-1307  USA</span>
42
 
<a name="l00017"></a>00017 <span class="comment"> *</span>
43
 
<a name="l00018"></a>00018 <span class="comment"> *********************************************************************/</span>
44
 
<a name="l00019"></a>00019 
45
 
<a name="l00020"></a>00020 <span class="preprocessor">#include &lt;config.h&gt;</span>
46
 
<a name="l00021"></a>00021 
47
 
<a name="l00022"></a>00022 <span class="preprocessor">#include "<a class="code" href="csbuild-main_8h.html">csbuild-main.h</a>"</span>
48
 
<a name="l00023"></a>00023 
49
 
<a name="l00024"></a>00024 <span class="preprocessor">#include &lt;cerrno&gt;</span>
50
 
<a name="l00025"></a>00025 <span class="preprocessor">#include &lt;cstdlib&gt;</span>
51
 
<a name="l00026"></a>00026 <span class="preprocessor">#include &lt;ctime&gt;</span>
52
 
<a name="l00027"></a>00027 <span class="preprocessor">#include &lt;iostream&gt;</span>
53
 
<a name="l00028"></a>00028 <span class="preprocessor">#include &lt;locale&gt;</span>
54
 
<a name="l00029"></a>00029 
55
 
<a name="l00030"></a>00030 <span class="preprocessor">#include &lt;sys/types.h&gt;</span>
56
 
<a name="l00031"></a>00031 <span class="preprocessor">#include &lt;sys/stat.h&gt;</span>
57
 
<a name="l00032"></a>00032 <span class="preprocessor">#include &lt;unistd.h&gt;</span>
58
 
<a name="l00033"></a>00033 
59
 
<a name="l00034"></a>00034 <span class="preprocessor">#include &lt;boost/format.hpp&gt;</span>
60
 
<a name="l00035"></a>00035 
61
 
<a name="l00036"></a>00036 <span class="keyword">using</span> std::endl;
62
 
<a name="l00037"></a>00037 <span class="keyword">using</span> boost::format;
63
 
<a name="l00038"></a>00038 <span class="keyword">using</span> sbuild::_;
64
 
<a name="l00039"></a>00039 <span class="keyword">using</span> sbuild::N_;
65
 
<a name="l00040"></a>00040 <span class="keyword">using namespace </span>csbuild;
66
 
<a name="l00041"></a>00041 
67
 
<a name="l00042"></a>00042 <span class="keyword">namespace</span>
68
 
<a name="l00043"></a>00043 {
69
 
<a name="l00044"></a>00044 
70
 
<a name="l00045"></a><a class="code" href="csbuild-main_8cc.html#7a38cdc9df52b3ddd266f28f3eeeaebb">00045</a>   <span class="keyword">typedef</span> std::pair&lt;main::error_code,const char *&gt; <a class="code" href="schroot-main-base_8cc.html#72aa327d5cb9959ed40cdff3ddde9e25">emap</a>;
71
 
<a name="l00046"></a>00046 
72
 
<a name="l00051"></a><a class="code" href="csbuild-main_8cc.html#f57f373df7f7c9fb0efae6da23690016">00051</a>   emap <a class="code" href="schroot-main-base_8cc.html#f57f373df7f7c9fb0efae6da23690016" title="This is a list of the supported error codes.">init_errors</a>[] =
73
 
<a name="l00052"></a>00052     {
74
 
<a name="l00053"></a>00053       <a class="code" href="schroot-main-base_8cc.html#72aa327d5cb9959ed40cdff3ddde9e25">emap</a>(main::DEVICE_NOTBLOCK, N_(<span class="stringliteral">"File is not a block device"</span>)),
75
 
<a name="l00054"></a>00054       <span class="comment">// TRANSLATORS: %4% = integer process ID</span>
76
 
<a name="l00055"></a>00055       <a class="code" href="schroot-main-base_8cc.html#72aa327d5cb9959ed40cdff3ddde9e25">emap</a>(main::DEVICE_OWNED,    N_(<span class="stringliteral">"Failed to release device lock (lock held by PID %4%)"</span>)),
77
 
<a name="l00056"></a>00056       <a class="code" href="schroot-main-base_8cc.html#72aa327d5cb9959ed40cdff3ddde9e25">emap</a>(main::DEVICE_RELEASE,  N_(<span class="stringliteral">"Failed to release device lock"</span>)),
78
 
<a name="l00057"></a>00057       <a class="code" href="schroot-main-base_8cc.html#72aa327d5cb9959ed40cdff3ddde9e25">emap</a>(main::DEVICE_STAT,     N_(<span class="stringliteral">"Failed to stat device"</span>))
79
 
<a name="l00058"></a>00058 };
80
 
<a name="l00059"></a>00059 
81
 
<a name="l00060"></a>00060 }
82
 
<a name="l00061"></a>00061 
83
 
<a name="l00062"></a>00062 <span class="keyword">template</span>&lt;&gt;
84
 
<a name="l00063"></a>00063 <a class="codeRef" doxygen="sbuild.tag:/tmp/sr/schroot-1.1.5/doc/sbuild/html/" href="/tmp/sr/schroot-1.1.5/doc/sbuild/html/classsbuild_1_1error.html">sbuild::error&lt;main::error_code&gt;::map_type</a>
85
 
<a name="l00064"></a>00064 <a class="codeRef" doxygen="sbuild.tag:/tmp/sr/schroot-1.1.5/doc/sbuild/html/" href="/tmp/sr/schroot-1.1.5/doc/sbuild/html/classsbuild_1_1error.html#3ebc06008ada3b65bf2b25ce06b2926a">sbuild::error&lt;main::error_code&gt;::error_strings</a>
86
 
<a name="l00065"></a>00065 (<a class="code" href="schroot-main-base_8cc.html#f57f373df7f7c9fb0efae6da23690016" title="This is a list of the supported error codes.">init_errors</a>,
87
 
<a name="l00066"></a>00066  <a class="code" href="schroot-main-base_8cc.html#f57f373df7f7c9fb0efae6da23690016" title="This is a list of the supported error codes.">init_errors</a> + (<span class="keyword">sizeof</span>(<a class="code" href="schroot-main-base_8cc.html#f57f373df7f7c9fb0efae6da23690016" title="This is a list of the supported error codes.">init_errors</a>) / <span class="keyword">sizeof</span>(init_errors[0])));
88
 
<a name="l00067"></a>00067 
89
 
<a name="l00068"></a><a class="code" href="classcsbuild_1_1main.html#e677b87c3fb420faf53007994ac8b6af">00068</a> <a class="code" href="schroot_8cc.html#0ddf1224851353fc92bfbff6f499fa97" title="Main routine.">main::main</a> (options::ptr&amp; <a class="code" href="classcsbuild_1_1options.html" title="csbuild command-line options.">options</a>):
90
 
<a name="l00069"></a>00069   schroot_base::<a class="code" href="classcsbuild_1_1main.html" title="Frontend for schroot.">main</a>(<span class="stringliteral">"csbuild"</span>,
91
 
<a name="l00070"></a>00070                      <span class="comment">// TRANSLATORS: '...' is an ellipsis e.g. U+2026,</span>
92
 
<a name="l00071"></a>00071                      <span class="comment">// and '-' is an em-dash.</span>
93
 
<a name="l00072"></a>00072                      _(<span class="stringliteral">"[OPTION...] - build Debian packages from source"</span>),
94
 
<a name="l00073"></a>00073                      options,
95
 
<a name="l00074"></a>00074                      false),
96
 
<a name="l00075"></a>00075   opts(options)
97
 
<a name="l00076"></a>00076 {
98
 
<a name="l00077"></a>00077 }
99
 
<a name="l00078"></a>00078 
100
 
<a name="l00079"></a><a class="code" href="classcsbuild_1_1main.html#4444e261c1a635e1aab12e00e5b95f5a">00079</a> <a class="code" href="classcsbuild_1_1main.html#4444e261c1a635e1aab12e00e5b95f5a" title="The destructor.">main::~main</a> ()
101
 
<a name="l00080"></a>00080 {
102
 
<a name="l00081"></a>00081 }
103
 
<a name="l00082"></a>00082 
104
 
<a name="l00083"></a>00083 <span class="keywordtype">void</span>
105
 
<a name="l00084"></a><a class="code" href="classcsbuild_1_1main.html#47cfafd4f80428f52d1461919aae453f">00084</a> <a class="code" href="classcsbuild_1_1main.html#47cfafd4f80428f52d1461919aae453f" title="Build packages.">main::action_build</a> ()
106
 
<a name="l00085"></a>00085 {
107
 
<a name="l00086"></a>00086 }
108
 
<a name="l00087"></a>00087 
109
 
<a name="l00088"></a>00088 <span class="keywordtype">int</span>
110
 
<a name="l00089"></a><a class="code" href="classcsbuild_1_1main.html#266e0d62ec45cb0c73b03d277205fe8a">00089</a> <a class="code" href="classcsbuild_1_1main.html#266e0d62ec45cb0c73b03d277205fe8a" title="Run the program.">main::run_impl</a> ()
111
 
<a name="l00090"></a>00090 {
112
 
<a name="l00091"></a>00091   <span class="keywordflow">if</span> (this-&gt;opts-&gt;action == <a class="code" href="classschroot__base_1_1options.html#4c1f304c9f30b5965dcb7bbf51554124" title="Display program help.">options::ACTION_HELP</a>)
113
 
<a name="l00092"></a>00092     <a class="code" href="classschroot__base_1_1main.html#4c246d8a2cedf030e094ffdee5a38553" title="Print help information.">action_help</a>(std::cerr);
114
 
<a name="l00093"></a>00093   <span class="keywordflow">else</span> <span class="keywordflow">if</span> (this-&gt;opts-&gt;action == <a class="code" href="classschroot__base_1_1options.html#1064a6609731fbc80abb0c849ff3a3f8" title="Display program version.">options::ACTION_VERSION</a>)
115
 
<a name="l00094"></a>00094     <a class="code" href="classschroot__base_1_1main.html#cd9c1d4d7c52a423eb929a4bb6f644e0" title="Print version information.">action_version</a>(std::cerr);
116
 
<a name="l00095"></a>00095   <span class="keywordflow">else</span> <span class="keywordflow">if</span> (this-&gt;opts-&gt;action == <a class="code" href="classcsbuild_1_1options.html#0d341b72be643c338b8991ead7542b25" title="Begin, run and end a session.">options::ACTION_BUILD</a>)
117
 
<a name="l00096"></a>00096     <a class="code" href="classcsbuild_1_1main.html#47cfafd4f80428f52d1461919aae453f" title="Build packages.">action_build</a>();
118
 
<a name="l00097"></a>00097   <span class="keywordflow">else</span>
119
 
<a name="l00098"></a>00098     assert(0); <span class="comment">// Invalid action.</span>
120
 
<a name="l00099"></a>00099 
121
 
<a name="l00100"></a>00100   <span class="keywordflow">return</span> EXIT_SUCCESS;
122
 
<a name="l00101"></a>00101 }
123
 
</pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Sun Jul 8 21:23:54 2007 for schroot by&nbsp;
 
33
<a name="l00014"></a>00014 <span class="comment"> * along with this program.  If not, see</span>
 
34
<a name="l00015"></a>00015 <span class="comment"> * &lt;http://www.gnu.org/licenses/&gt;.</span>
 
35
<a name="l00016"></a>00016 <span class="comment"> *</span>
 
36
<a name="l00017"></a>00017 <span class="comment"> *********************************************************************/</span>
 
37
<a name="l00018"></a>00018 
 
38
<a name="l00019"></a>00019 <span class="preprocessor">#include &lt;config.h&gt;</span>
 
39
<a name="l00020"></a>00020 
 
40
<a name="l00021"></a>00021 <span class="preprocessor">#include "<a class="code" href="csbuild-main_8h.html">csbuild-main.h</a>"</span>
 
41
<a name="l00022"></a>00022 
 
42
<a name="l00023"></a>00023 <span class="preprocessor">#include &lt;cerrno&gt;</span>
 
43
<a name="l00024"></a>00024 <span class="preprocessor">#include &lt;cstdlib&gt;</span>
 
44
<a name="l00025"></a>00025 <span class="preprocessor">#include &lt;ctime&gt;</span>
 
45
<a name="l00026"></a>00026 <span class="preprocessor">#include &lt;iostream&gt;</span>
 
46
<a name="l00027"></a>00027 <span class="preprocessor">#include &lt;locale&gt;</span>
 
47
<a name="l00028"></a>00028 
 
48
<a name="l00029"></a>00029 <span class="preprocessor">#include &lt;sys/types.h&gt;</span>
 
49
<a name="l00030"></a>00030 <span class="preprocessor">#include &lt;sys/stat.h&gt;</span>
 
50
<a name="l00031"></a>00031 <span class="preprocessor">#include &lt;unistd.h&gt;</span>
 
51
<a name="l00032"></a>00032 
 
52
<a name="l00033"></a>00033 <span class="preprocessor">#include &lt;boost/format.hpp&gt;</span>
 
53
<a name="l00034"></a>00034 
 
54
<a name="l00035"></a>00035 <span class="keyword">using</span> std::endl;
 
55
<a name="l00036"></a>00036 <span class="keyword">using</span> boost::format;
 
56
<a name="l00037"></a>00037 <span class="keyword">using</span> sbuild::_;
 
57
<a name="l00038"></a>00038 <span class="keyword">using</span> sbuild::N_;
 
58
<a name="l00039"></a>00039 <span class="keyword">using namespace </span>csbuild;
 
59
<a name="l00040"></a>00040 
 
60
<a name="l00041"></a>00041 <span class="keyword">namespace</span>
 
61
<a name="l00042"></a>00042 {
 
62
<a name="l00043"></a>00043 
 
63
<a name="l00044"></a><a class="code" href="csbuild-main_8cc.html#7a38cdc9df52b3ddd266f28f3eeeaebb">00044</a>   <span class="keyword">typedef</span> std::pair&lt;main::error_code,const char *&gt; <a class="codeRef" doxygen="sbuild.tag:/tmp/sb/schroot/doc/sbuild/html/" href="/tmp/sb/schroot/doc/sbuild/html/sbuild-auth-conv-tty_8cc.html#9a3145af4184baebb22d7e1061da7f6e">emap</a>;
 
64
<a name="l00045"></a>00045 
 
65
<a name="l00050"></a><a class="code" href="csbuild-main_8cc.html#f57f373df7f7c9fb0efae6da23690016">00050</a>   emap <a class="code" href="schroot-main-base_8cc.html#f57f373df7f7c9fb0efae6da23690016" title="This is a list of the supported error codes.">init_errors</a>[] =
 
66
<a name="l00051"></a>00051     {
 
67
<a name="l00052"></a>00052       <a class="code" href="schroot-main-base_8cc.html#72aa327d5cb9959ed40cdff3ddde9e25">emap</a>(main::DEVICE_NOTBLOCK, N_(<span class="stringliteral">"File is not a block device"</span>)),
 
68
<a name="l00053"></a>00053       <span class="comment">// TRANSLATORS: %4% = integer process ID</span>
 
69
<a name="l00054"></a>00054       <a class="code" href="schroot-main-base_8cc.html#72aa327d5cb9959ed40cdff3ddde9e25">emap</a>(main::DEVICE_OWNED,    N_(<span class="stringliteral">"Failed to release device lock (lock held by PID %4%)"</span>)),
 
70
<a name="l00055"></a>00055       <a class="code" href="schroot-main-base_8cc.html#72aa327d5cb9959ed40cdff3ddde9e25">emap</a>(main::DEVICE_RELEASE,  N_(<span class="stringliteral">"Failed to release device lock"</span>)),
 
71
<a name="l00056"></a>00056       <a class="code" href="schroot-main-base_8cc.html#72aa327d5cb9959ed40cdff3ddde9e25">emap</a>(main::DEVICE_STAT,     N_(<span class="stringliteral">"Failed to stat device"</span>))
 
72
<a name="l00057"></a>00057 };
 
73
<a name="l00058"></a>00058 
 
74
<a name="l00059"></a>00059 }
 
75
<a name="l00060"></a>00060 
 
76
<a name="l00061"></a>00061 <span class="keyword">template</span>&lt;&gt;
 
77
<a name="l00062"></a>00062 <a class="codeRef" doxygen="sbuild.tag:/tmp/sb/schroot/doc/sbuild/html/" href="/tmp/sb/schroot/doc/sbuild/html/classsbuild_1_1error.html">sbuild::error&lt;main::error_code&gt;::map_type</a>
 
78
<a name="l00063"></a>00063 <a class="codeRef" doxygen="sbuild.tag:/tmp/sb/schroot/doc/sbuild/html/" href="/tmp/sb/schroot/doc/sbuild/html/classsbuild_1_1error.html#3ebc06008ada3b65bf2b25ce06b2926a">sbuild::error&lt;main::error_code&gt;::error_strings</a>
 
79
<a name="l00064"></a>00064 (<a class="code" href="schroot-main-base_8cc.html#f57f373df7f7c9fb0efae6da23690016" title="This is a list of the supported error codes.">init_errors</a>,
 
80
<a name="l00065"></a>00065  <a class="code" href="schroot-main-base_8cc.html#f57f373df7f7c9fb0efae6da23690016" title="This is a list of the supported error codes.">init_errors</a> + (<span class="keyword">sizeof</span>(<a class="code" href="schroot-main-base_8cc.html#f57f373df7f7c9fb0efae6da23690016" title="This is a list of the supported error codes.">init_errors</a>) / <span class="keyword">sizeof</span>(<a class="code" href="schroot-main-base_8cc.html#f57f373df7f7c9fb0efae6da23690016" title="This is a list of the supported error codes.">init_errors</a>[0])));
 
81
<a name="l00066"></a>00066 
 
82
<a name="l00067"></a><a class="code" href="classcsbuild_1_1main.html#e677b87c3fb420faf53007994ac8b6af">00067</a> <a class="code" href="schroot_8cc.html#0ddf1224851353fc92bfbff6f499fa97" title="Main routine.">main::main</a> (options::ptr&amp; <a class="code" href="classcsbuild_1_1options.html" title="csbuild command-line options.">options</a>):
 
83
<a name="l00068"></a>00068   schroot_base::<a class="code" href="classcsbuild_1_1main.html" title="Frontend for schroot.">main</a>(<span class="stringliteral">"csbuild"</span>,
 
84
<a name="l00069"></a>00069                      <span class="comment">// TRANSLATORS: '...' is an ellipsis e.g. U+2026,</span>
 
85
<a name="l00070"></a>00070                      <span class="comment">// and '-' is an em-dash.</span>
 
86
<a name="l00071"></a>00071                      _(<span class="stringliteral">"[OPTION...] - build Debian packages from source"</span>),
 
87
<a name="l00072"></a>00072                      options,
 
88
<a name="l00073"></a>00073                      false),
 
89
<a name="l00074"></a>00074   opts(options)
 
90
<a name="l00075"></a>00075 {
 
91
<a name="l00076"></a>00076 }
 
92
<a name="l00077"></a>00077 
 
93
<a name="l00078"></a><a class="code" href="classcsbuild_1_1main.html#4444e261c1a635e1aab12e00e5b95f5a">00078</a> <a class="code" href="classcsbuild_1_1main.html#4444e261c1a635e1aab12e00e5b95f5a" title="The destructor.">main::~main</a> ()
 
94
<a name="l00079"></a>00079 {
 
95
<a name="l00080"></a>00080 }
 
96
<a name="l00081"></a>00081 
 
97
<a name="l00082"></a>00082 <span class="keywordtype">void</span>
 
98
<a name="l00083"></a><a class="code" href="classcsbuild_1_1main.html#47cfafd4f80428f52d1461919aae453f">00083</a> <a class="code" href="classcsbuild_1_1main.html#47cfafd4f80428f52d1461919aae453f" title="Build packages.">main::action_build</a> ()
 
99
<a name="l00084"></a>00084 {
 
100
<a name="l00085"></a>00085 }
 
101
<a name="l00086"></a>00086 
 
102
<a name="l00087"></a>00087 <span class="keywordtype">int</span>
 
103
<a name="l00088"></a><a class="code" href="classcsbuild_1_1main.html#266e0d62ec45cb0c73b03d277205fe8a">00088</a> <a class="code" href="classcsbuild_1_1main.html#266e0d62ec45cb0c73b03d277205fe8a" title="Run the program.">main::run_impl</a> ()
 
104
<a name="l00089"></a>00089 {
 
105
<a name="l00090"></a>00090   <span class="keywordflow">if</span> (this-&gt;opts-&gt;action == <a class="code" href="classschroot__base_1_1options.html#4c1f304c9f30b5965dcb7bbf51554124" title="Display program help.">options::ACTION_HELP</a>)
 
106
<a name="l00091"></a>00091     <a class="code" href="classschroot__base_1_1main.html#4c246d8a2cedf030e094ffdee5a38553" title="Print help information.">action_help</a>(std::cerr);
 
107
<a name="l00092"></a>00092   <span class="keywordflow">else</span> <span class="keywordflow">if</span> (this-&gt;opts-&gt;action == <a class="code" href="classschroot__base_1_1options.html#1064a6609731fbc80abb0c849ff3a3f8" title="Display program version.">options::ACTION_VERSION</a>)
 
108
<a name="l00093"></a>00093     <a class="code" href="classschroot__base_1_1main.html#cd9c1d4d7c52a423eb929a4bb6f644e0" title="Print version information.">action_version</a>(std::cerr);
 
109
<a name="l00094"></a>00094   <span class="keywordflow">else</span> <span class="keywordflow">if</span> (this-&gt;opts-&gt;action == <a class="code" href="classcsbuild_1_1options.html#0d341b72be643c338b8991ead7542b25" title="Begin, run and end a session.">options::ACTION_BUILD</a>)
 
110
<a name="l00095"></a>00095     <a class="code" href="classcsbuild_1_1main.html#47cfafd4f80428f52d1461919aae453f" title="Build packages.">action_build</a>();
 
111
<a name="l00096"></a>00096   <span class="keywordflow">else</span>
 
112
<a name="l00097"></a>00097     assert(0); <span class="comment">// Invalid action.</span>
 
113
<a name="l00098"></a>00098 
 
114
<a name="l00099"></a>00099   <span class="keywordflow">return</span> EXIT_SUCCESS;
 
115
<a name="l00100"></a>00100 }
 
116
</pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Mon Jan 21 00:38:28 2008 for schroot by&nbsp;
124
117
<a href="http://www.doxygen.org/index.html">
125
 
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
 
118
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
126
119
</body>
127
120
</html>