<div dir="ltr">Maybe when we tag a release in Superbuild we modify the verions.cmake to point to tarballs for just that tag. That allows people to be able to replicate the release without having to do anything. </div><div class="gmail_extra">

<br><br><div class="gmail_quote">On Wed, May 1, 2013 at 12:07 PM, Utkarsh Ayachit <span dir="ltr">&lt;<a href="mailto:utkarsh.ayachit@kitware.com" target="_blank">utkarsh.ayachit@kitware.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

You can do the following:<br>
<br>
&gt; edit the versions.cmake file<br>
&gt; in there, you&#39;ll find a stub like so<br>
<br>
add_revision(paraview<br>
  GIT_REPOSITORY git://<a href="http://paraview.org/ParaView.git" target="_blank">paraview.org/ParaView.git</a><br>
  GIT_TAG &quot;master&quot;)<br>
<br>
Change that to  something as follows:<br>
add_revision(paraview<br>
  URL &lt;path to paraview tar ball or url&gt;<br>
  URL_MD5 &lt;md5sum for the tar ball&gt;)<br>
<br>
I think I want to add some mode for this, but I&#39;m not sure what tar<br>
ball it should point to and what MD5SUM it should use. Maybe I can<br>
provide cmake options to set the two? What do you think?<br>
<br>
Utkarsh<br>
<div><div class="h5"><br>
<br>
On Wed, May 1, 2013 at 11:36 AM, Angelini, Richard C (Rick) CIV USARMY<br>
ARL (US) &lt;<a href="mailto:richard.c.angelini.civ@mail.mil">richard.c.angelini.civ@mail.mil</a>&gt; wrote:<br>
&gt; Is there a way to tell the SuperBuild process to not look for software<br>
&gt; updates using GIT?     I doing a build on a system that doesn&#39;t have public<br>
&gt; network access and I&#39;m actually dying on a complaint about my instance of<br>
&gt; git being too old.  However, I have already copied in the sources, so I<br>
&gt; don&#39;t want it looking for updates anyway.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; ________________________________<br>
&gt; Rick Angelini<br>
&gt;<br>
&gt; USArmy Research Laboratory<br>
&gt; CISD/HPC Architectures Team<br>
&gt; Building 120 Cube 315<br>
&gt; Phone:  <a href="tel:410-278-6266" value="+14102786266">410-278-6266</a><br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</blockquote></div><br></div>