[pony-build] Nose dbsqlite problems

C. Titus Brown ctb at msu.edu
Sun Apr 4 20:38:20 PDT 2010


On Sun, Apr 04, 2010 at 10:25:54PM -0500, Khushboo Shakya wrote:
> Based on the conversation we had on chat, I did a clone in my C directory
> this time. And I did a git status immediately after I did the clone but it
> still tells me that dbsqlite.py and style.css has been modified. Here is the
> part of the command line.

Hey, look at that -- you found a bug in git!  It's doing something funny
with dbsqlite and style.css on Windows!

Yeargh.

OK, well, hmm, what to do...

The first thing to do (relevant to pony-build and build-nose) is to
make the nose-specific changes and just commit them.  It sounds like
what you've been doing all along is basically right, so just modify
the commit statement to

   git commit -m "nose build script" client

rather than 'git commit -am'.  This should commit just the nose changes
without the other annoying changes.  Then push that (as before, to a
new branch, like 'titus3') and let me know.

If you can try upgrading git to see if the new version(s) have the same
problem, that'd be great, too.  Otherwise I'll have to delve into those
files to figure out what the problem is -- it's not immediately obvious
to me (not end-of-line issues, not unicode issues... so what is it!?)

thanks,
--titus

> Khushboo at KHUSHBOO-PC /c/pb
> $ git status
> fatal: Not a git repository (or any of the parent directories): .git
> 
> Khushboo at KHUSHBOO-PC /c/pb
> $ cd pony-buils
> sh.exe": cd: pony-buils: No such file or directory
> 
> Khushboo at KHUSHBOO-PC /c/pb
> $ cd pony-build
> 
> Khushboo at KHUSHBOO-PC /c/pb/pony-build (master)
> $ ls
> IDEAS  README.html  README.txt  bin  client  examples  pony_build  setup.py
> 
> Khushboo at KHUSHBOO-PC /c/pb/pony-build (master)
> $ git status
> # On branch master
> # Changed but not updated:
> #   (use "git add <file>..." to update what will be committed)
> #   (use "git checkout -- <file>..." to discard changes in working
> directory)
> #
> #       modified:   pony_build/dbsqlite.py
> #       modified:   pony_build/web/templates/style.css
> #
> no changes added to commit (use "git add" and/or "git commit -a")
> 
> Khushboo at KHUSHBOO-PC /c/pb/pony-build (master)
> $
> 
> Thanks
> 
> Khushboo

> _______________________________________________
> pony-build mailing list
> pony-build at lists.idyll.org
> http://lists.idyll.org/listinfo/pony-build


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



More information about the pony-build mailing list