<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>
GitLab
</title>



</head>
<body>
<style type="text/css">
img {
max-width: 100%; height: auto;
}
</style>
<div class="content">
<h3>
Amar Takhar pushed to branch master
at <a href="https://gitlab.com/NTPsec/ntpsec">NTPsec / ntpsec</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://gitlab.com/NTPsec/ntpsec/commit/9754e15990288da5d7ff2c66886b8de267c74076">9754e159</a></strong>
<div>
<span>by Amar Takhar</span>
<i>at 2016-03-23T08:40:44-04:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap">Move dist() to it's own file.</pre>
</li>
</ul>
<h4>2 changed files:</h4>
<ul>
<li class="file-stats">
<a href="#620f2ecad2bb6f74b2fcd0134963a841" style="text-decoration: none">
<span class="new-file" style="color: #090">
+
pylib/dist.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#ad29afc395839758d41094872298bd0d" style="text-decoration: none">
wscript
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id="620f2ecad2bb6f74b2fcd0134963a841">
<a href="https://gitlab.com/NTPsec/ntpsec/commit/9754e15990288da5d7ff2c66886b8de267c74076#diff-0">
<strong>
pylib/dist.py
</strong>
</a>
<hr>
<table class="code white" style="-premailer-cellpadding: 0; -premailer-cellspacing: 0; -premailer-width: 100%; background: #fff; border: none; border-collapse: separate; color: #333; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; margin: 0px; padding: 0px; width: 100%" bgcolor="#fff" width="100%" cellpadding="0" cellspacing="0">
<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="1" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
1
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line"><span class="kn" style="font-weight: bold">from</span> <span class="nn" style="color: #555">os</span> <span class="kn" style="font-weight: bold">import</span> <span class="n" style="color: #333">path</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="2" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
2
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line"><span class="kn" style="font-weight: bold">from</span> <span class="nn" style="color: #555">shutil</span> <span class="kn" style="font-weight: bold">import</span> <span class="n" style="color: #333">copyfile</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="3" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
3
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line"><span class="kn" style="font-weight: bold">from</span> <span class="nn" style="color: #555">os.path</span> <span class="kn" style="font-weight: bold">import</span> <span class="n" style="color: #333">exists</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="4" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
4
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line"><span class="kn" style="font-weight: bold">import</span> <span class="nn" style="color: #555">time</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="5" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
5
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line"></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="6" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
6
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line"><span class="k" style="font-weight: bold">def</span> <span class="nf" style="color: #900; font-weight: bold">dist_cmd</span><span class="p">(</span><span class="n" style="color: #333">ctx</span><span class="p">,</span> <span class="n" style="color: #333">config</span><span class="p">):</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="7" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
7
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">           <span class="n" style="color: #333">files_man</span> <span class="o" style="font-weight: bold">=</span> <span class="p">[]</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="8" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
8
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line"></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="9" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
9
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">           <span class="k" style="font-weight: bold">if</span> <span class="ow" style="font-weight: bold">not</span> <span class="n" style="color: #333">ctx</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">options</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">build_snapshot</span> <span class="ow" style="font-weight: bold">and</span> <span class="ow" style="font-weight: bold">not</span> <span class="n" style="color: #333">config</span><span class="p">[</span><span class="s" style="color: #d14">"NTPS_RELEASE"</span><span class="p">]:</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="10" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
10
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">                   <span class="n" style="color: #333">ctx</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">fatal</span><span class="p">(</span><span class="s" style="color: #d14">'Please supply --build-snapshot or set config["NTPS_RELEASE"] = True'</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="11" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
11
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line"></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="12" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
12
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">           <span class="k" style="font-weight: bold">if</span> <span class="ow" style="font-weight: bold">not</span> <span class="n" style="color: #333">config</span><span class="p">[</span><span class="s" style="color: #d14">"NTPS_RELEASE"</span><span class="p">]:</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="13" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
13
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">                   <span class="n" style="color: #333">ctx</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">fatal</span><span class="p">(</span><span class="s" style="color: #d14">'config["NTPS_RELEASE"] must be set to True'</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="14" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
14
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line"></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="15" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
15
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">           <span class="k" style="font-weight: bold">if</span> <span class="n" style="color: #333">exists</span><span class="p">(</span><span class="s" style="color: #d14">"build/c4che/host_cache.py"</span><span class="p">):</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="16" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
16
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">                   <span class="kn" style="font-weight: bold">from</span> <span class="nn" style="color: #555">waflib.ConfigSet</span> <span class="kn" style="font-weight: bold">import</span> <span class="n" style="color: #333">ConfigSet</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="17" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
17
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">                   <span class="n" style="color: #333">cset</span> <span class="o" style="font-weight: bold">=</span> <span class="n" style="color: #333">ConfigSet</span><span class="p">()</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="18" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
18
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">                   <span class="n" style="color: #333">cset</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">load</span><span class="p">(</span><span class="s" style="color: #d14">"build/c4che/host_cache.py"</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="19" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
19
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">           <span class="k" style="font-weight: bold">else</span><span class="p">:</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="20" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
20
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">                   <span class="n" style="color: #333">ctx</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">fatal</span><span class="p">(</span><span class="s" style="color: #d14">"Please run 'waf configure' first."</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="21" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
21
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line"></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="22" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
22
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">           <span class="n" style="color: #333">rev</span> <span class="o" style="font-weight: bold">=</span> <span class="n" style="color: #333">cset</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">NTPS_REVISION</span><span class="p">[:</span><span class="mi" style="color: #099">7</span><span class="p">]</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="23" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
23
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">           <span class="n" style="color: #333">timestamp</span> <span class="o" style="font-weight: bold">=</span> <span class="n" style="color: #333">time</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">strftime</span><span class="p">(</span><span class="s" style="color: #d14">"</span><span class="si" style="color: #d14">%</span><span class="s" style="color: #d14">Y-</span><span class="si" style="color: #d14">%</span><span class="s" style="color: #d14">m-</span><span class="si" style="color: #d14">%</span><span class="s" style="color: #d14">d_</span><span class="si" style="color: #d14">%</span><span class="s" style="color: #d14">H</span><span class="si" style="color: #d14">%</span><span class="s" style="color: #d14">M</span><span class="si" style="color: #d14">%</span><span class="s" style="color: #d14">S"</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="24" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
24
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line"></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="25" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
25
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">           <span class="c" style="color: #998; font-style: italic"># XXX: Redo to not use globs.</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="26" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
26
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">           <span class="n" style="color: #333">bldnode</span> <span class="o" style="font-weight: bold">=</span> <span class="n" style="color: #333">ctx</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">path</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">make_node</span><span class="p">(</span><span class="n" style="color: #333">config</span><span class="p">[</span><span class="s" style="color: #d14">"out"</span><span class="p">])</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="27" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
27
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">           <span class="k" style="font-weight: bold">for</span> <span class="n" style="color: #333">section</span> <span class="ow" style="font-weight: bold">in</span> <span class="p">[</span><span class="mi" style="color: #099">1</span><span class="p">,</span> <span class="mi" style="color: #099">5</span><span class="p">,</span> <span class="mi" style="color: #099">8</span><span class="p">]:</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="28" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
28
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">                   <span class="n" style="color: #333">files_man</span> <span class="o" style="font-weight: bold">+=</span> <span class="n" style="color: #333">bldnode</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">ant_glob</span><span class="p">(</span><span class="s" style="color: #d14">"**/*.</span><span class="si" style="color: #d14">%</span><span class="s" style="color: #d14">d"</span> <span class="o" style="font-weight: bold">%</span> <span class="n" style="color: #333">section</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="29" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
29
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line"></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="30" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
30
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">           <span class="c" style="color: #998; font-style: italic"># Need a more reliable check.</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="31" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
31
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">           <span class="k" style="font-weight: bold">if</span> <span class="ow" style="font-weight: bold">not</span> <span class="n" style="color: #333">files_man</span><span class="p">:</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="32" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
32
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">                   <span class="n" style="color: #333">ctx</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">fatal</span><span class="p">(</span><span class="s" style="color: #d14">"You must configure and build first with NTPS_RELEASE set to false"</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="33" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
33
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line"></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="34" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
34
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">           <span class="k" style="font-weight: bold">for</span> <span class="n" style="color: #333">man</span> <span class="ow" style="font-weight: bold">in</span> <span class="n" style="color: #333">files_man</span><span class="p">:</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="35" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
35
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">                   <span class="n" style="color: #333">src</span> <span class="o" style="font-weight: bold">=</span> <span class="n" style="color: #333">man</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">abspath</span><span class="p">()</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="36" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
36
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">                   <span class="n" style="color: #333">dst</span> <span class="o" style="font-weight: bold">=</span> <span class="n" style="color: #333">src</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">replace</span><span class="p">(</span><span class="s" style="color: #d14">"</span><span class="si" style="color: #d14">%</span><span class="s" style="color: #d14">s/main/"</span> <span class="o" style="font-weight: bold">%</span> <span class="n" style="color: #333">bldnode</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">abspath</span><span class="p">(),</span> <span class="s" style="color: #d14">""</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="37" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
37
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">                   <span class="k" style="font-weight: bold">print</span> <span class="s" style="color: #d14">"Copying </span><span class="si" style="color: #d14">%</span><span class="s" style="color: #d14">s -> </span><span class="si" style="color: #d14">%</span><span class="s" style="color: #d14">s"</span> <span class="o" style="font-weight: bold">%</span> <span class="p">(</span><span class="n" style="color: #333">src</span><span class="p">,</span> <span class="n" style="color: #333">dst</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="38" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
38
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">                   <span class="n" style="color: #333">copyfile</span><span class="p">(</span><span class="n" style="color: #333">src</span><span class="p">,</span> <span class="n" style="color: #333">dst</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="39" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
39
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line"></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="40" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
40
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">           <span class="n" style="color: #333">files</span> <span class="o" style="font-weight: bold">=</span> <span class="p">[</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="41" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
41
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">                   <span class="p">(</span><span class="s" style="color: #d14">"build/host/ntpd/ntp_parser.tab.c"</span><span class="p">,</span> <span class="s" style="color: #d14">"ntpd/ntp_parser.tab.c"</span><span class="p">),</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="42" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
42
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">                   <span class="p">(</span><span class="s" style="color: #d14">"build/host/ntpd/ntp_parser.tab.h"</span><span class="p">,</span> <span class="s" style="color: #d14">"ntpd/ntp_parser.tab.h"</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="43" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
43
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">           <span class="p">]</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="44" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
44
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line"></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="45" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
45
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">           <span class="k" style="font-weight: bold">for</span> <span class="n" style="color: #333">src</span><span class="p">,</span> <span class="n" style="color: #333">dst</span> <span class="ow" style="font-weight: bold">in</span> <span class="n" style="color: #333">files</span><span class="p">:</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="46" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
46
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">                   <span class="k" style="font-weight: bold">if</span> <span class="ow" style="font-weight: bold">not</span> <span class="n" style="color: #333">path</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">exists</span><span class="p">(</span><span class="n" style="color: #333">src</span><span class="p">):</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="47" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
47
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">                           <span class="n" style="color: #333">ctx</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">fatal</span><span class="p">(</span><span class="s" style="color: #d14">"</span><span class="si" style="color: #d14">%</span><span class="s" style="color: #d14">s doesn't exist please configure and build first.  NTPS_RELEASE must be set to False"</span> <span class="o" style="font-weight: bold">%</span> <span class="n" style="color: #333">src</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="48" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
48
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">                   <span class="k" style="font-weight: bold">print</span> <span class="s" style="color: #d14">"Copying </span><span class="si" style="color: #d14">%</span><span class="s" style="color: #d14">s -> </span><span class="si" style="color: #d14">%</span><span class="s" style="color: #d14">s"</span> <span class="o" style="font-weight: bold">%</span> <span class="p">(</span><span class="n" style="color: #333">src</span><span class="p">,</span> <span class="n" style="color: #333">dst</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="49" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
49
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">                   <span class="n" style="color: #333">copyfile</span><span class="p">(</span><span class="n" style="color: #333">src</span><span class="p">,</span> <span class="n" style="color: #333">dst</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="50" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
50
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line"></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="51" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
51
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">           <span class="n" style="color: #333">version</span> <span class="o" style="font-weight: bold">=</span> <span class="s" style="color: #d14">"</span><span class="si" style="color: #d14">%</span><span class="s" style="color: #d14">d.</span><span class="si" style="color: #d14">%</span><span class="s" style="color: #d14">d.</span><span class="si" style="color: #d14">%</span><span class="s" style="color: #d14">d"</span> <span class="o" style="font-weight: bold">%</span> <span class="p">(</span><span class="n" style="color: #333">config</span><span class="p">[</span><span class="s" style="color: #d14">"NTPS_VERSION_MAJOR"</span><span class="p">],</span> \</span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="52" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
52
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">                                           <span class="n" style="color: #333">config</span><span class="p">[</span><span class="s" style="color: #d14">"NTPS_VERSION_MINOR"</span><span class="p">],</span> \</span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="53" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
53
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">                                           <span class="n" style="color: #333">config</span><span class="p">[</span><span class="s" style="color: #d14">"NTPS_VERSION_REV"</span><span class="p">])</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="54" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
54
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line"></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="55" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
55
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line"></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="56" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
56
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">           <span class="k" style="font-weight: bold">if</span> <span class="n" style="color: #333">ctx</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">options</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">build_snapshot</span><span class="p">:</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="57" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
57
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">                   <span class="n" style="color: #333">ctx</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">base_name</span> <span class="o" style="font-weight: bold">=</span> <span class="s" style="color: #d14">"ntpsec-</span><span class="si" style="color: #d14">%</span><span class="s" style="color: #d14">s-</span><span class="si" style="color: #d14">%</span><span class="s" style="color: #d14">s-</span><span class="si" style="color: #d14">%</span><span class="s" style="color: #d14">s"</span> <span class="o" style="font-weight: bold">%</span> <span class="p">(</span><span class="n" style="color: #333">timestamp</span><span class="p">,</span> <span class="n" style="color: #333">version</span><span class="p">,</span> <span class="n" style="color: #333">rev</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="58" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
58
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">           <span class="k" style="font-weight: bold">else</span><span class="p">:</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="59" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
59
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">                   <span class="n" style="color: #333">ctx</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">base_name</span> <span class="o" style="font-weight: bold">=</span> <span class="s" style="color: #d14">"ntpsec-</span><span class="si" style="color: #d14">%</span><span class="s" style="color: #d14">s"</span> <span class="o" style="font-weight: bold">%</span> <span class="n" style="color: #333">version</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="60" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
60
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line"></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="61" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
61
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">           <span class="k" style="font-weight: bold">if</span> <span class="n" style="color: #333">ctx</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">options</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">build_version_tag</span><span class="p">:</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="62" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
62
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">                   <span class="n" style="color: #333">ctx</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">base_name</span> <span class="o" style="font-weight: bold">=</span> <span class="s" style="color: #d14">"</span><span class="si" style="color: #d14">%</span><span class="s" style="color: #d14">s-</span><span class="si" style="color: #d14">%</span><span class="s" style="color: #d14">s"</span> <span class="o" style="font-weight: bold">%</span> <span class="p">(</span><span class="n" style="color: #333">ctx</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">base_name</span><span class="p">,</span> <span class="n" style="color: #333">ctx</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">options</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">build_version_tag</span><span class="p">)</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="63" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
63
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line"></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="64" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
64
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">           <span class="k" style="font-weight: bold">if</span> <span class="n" style="color: #333">ctx</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">options</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">build_snapshot</span><span class="p">:</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="65" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
65
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">                   <span class="k" style="font-weight: bold">with</span> <span class="nb" style="color: #0086b3">open</span><span class="p">(</span><span class="s" style="color: #d14">"VERSION"</span><span class="p">,</span> <span class="s" style="color: #d14">"w"</span><span class="p">)</span> <span class="k" style="font-weight: bold">as</span> <span class="n" style="color: #333">fp</span><span class="p">:</span></span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="66" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
66
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">                           <span class="n" style="color: #333">fp</span><span class="o" style="font-weight: bold">.</span><span class="n" style="color: #333">write</span><span class="p">(</span><span class="s" style="color: #d14">"</span><span class="si" style="color: #d14">%</span><span class="s" style="color: #d14">s </span><span class="si" style="color: #d14">%</span><span class="s" style="color: #d14">s </span><span class="si" style="color: #d14">%</span><span class="s" style="color: #d14">s</span><span class="se" style="color: #d14">\n</span><span class="s" style="color: #d14">"</span> <span class="o" style="font-weight: bold">%</span> <span class="p">(</span><span class="n" style="color: #333">version</span><span class="p">,</span> <span class="n" style="color: #333">timestamp</span><span class="p">,</span> <span class="n" style="color: #333">rev</span><span class="p">))</span></span>
</td>
</tr>

</table>
<br>
</li>
<li id="ad29afc395839758d41094872298bd0d">
<a href="https://gitlab.com/NTPsec/ntpsec/commit/9754e15990288da5d7ff2c66886b8de267c74076#diff-1">
<strong>
wscript
</strong>
</a>
<hr>
<table class="code white" style="-premailer-cellpadding: 0; -premailer-cellspacing: 0; -premailer-width: 100%; background: #fff; border: none; border-collapse: separate; color: #333; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; margin: 0px; padding: 0px; width: 100%" bgcolor="#fff" width="100%" cellpadding="0" cellspacing="0">
<tr class="line_holder match">
<td class="diff-line-num js-unfold old_line unfold" data-linenumber="13" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
...
</td>
<td class="diff-line-num js-unfold new_line unfold" data-linenumber="13" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
...
</td>
<td class="line_content match" style="background: #fafafa; border: none; color: rgba(0,0,0,0.3); display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#fafafa">@@ -13,7 +13,8 @@ from pylib.test import test_write_log, test_print_log</td>

</tr>

<tr class="line_holder">
<td class="old_line diff-line-num" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
13
</td>
<td class="new_line diff-line-num" data-linenumber="13" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
13
</td>
<td class="line_content noteable_line" style="background: #fff; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#fff"> <span class="line">OPT_STORE = {} # Storage for options to pass into configure</span>
</td>
</tr>

<tr class="line_holder">
<td class="old_line diff-line-num" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
14
</td>
<td class="new_line diff-line-num" data-linenumber="14" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
14
</td>
<td class="line_content noteable_line" style="background: #fff; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#fff"> <span class="line"></span>
</td>
</tr>

<tr class="line_holder">
<td class="old_line diff-line-num" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
15
</td>
<td class="new_line diff-line-num" data-linenumber="15" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
15
</td>
<td class="line_content noteable_line" style="background: #fff; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#fff"> <span class="line">config = {</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
16
</td>
<td class="diff-line-num new_line old" data-linenumber="16" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">   "NTPS_RELEASE": False</span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="16" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
16
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   "NTPS_RELEASE": False,</span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="17" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
17
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   "out": out</span>
</td>
</tr>

<tr class="line_holder">
<td class="old_line diff-line-num" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
17
</td>
<td class="new_line diff-line-num" data-linenumber="18" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
18
</td>
<td class="line_content noteable_line" style="background: #fff; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#fff"> <span class="line">}</span>
</td>
</tr>

<tr class="line_holder">
<td class="old_line diff-line-num" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
18
</td>
<td class="new_line diff-line-num" data-linenumber="19" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
19
</td>
<td class="line_content noteable_line" style="background: #fff; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#fff"> <span class="line"></span>
</td>
</tr>

<tr class="line_holder">
<td class="old_line diff-line-num" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
19
</td>
<td class="new_line diff-line-num" data-linenumber="20" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
20
</td>
<td class="line_content noteable_line" style="background: #fff; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#fff"> <span class="line"># Release procedure:</span>
</td>
</tr>

<tr class="line_holder match">
<td class="diff-line-num js-unfold old_line unfold" data-linenumber="40" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
...
</td>
<td class="diff-line-num js-unfold new_line unfold" data-linenumber="41" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
...
</td>
<td class="line_content match" style="background: #fafafa; border: none; color: rgba(0,0,0,0.3); display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#fafafa">@@ -40,71 +41,8 @@ def parse_version():</td>

</tr>

<tr class="line_holder">
<td class="old_line diff-line-num" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
40
</td>
<td class="new_line diff-line-num" data-linenumber="41" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
41
</td>
<td class="line_content noteable_line" style="background: #fff; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#fff"> <span class="line">config.update(parse_version())</span>
</td>
</tr>

<tr class="line_holder">
<td class="old_line diff-line-num" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
41
</td>
<td class="new_line diff-line-num" data-linenumber="42" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
42
</td>
<td class="line_content noteable_line" style="background: #fff; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#fff"> <span class="line"></span>
</td>
</tr>

<tr class="line_holder">
<td class="old_line diff-line-num" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
42
</td>
<td class="new_line diff-line-num" data-linenumber="43" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
43
</td>
<td class="line_content noteable_line" style="background: #fff; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#fff"> <span class="line">def dist(ctx):</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
43
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">           from os import path</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
44
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">           from shutil import copyfile</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
45
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">           from os.path import exists</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
46
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">           import time</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
47
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line"></span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
48
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">           files_man = []</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
49
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line"></span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
50
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">           if not ctx.options.build_snapshot and not config["NTPS_RELEASE"]:</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
51
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">                   ctx.fatal('Please supply --build-snapshot or set config["NTPS_RELEASE"] = True')</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
52
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line"></span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
53
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">           if not config["NTPS_RELEASE"]:</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
54
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">                   ctx.fatal('config["NTPS_RELEASE"] must be set to True')</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
55
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line"></span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
56
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">           if exists("build/c4che/host_cache.py"):</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
57
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">                   from waflib.ConfigSet import ConfigSet</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
58
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">                   cset = ConfigSet()</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
59
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">                   cset.load("build/c4che/host_cache.py")</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
60
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">           else:</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
61
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">                   ctx.fatal("Please run 'waf configure' first.")</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
62
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line"></span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
63
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">           rev = cset.NTPS_REVISION[:7]</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
64
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">           timestamp = time.strftime("%Y-%m-%d_%H%M%S")</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
65
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line"></span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
66
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">           # XXX: Redo to not use globs.</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
67
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">           bldnode = ctx.path.make_node(out)</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
68
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">           for section in [1, 5, 8]:</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
69
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">                   files_man += bldnode.ant_glob("**/*.%d" % section)</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
70
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line"></span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
71
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">           # Need a more reliable check.</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
72
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">           if not files_man:</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
73
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">                   ctx.fatal("You must configure and build first with NTPS_RELEASE set to false")</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
74
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line"></span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
75
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">           for man in files_man:</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
76
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">                   src = man.abspath()</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
77
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">                   dst = src.replace("%s/main/" % bldnode.abspath(), "")</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
78
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">                   print "Copying %s -> %s" % (src, dst)</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
79
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">                   copyfile(src, dst)</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
80
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line"></span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
81
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">           files = [</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
82
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">                   ("build/host/ntpd/ntp_parser.tab.c", "ntpd/ntp_parser.tab.c"),</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
83
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">                   ("build/host/ntpd/ntp_parser.tab.h", "ntpd/ntp_parser.tab.h")</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
84
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">           ]</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
85
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line"></span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
86
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">           for src, dst in files:</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
87
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">                   if not path.exists(src):</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
88
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">                           ctx.fatal("%s doesn't exist please configure and build first.  NTPS_RELEASE must be set to False" % src)</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
89
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">                   print "Copying %s -> %s" % (src, dst)</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
90
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">                   copyfile(src, dst)</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
91
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line"></span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
92
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">           version = "%d.%d.%d" % (config["NTPS_VERSION_MAJOR"], \</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
93
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">                                           config["NTPS_VERSION_MINOR"], \</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
94
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">                                           config["NTPS_VERSION_REV"])</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
95
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line"></span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
96
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line"></span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
97
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">           if ctx.options.build_snapshot:</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
98
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">                   ctx.base_name = "ntpsec-%s-%s-%s" % (timestamp, version, rev)</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
99
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">           else:</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
100
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">                   ctx.base_name = "ntpsec-%s" % version</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
101
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line"></span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
102
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">           if ctx.options.build_version_tag:</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
103
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">                   ctx.base_name = "%s-%s" % (ctx.base_name, ctx.options.build_version_tag)</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
104
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line"></span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
105
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">           if ctx.options.build_snapshot:</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
106
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">                   with open("VERSION", "w") as fp:</span>
</td>
</tr>

<tr class="line_holder old">
<td class="diff-line-num old old_line" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
107
</td>
<td class="diff-line-num new_line old" data-linenumber="44" style="background: #fdd; border-color: #f1c0c0; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#fdd">
 
</td>
<td class="line_content noteable_line old" style="background: #ffecec; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#ffecec">-<span class="line">                           fp.write("%s %s %s\n" % (version, timestamp, rev))</span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="44" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
44
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   from pylib.dist import dist_cmd</span>
</td>
</tr>

<tr class="line_holder new">
<td class="diff-line-num new old_line" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
 
</td>
<td class="diff-line-num new new_line" data-linenumber="45" style="background: #dbffdb; border-color: #c1e9c1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#dbffdb">
45
</td>
<td class="line_content new noteable_line" style="background: #eaffea; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#eaffea">+<span class="line">   dist_cmd(ctx, config)</span>
</td>
</tr>

<tr class="line_holder">
<td class="old_line diff-line-num" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
108
</td>
<td class="new_line diff-line-num" data-linenumber="46" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
46
</td>
<td class="line_content noteable_line" style="background: #fff; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#fff"> <span class="line"></span>
</td>
</tr>

<tr class="line_holder">
<td class="old_line diff-line-num" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
109
</td>
<td class="new_line diff-line-num" data-linenumber="47" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
47
</td>
<td class="line_content noteable_line" style="background: #fff; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#fff"> <span class="line"></span>
</td>
</tr>

<tr class="line_holder">
<td class="old_line diff-line-num" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
110
</td>
<td class="new_line diff-line-num" data-linenumber="48" style="background: #faf9f9; border-color: #efeff1; border-right-width: 1px; border-style: none solid none none; color: rgba(0,0,0,0.3); font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; max-width: 50px; min-width: 35px; padding: 0px 5px; text-align: right; width: 35px" align="right" bgcolor="#faf9f9">
48
</td>
<td class="line_content noteable_line" style="background: #fff; border: none; color: #333; display: block; font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'DejaVu Sans Mono', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace; font-size: 13px; line-height: 1.5; margin: 0px; padding: 0px 0.5em; white-space: pre" bgcolor="#fff"> <span class="line">def options(ctx):</span>
</td>
</tr>

</table>
<br>
</li>

</div>
<div class="footer" style="margin-top: 10px">
<p style="color: #777; font-size: small">

<br>
<a href="https://gitlab.com/NTPsec/ntpsec/commit/9754e15990288da5d7ff2c66886b8de267c74076">View it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can
adjust your notification settings.

</p>
</div>
</body>
</html>