2009-08-01

foxfirefey: A fox colored like flame over an ornately framed globe (Default)
[personal profile] foxfirefey2009-08-01 12:27 pm
Entry tags:

Using PyBugz to access our Bugzilla from the command line

Okay, so, I admit it, I'm kind of a command line lover. I've found this Python program that allows Bugzilla access from the command line, and so far have been liking it. I think [personal profile] sophie is considering installing it on the Dreamhack machine, too. A bit of a walkthrough is available after the cut.

More information )
foxfirefey: A fox colored like flame over an ornately framed globe (Default)
[personal profile] foxfirefey2009-08-01 02:29 pm
Entry tags:

Fixing the Perlbal cvs warnings

So, today I tried to sync code (I used a dws script) and got this error:

Mercurial directory 'perlbal' doesn't exist under /home/dw/cvs. Re-run vcv with --checkout for me to automatically get it for you.

I *think* I've fixed it by going into the cvs directory and:

rm -rf perlbal
vcv --checkout --conf=multicvs.conf

And then doing the regular sync. I'm posting about it in case anybody else is running into this issue. Relevant [site community profile] changelog entries: cloning Perlbal repository, so that this change could be made.