added config check
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#!/bin/sh
|
||||
version=`head -n 1 VERSION`
|
||||
version=`head -n 1 ../../VERSION`
|
||||
revision=`git describe --always`
|
||||
echo "ebusd=${version}.${revision}" > versions.txt
|
||||
#TODO add calculation for config files
|
||||
echo "ebusd=${version},${revision}" > versions.txt
|
||||
files=`find config/ -type f -or -type l`
|
||||
../../src/lib/ebus/test/test_filereader $files|sed -e 's#^config/##' -e 's#^\([^ ]*\) #\1=#' -e 's# #,#g'|sort >> versions.txt
|
||||
|
||||
Reference in New Issue
Block a user