build.sh: Add UNTANGLE_VERSION=${VERSION} to make
build.sh: Add UNTANGLE_VERSION=${VERSION} to make Every call to make needs to specify the UNTANGLE_VERSION, otherwise it'll download the latest tagged version in the background and try to build that.
View ArticleAdd ruby-sass to build requirements to see if that helps fix admin build
Add ruby-sass to build requirements to see if that helps fix admin build
View ArticlePut ruby-sass at the end of existing dependencies, to re-use as many …
Put ruby-sass at the end of existing dependencies, to re-use as many Docker layers as possible
View ArticleUse -m to pass arguments to OpenWRT's make calls
Use -m to pass arguments to OpenWRT's make calls
View ArticleAdd LC_ALL definition if not defined to avoid annoying perl warning
Add LC_ALL definition if not defined to avoid annoying perl warning
View ArticleMake sure "-v release" does what it advertises: use most recent tag i…
Make sure "-v release" does what it advertises: use most recent tag in each package
View ArticleBuild each feed from the same branch we're currently on
Build each feed from the same branch we're currently on
View ArticleDo not error out if a symbolic branch name can't be derived from the …
Do not error out if a symbolic branch name can't be derived from the current checkout
View Article[build] Let developers specify their own branches in the feed list
[build] Let developers specify their own branches in the feed list As an example, I wanted to test building the feeds from my "pyconnector" branch, and changed feeds.conf.mfw to use: src-git mfw...
View ArticlePerform manul, additional cleanup if explicitely requested
Perform manul, additional cleanup if explicitely requested
View ArticleOnly wipe out ./target after running make clean
Only wipe out ./target after running make clean
View Article