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 112 forks source link

This adds option for choice of processor using the 64bit support toggle - (Solves- #409) #410

Closed pranav1698 closed 5 years ago

pranav1698 commented 5 years ago

Checklist

Short description of what this resolves:

This adds an option for choice of processor(64bit or 32bit) using the bit support toggle Now, we can add an option on the build scripts in the main repo for 32bit or 64bit support

Changes proposed in this pull request:

Fixes #409

pranav1698 commented 5 years ago

Hosted site: https://shielded-coast-16793.herokuapp.com/

pranav1698 commented 5 years ago

@tabesin we can ignore the codacy error, it will not effect the working of the webapp and I think it is a good practise to having spaces between defining the variables, Also, I am taking that the default version is 32bit for this pr, whereas we are using the 64bit as default for the meilix main repo, so I think 64bit should be considered as default

tabesin commented 5 years ago

yes 64 bit as default. Also for the normal build run without webapp trigger.

pranav1698 commented 5 years ago

@tabesin, That is been taken care in the meilix repo opened a pr for that: https://github.com/fossasia/meilix/pull/422 I will update for 64bit as default

pranav1698 commented 5 years ago

@tabesin please review now

pranav1698 commented 5 years ago

@rpotter12 I have rebased my heroku master branch as I have started working on other issue Please merge it the functionality remains the same for the generator

pranav1698 commented 5 years ago

Conflicts resolved @tabesin please merge