new download script and unable to get the right "dependencies"
-
Hai can someone give a tip on howto handle the
https://download.kopano.io/community/dependencies%3A/im not able to get it automaticly because the list is to long.
@fbartels any hints on this maybe?Its last part and i can update the version on github of my downloader.
I re-used the parts from the script from Zokradonh. ( the docker version )This is the line i currenty trying to use.
curl -s -S -L -d “action=get&items%5Bhref%5D=%2Fcommunity%2F$component%3A%2F&items%5Bwhat%5D=1” -H “Accept: application/json” https://download.kopano.io/community/dependencies:
only howto get the latest version out of that one.
(one better run in in console,lots of garbage otherwise in here.) -
Hi @thctlo,
the purpose of these archives is to have build dependencies for our internal test suite easily available. You don’t really need them unless you want to compile kopano-server yourself. The archives at https://download.kopano.io/community/core%3A/ contain everything you need to install the Kopano backend (plus some more).
-
@fbartels Thanks for the reply!!
Thats great, then i’ll update github soon then.
-
Latest script verion is 3.0.1
can be found here : https://github.com/thctlo/Kopano
Idea’s, improvements let me know.