libremesh / lime-sdk

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

Replace lime-full metapackage with a list of packages in develop and master branch #101

Closed ilario closed 4 years ago

ilario commented 4 years ago

lime-full metapackage has been removed months ago (https://github.com/libremesh/lime-packages/pull/513) but it is still included in the lime_default flavor for the default lime-sdk branch (which is develop). It has to be replaced with lime-basic + a list of packages. In the master branch I already fixed this with #99

ilario commented 4 years ago

Seems that the "master" branch I fixed in #99 has been renamed to old_master ( WTF ) and the current master was renamed from another one. So that this problem is not fixed neither in the current master.

p4u commented 4 years ago

master lime-sdk branch was pointing to the old and outdated libremesh release which is not maintained . So I decided to remove the support to that release and support only the current master libremesh branch (which contains the last libremesh features).

If you want to maintain the support to the old libremesh release, let's do it in a branch named "release17.06". But from now on lime-sdk master branch will point to libremesh master branch.

Regarding the issue with lime-full, you'r right. It must be fixed in the new master branch.

ilario commented 4 years ago

This was fixed in 5d7d1bde6cf53f0030ff50a0a4e0496c4510758a for the master branch.