libremesh / lime-sdk

LibreMesh software development kit
http://libremesh.org/
GNU General Public License v3.0
50 stars 36 forks source link

use github servers instead of openwrts #60

Closed aparcar closed 6 years ago

aparcar commented 6 years ago

snippets: automatically create all repositories

aparcar commented 6 years ago

@p4u

aparcar commented 6 years ago

@G10h4ck

nicopace commented 6 years ago

is there a reason that motivates this change? If ain't broken, don't fix it? :)

aparcar commented 6 years ago

@nicopace It's kinda broken for the new CI. I want to dynamically add targets without having to fiddle with the cooker default targets. Anyway, I fixed it by not using the cooker which simplifies the whole setup.

nicopace commented 6 years ago

What is in cooker that is broken? it is important not to be broken, as it is the tool everyone uses! @aparcar Could you report that issue in https://github.com/libremesh/lime-sdk ?

aparcar commented 6 years ago

It's broken for the CI case, at least when I tried the openwrt servers started to block the cooker from downloading source from git.openwrt.org, thats why I created the previous PR.

Currently the cooker does not automatically replace outdated snapshot builds, also likely a special CI case.