docs.ubports.com icon indicating copy to clipboard operation
docs.ubports.com copied to clipboard

refactor: MAJOR refactor/beautify of build.sh

Open grenudi opened this issue 1 year ago • 3 comments

IMPORTANT note: I removed the ability to pass UBPORTSDOCSENV straight after ./build.sh like so:

./build.sh ~/ubportsdocsenv/ 

now it's:

./build.sh --env ~/ubportsdocsenv/ 

or for the full output like before it's now:

./build.sh --env ~/ubportsdocsenv/ --verbose

image

image

image

image

image

grenudi avatar Dec 19 '24 00:12 grenudi

i think i need to find a better use of my spare time x`) ...

grenudi avatar Dec 19 '24 00:12 grenudi

@grenudi maybe have a look at update_translations.sh script. Looks like as if it started as a copy/paste of an older build script. By now it's diverged a lot and with your change would diverge more. Maybe this could be added here instead with a --translation option or something

doniks avatar Dec 29 '24 08:12 doniks

@grenudi maybe have a look at update_translations.sh script. Looks like as if it started as a copy/paste of an older build script. By now it's diverged a lot and with your change would diverge more. Maybe this could be added here instead with a --translation option or something

ty, I will look into it

grenudi avatar Dec 29 '24 15:12 grenudi