UbuntuIRC / 2012 /11 /15 /#bzr.txt
niansa
Initial commit
4aa5fce
[08:58] <mgz> morning!
=== mmrazik is now known as mmrazik|lunch
[11:36] <jelmer> mgz!
[11:45] <mgz> jelmer! did you make it to the y-uk?
[11:46] <jelmer> mgz: I did! Sitting somewhere by the Thames at the moment (-:
[11:53] <fullermd> You gotta be more careful about your geography.
[11:53] <fullermd> I mean, King John once decided to just wander off and sit "somewhere" by the Thames, and look what happened to him.
[11:58] <jelmer> fullermd: He became King John just because he sat by the Thames? I wouldn't mind being King Jelmer.
[11:58] <jelmer> fullermd: Maybe I'm just not up-to-date on my British history.
[11:59] <fullermd> Nah, he ended up having to put his seal on some lot of nonsense that gave a bunch of losers immunity against his powers.
[12:00] <jelmer> I would never do that.
[12:03] <fullermd> Oh, sure, they all say that, but you march one little army into London...
=== mmrazik|lunch is now known as mmrazik
=== mmrazik is now known as mmrazik|otp
=== mmrazik|otp is now known as mmrazik
=== Guest75682 is now known as dpb___
[16:36] <delinquentme> OK. so I've got files that I added to .bzrignore ...
[16:36] <delinquentme> and they're somehow not being ignored ...
[16:36] <delinquentme> SO for things listed in .bzrignore ... does bzr read this file every time I run a $ bzr status ??
[16:37] <delinquentme> because I've committed the files I'd like ignored to .bzrignore in revno 154 ... but when i bzr status .. they still show up as modified
[16:39] <delinquentme> Shitbags...
[16:40] <delinquentme> I cant have a file in the repo which is listed in .bzrignore??
=== deryck is now known as deryck[lunch]
[17:42] <MANISHRW> Has anyone setup bazar on windows using python ??
[17:48] <MANISHRW> anyone ???
[17:52] <jelmer> MANISHRW: hi
[17:53] <jelmer> yes, there are installers for it
[17:55] <MANISHRW> hey jelmer, i installed it
[17:55] <MANISHRW> and i'm getting error when i'm trying to get new branch
[17:55] <MANISHRW> this is the error - "No valid trusted SSL CA certificates file set. See 'bzr help ssl.ca_certs' for more information on setting trusted CAs."
=== deryck[lunch] is now known as deryck
[17:57] <MANISHRW> any idea what should i do next ?
[17:57] <jelmer> MANISHRW: have you checked that help page?
[17:58] <MANISHRW> which help page ?
[17:58] <ScottK> 'bzr help ssl.ca_certs'
[17:58] <MANISHRW> i entered it
[17:59] <MANISHRW> it showed this
[17:59] <MANISHRW> Path to certification authority certificates to trust.
[17:59] <MANISHRW> This should be a valid path to a bundle containing all root Certificate
[17:59] <MANISHRW> Authorities used to verify an https server certificate.
[17:59] <MANISHRW> Use ssl.cert_reqs=none to disable certificate verification.
[18:15] <mortrca> I do not want search engines indexing my loggerhead site. Is it possible to drop a robots.txt file somewhere where loggerhead will include it in the web root?
=== yofel_ is now known as yofel
[18:58] <MANISHRW> can anyone help me out
[19:48] <mortrca> Anyone know how this can be done?
[19:49] <mortrca> Or if it can be?
[20:02] <LarstiQ> mortrca: just a sec
[20:03] <LarstiQ> mortrca: I don't know how you have set things up, but for my trac on Apache site I do <LocationMatch "^/(?!trac/|robots.txt|custom.css)">
[20:04] <LarstiQ> mortrca: and then have a robots.txt in the DocumentRoot
[20:05] <LarstiQ> mortrca: so with loggerhead something like that would be the first thing I try, have the webserver serve up content for /robots.txt instead of directing to loggerhead
=== jordan_ is now known as jordan
[20:53] <MANISHRW> how do i make ssl.cert_reqs to none
[20:53] <MANISHRW> help please