Hello Titus,<div><br></div><div>I have removed all the branches and made the changes.My recent push is under</div><div><br></div><div><a href="http://github.com/kshakya/pony-build/tree/master/client/">http://github.com/kshakya/pony-build/tree/master/client/</a></div>
<div><br></div><div>Thanks</div><div><br></div><div>Khushboo</div><div><br></div><div><br><div class="gmail_quote">On Wed, Feb 24, 2010 at 11:21 AM, C. Titus Brown <span dir="ltr">&lt;<a href="mailto:ctb@msu.edu">ctb@msu.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Wed, Feb 24, 2010 at 01:04:54AM -0600, Khushboo Shakya wrote:<br>
&gt; Seems like I put a wrong URL. Here is the correct one :)<br>
&gt;<br>
&gt; <a href="http://github.com/kshakya/pony-build/tree/master/client/" target="_blank">http://github.com/kshakya/pony-build/tree/master/client/</a><br>
<br>
</div>Excellent!  It works for me -- I copied your build-nose.py script into my<br>
master and pushed to <a href="http://github.com" target="_blank">github.com</a>.<br>
<br>
Could you grab my new master branch and make two changes, please?<br>
<br>
  - first, rename the script to &#39;build-nose&#39; rather than &#39;build-nose.py&#39;;<br>
<br>
  - second, set the &#39;name&#39; variable *in* the script to &#39;nose&#39; rather than<br>
    &#39;build-nose&#39;?<br>
<br>
Then push this to your github account.<br>
<br>
---<br>
<br>
As a side note, before doing the above:<br>
<br>
You&#39;re going to run into some problems with pushing/pulling branches, because I<br>
chose to copy your file over rather than merging your branch; I did this<br>
because there were a *lot* of additional changes in your branch that weren&#39;t<br>
necessary any more for the build-nose functionality.  I&#39;ll explain in more<br>
detail in another post (coming next) but here are some tips.<br>
<br>
First, you might want to delete the various outdated branches (well,<br>
all of them ;) on your github repo, now that I&#39;ve merged things.  To do this,<br>
do<br>
<br>
   git push origin :master<br>
<br>
iteratively replacing &#39;master&#39; with all of the various branches you&#39;ve<br>
created... You don&#39;t *need* to do this but it will help keep your github<br>
repo clean.<br>
<br>
Second, you&#39;ll need to replace your local repositories, too.  One way to<br>
do this is to clean up your github repo and then re-do a clone.  This is<br>
the simplest way out ;).  You can *also* ask git to replace your current<br>
master branch by doing something like<br>
<br>
   % git fetch -ufv origin master:master<br>
<br>
once you&#39;ve cleaned up your github repo.<br>
<font color="#888888"><br>
--<br>
<br>
And congratulations ;)<br>
<br>
thanks,<br>
</font><div><div></div><div class="h5">--titus<br>
--<br>
C. Titus Brown, <a href="mailto:ctb@msu.edu">ctb@msu.edu</a><br>
</div></div></blockquote></div><br></div>