Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / Status / archives / week_2004_02_01.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard">
4 <head>
5    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6    <meta name="generator" content="Movable Type 5.2.3" />
7
8    <link rel="stylesheet" href="http://defaria.com/blogs/Status/styles-site.css" type="text/css" />
9    <link rel="alternate" type="application/atom+xml" title="Atom" href="http://defaria.com/blogs/Status/atom.xml" />
10    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://defaria.com/blogs/Status/index.xml"$>" />
11
12    <title>Status for Andrew DeFaria: February  1, 2004 - February  7, 2004 Archives</title>
13
14    <link rel="start" href="http://defaria.com/blogs/Status/" title="Home" />
15    <link rel="prev" href="http://defaria.com/blogs/Status/archives/week_2004_01_25.html" title="January 25, 2004 - January 31, 2004" />
16    <link rel="next" href="http://defaria.com/blogs/Status/archives/week_2004_02_08.html" title="February  8, 2004 - February 14, 2004" />
17 </head>
18 <body class="layout-one-column">
19    <div id="container">
20       <div id="container-inner" class="pkg">
21
22          <div id="banner">
23             <div id="banner-inner" class="pkg">
24                <h1 id="banner-header"><a href="http://defaria.com/blogs/Status/" accesskey="1">Status for Andrew DeFaria</a></h1>
25                <h2 id="banner-description">Searchable status reports and work log</h2>
26             </div>
27          </div>
28
29          <div id="pagebody">
30             <div id="pagebody-inner" class="pkg">
31                <div id="alpha">
32                   <div id="alpha-inner" class="pkg">
33                      
34                      <p class="content-nav">
35                         <a href="http://defaria.com/blogs/Status/archives/week_2004_01_25.html">&laquo; January 25, 2004 - January 31, 2004</a> |
36                         <a href="http://defaria.com/blogs/Status/">Main</a>
37                         | <a href="http://defaria.com/blogs/Status/archives/week_2004_02_08.html">February  8, 2004 - February 14, 2004 &raquo;</a>
38                      </p>
39                      
40                      
41                      
42
43                      <h2 class="date-header">February  6, 2004</h2>
44                      <a id="a000119"></a>
45                      <div class="entry" id="entry-119">
46                         <h3 class="entry-header">CI Trigger Bug</h3>
47                         <div class="entry-content">
48                            <div class="entry-body">
49                               <p>Fixed bug in CheckInPost.pl. This bug was caused by an element having a space character in it (e.g. a directory named "source code"). The checkin trigger had the following line:</p>
50
51 <pre>
52 $result = system ("cleartool mklabel -replace $bugid $pname");
53 </pre>
54
55 <p>This line assumes that $pname does not contain a space character. The fix was:</p>
56
57 <pre>
58 $result = system ("cleartool mklabel -replace $bugid \"$pname\"");
59 </pre>
60
61 <p>The \"'s surround $pname and thus protect it.</p>
62                               
63                               <p class="entry-footer">
64                                  <span class="post-footers">Posted by  at 11:13 AM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000119.html">Permalink</a>
65                                  
66                                  
67                               </p>
68                            </div>
69                         </div>
70                      </div>
71                      
72                      
73
74                      <h2 class="date-header">February  5, 2004</h2>
75                      <a id="a000118"></a>
76                      <div class="entry" id="entry-118">
77                         <h3 class="entry-header">2.3 KDDI release</h3>
78                         <div class="entry-content">
79                            <div class="entry-body">
80                               <ul>
81
82 <li>Built 2.3.0.2</li>
83
84 <li>Created 2.2.2.1</li>
85
86 </ul>
87                               
88                               <p class="entry-footer">
89                                  <span class="post-footers">Posted by  at  5:06 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000118.html">Permalink</a>
90                                  
91                                  
92                               </p>
93                            </div>
94                         </div>
95                      </div>
96                      
97                      
98
99                      <h2 class="date-header">February  4, 2004</h2>
100                      <a id="a000117"></a>
101                      <div class="entry" id="entry-117">
102                         <h3 class="entry-header">2.3 merging/New 2340 branch</h3>
103                         <div class="entry-content">
104                            <div class="entry-body">
105                               <ul>
106
107 <li>Worked on 2.3 merge problems. NeoPON.ccp came in merged but the auto merged failed due to a link problem with onu2330. Zhiyi is working on this for 2.3.0.2</li>
108
109 <li>Worked with Hong Bin to get FPGA files visible</li>
110
111 <li>Changed includeable config specs to handle new files created by other site</li>
112
113 <li>Setup us_2340/china_2340 branches, views and ctmerge jobs.</li>
114 </ul>
115                               
116                               <p class="entry-footer">
117                                  <span class="post-footers">Posted by  at  6:13 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000117.html">Permalink</a>
118                                  
119                                  
120                               </p>
121                            </div>
122                         </div>
123                      </div>
124                      
125                      
126
127                      <h2 class="date-header">February  2, 2004</h2>
128                      <a id="a000116"></a>
129                      <div class="entry" id="entry-116">
130                         <h3 class="entry-header">2.3 merge issues</h3>
131                         <div class="entry-content">
132                            <div class="entry-body">
133                               <ul>
134
135 <li>Resolved 2.3 merge issues</li>
136 <li>More WebSAM testing...</li>
137
138 </ul>
139                               
140                               <p class="entry-footer">
141                                  <span class="post-footers">Posted by  at  5:18 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000116.html">Permalink</a>
142                                  
143                                  
144                               </p>
145                            </div>
146                         </div>
147                      </div>
148                      
149                   </div>
150                </div>
151             </div>
152          </div>
153       </div>
154    </div>
155 </body>
156 </html>