Fork me on GitHub
#boot
<
2017-01-11
>
alandipert04:01:11

> Ring 1.5.1 released to fix path traversal vulnerability

seancorfield06:01:10

(hmm, I thought I'd only muted this channel -- didn't realize I'd left it!)

naomarik11:01:39

how would I set print-namespace-maps value to false? (set! *print-namespace-maps* false) doesn’t actually keep it false once I have a repl up

Alex Miller (Clojure team)13:01:00

It will in the stock Clojure repl from clojure.main. However other repls may not set that up properly

naomarik14:01:29

yeah I saw your conversation with eggsyntax and figured to ask in this channel

dominicm15:01:46

Did anyone ever write down a more secure way to store CLOJARS_{USER,PASS} than env variables in bootlaces https://github.com/adzerk-oss/bootlaces ?

dominicm15:01:15

thinking maybe gpg encrypted file like lein uses.

mattyulrich20:01:47

Hey all - having some issue with boot on the work network. I keep getting a cert error (SunCertPathBuilderException: unable to find valid certification path to requested target) when trying to run/upgrade/etc. - I think it’s while trying to connect to github.

mattyulrich20:01:54

Often we have a cert interception policy here at work, so I need to replace the cert in my local keystore with one provided from our interception utility; but in this case it seems github is clear with a valid cert so I’m not sure what’s up.

mattyulrich20:01:30

Is there a way I can just turn off the cert validation for boot to see if it can get all it needs and then I can try and identify where it’s going for things?

michael.heuberger22:01:27

hello folks - does anyknow know how i can copy some dependencies manually in a boot task?

michael.heuberger22:01:53

this for rpm generation? it’s a special case here. these dependencies aren’t required in the app but are dynamically loaded during runtime