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

Khushboo Shakya khusuz at gmail.com
Thu Feb 25 18:50:27 PST 2010


Hello Titus,

I have removed all the branches and made the changes.My recent push is under

http://github.com/kshakya/pony-build/tree/master/client/

Thanks

Khushboo


On Wed, Feb 24, 2010 at 11:21 AM, C. Titus Brown <ctb at msu.edu> wrote:

> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.idyll.org/pipermail/pony-build/attachments/20100225/65c8f2b0/attachment.htm>


More information about the pony-build mailing list