29 Jan
2018
29 Jan
'18
2:50 p.m.
Could you point me at the script you use to do the daily builds?
It's embedded in Jenkins build steps, so not easily linkable. However, the gist is:
export BUILD=daily-$(date +%Y%m%d) sed -i 's/^CHIRP_VERSION.*$/CHIRP_VERSION="'${BUILD}'"/' chirp/__init__.py
Something like that should be doable in any reasonable package system script.
--Dan