wwan_status: Encode iccid/imsi/imei/msisdn as strings
wwan_status: Encode iccid/imsi/imei/msisdn as strings These are huge numbers. If we encode them as ints, they may rollover and show up as negative numbers. The UI doesn't care if they are encoded as...
View ArticleMerge commit '8e4b788328b6fc693fd73a3dce17c75420d42c75'
Merge commit '8e4b788328b6fc693fd73a3dce17c75420d42c75'
View ArticleRestore mfw_build repository to, well, only containing build tool/scr…
Restore mfw_build repository to, well, only containing build tool/scripts... ... instead of the entire content of mfw_feeds
View ArticleRestore mfw_build repository to, well, only containing build tool/scr…
Restore mfw_build repository to, well, only containing build tool/scripts... ... instead of the entire content of mfw_feeds
View ArticleRecover sdwan-vbox-helper that got wiped out in earlier cleanup
Recover sdwan-vbox-helper that got wiped out in earlier cleanup
View ArticleMerge commit '4fe4c5498a3b9f04a39f37f3e823ed2180aeae5c'
Merge commit '4fe4c5498a3b9f04a39f37f3e823ed2180aeae5c'
View ArticleHardcoding release-1.1 in mfw_build's master copy of feeds.conf is te…
Hardcoding release-1.1 in mfw_build's master copy of feeds.conf is terribly wrong
View ArticleExpose ssh-agent inside build containers
Expose ssh-agent inside build containers Comment: MFW-877
View ArticleTell build.sh about github's SSH host key, and check ssh-agent
Tell build.sh about github's SSH host key, and check ssh-agent Comment: MFW-877
View ArticleUse sshagent Jenkins plugin to expose a specific global credential to…
Use sshagent Jenkins plugin to expose a specific global credential to our build process We could use Jenkins' core withCredentials() method instead, but that would require us to setup the agent...
View Article