YunoHost / package_check

Shell script which check package actions: install, remove, upgrade, backup, restore…
GNU General Public License v3.0
21 stars 26 forks source link

Buster support #69

Closed JimboJoe closed 3 years ago

JimboJoe commented 4 years ago

Sorry for that noobish question: how do we instantiate an alpha buster LXC container (DISTRIB AND BRANCH setting?). Is it possible to have 2 concurrent containers to alternate stretch/buster tests? Thanks!

maniackcrudelis commented 4 years ago

That's actually quite easy. You just have to set DISTRIB= to buster (for the minimal installation of the container). And BRANCH= to the branch of the YunoHost install script, currently buster-unstable. That's all.

It was possible to have 2 different containers, but this feature has been quite drop since a while. You can still have a look to https://github.com/YunoHost/CI_package_check/blob/master/auto_build/CI_auto_build.sh Also, using a different bridge, name and IP is probably enough to run 2 containers. You can change it into the config file.

alexAubin commented 3 years ago

Closing because that's fixed