fossasia / meilix-generator

WebApp for generating a custom ISO image based on Meilix http://meilix.org
GNU Lesser General Public License v3.0
1.53k stars 113 forks source link

Added post information for feature toggles to add various features to meilix - (Solves- #400) #411

Closed pranav1698 closed 5 years ago

pranav1698 commented 5 years ago

Checklist

Short description of what this resolves:

This adds information for the features toggles, and stores them in a features array This features array is then send to the build server.

Changes proposed in this pull request:

Fixes #400

tabesin commented 5 years ago

Please use a more simple naming scheme than "Generator_*" that should then match the environment variables in https://github.com/fossasia/meilix/blob/master/build.sh

pranav1698 commented 5 years ago

Ok @tabesin, I am going with FEATURE* for a meilix feature, and PACKAGE* for a package to be installed in the ISO

pranav1698 commented 5 years ago

Or we can go with something like SWITCH_ON_* and INSTALL_*

pranav1698 commented 5 years ago

@tabesin please review now