[pony-build] Nose build-script problem fixed.

C. Titus Brown ctb at msu.edu
Wed Feb 24 09:21:11 PST 2010


On Wed, Feb 24, 2010 at 01:04:54AM -0600, Khushboo Shakya wrote:
> Seems like I put a wrong URL. Here is the correct one :)
> 
> http://github.com/kshakya/pony-build/tree/master/client/

Excellent!  It works for me -- I copied your build-nose.py script into my
master and pushed to github.com.

Could you grab my new master branch and make two changes, please?

  - first, rename the script to 'build-nose' rather than 'build-nose.py';

  - second, set the 'name' variable *in* the script to 'nose' rather than
    'build-nose'?

Then push this to your github account.

---

As a side note, before doing the above:

You're going to run into some problems with pushing/pulling branches, because I
chose to copy your file over rather than merging your branch; I did this
because there were a *lot* of additional changes in your branch that weren't
necessary any more for the build-nose functionality.  I'll explain in more
detail in another post (coming next) but here are some tips.

First, you might want to delete the various outdated branches (well,
all of them ;) on your github repo, now that I've merged things.  To do this,
do

   git push origin :master

iteratively replacing 'master' with all of the various branches you've
created... You don't *need* to do this but it will help keep your github
repo clean.

Second, you'll need to replace your local repositories, too.  One way to
do this is to clean up your github repo and then re-do a clone.  This is
the simplest way out ;).  You can *also* ask git to replace your current
master branch by doing something like

   % git fetch -ufv origin master:master

once you've cleaned up your github repo.

--

And congratulations ;)

thanks,
--titus
-- 
C. Titus Brown, ctb at msu.edu



More information about the pony-build mailing list