<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d"><br>
<br>
</div>seems to address this adequately (at least for Fedora).<br>
<br>
Okay, well... I guess I'll take a look at adding variable support to the<br>
config file then =)  I could use a regex to do this but I'm thinking of<br>
using the string.Template module... this would require at least Python<br>
2.4... would there be any complaints about that?<br>
<font color="#888888"><br>
Cliff<br>
<br>
</font></blockquote></div><br>I wouldn't mind it just being handled like Yum does.  <br><br><div style="margin-left: 40px;">mirrorlist="<a href="http://mirror.centos.org/centos/$releasever/centosplus/$basearch">http://mirror.centos.org/centos/$releasever/centosplus/$basearch</a>"<br>
<br>or<br><br>mirrorlist="<a href="http://mirror.centos.org/?release=$releasever&arch=$basearch&repo=$centosplus">http://mirror.centos.org/?release=$releasever&arch=$basearch&repo=$centosplus</a><br></div>
<br>How does apt handle this? <br><br>Grant<br>