Fork me on GitHub
#babashka
<
2022-02-03
>
Dig19:02:39

when running uberscript is it possible to tell bb to ignore bb.edn especially in current directory?

borkdude19:02:49

@i.slack Sure, just say --config some-other.edn

Dig19:02:32

nice looks like --config /dev/null works.

Dig19:02:00

i put an uberscript on the old host that only has jdk 1.7 and bb.edn got copied too, then i ran it it tried to run clojure.jar which gave "Unsupported major.minor version 52.0" java error, was quite confused

Dig19:02:45

oh, which version of bb introduced that --config option looks like v0.6.8 just ignores it?

borkdude19:02:59

pretty recent, somewhere in the 0.7.x series

Dig19:02:40

got it thank you, upgrading ... it is amazing that i cannot run 1.10 clojure on that host but can run bb with 1.11 functions!

šŸ˜ƒ 2
prepor19:02:08

Hi! I made a pod for garden (https://github.com/noprompt/garden) https://github.com/prepor/pod-babashka-garden/ What do you think, does such pod make sense or there are better options?

šŸŽ‰ 2
borkdude19:02:11

Hey @U052XKCCK - sure that's cool :)

borkdude19:02:33

But the namespace pod.*.garden, the * is your own org, babashka is reserved for pods made in the babashka org

borkdude19:02:54

After you fix this, feel free to add a manifest in the pod registry

prepor19:02:01

> But the namespaceĀ `pod..garden`, the is your own org, babashka is reserved for pods made in the babashka org oops, skipped this part by reading šŸ™‚ thank you

borkdude19:02:10

when releasing the binaries, try to add the os name (and version) in the filename and zip or tgz the releases (for Windows always use zip)