kconkas / dxspider-deployment

DX Spider Deployment (Amateur Radio)
Apache License 2.0
18 stars 10 forks source link

Switch DXSpider to mojo branch #8

Open magicbug opened 2 years ago

magicbug commented 2 years ago

Hi @kconkas

I'm wanting to upgrade my DXSpider install to the mojo branch to make use of the skimmer functions, is the best way to fork and edit the Dockerfile for the different branch or is their an easier way

Peter.

kconkas commented 1 year ago

@magicbug apologies for belated reply, for some reason I never got the original notification. Yes, you can fork and edit the Dockerfile but I'd also like to take a look at the mojo branch and potentially make an image out of it. Any ideas where I can find some documentation about it?

9M2PJU commented 2 months ago

How to update the dx spider inside your docker?

9M2PJU commented 2 months ago

@magicbug apologies for belated reply, for some reason I never got the original notification. Yes, you can fork and edit the Dockerfile but I'd also like to take a look at the mojo branch and potentially make an image out of it. Any ideas where I can find some documentation about it?

git://scm.dxcluster.org/scm/spider

git reset --hard $SPIDER_VERSION && git pull && git checkout --track -b mojo origin/mojo