mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
update: move image RELEASE_CYCLE define to configure.ac
It should be more sensefull to set release cycle inside environment than hard coding inside neutrino code. Neutrino package version is not the same like image release cycle, therefore here it is separated from package info.
This commit is contained in:
@@ -297,7 +297,7 @@ void CImageInfo::InitInfoData()
|
||||
version_string += versionInfo.getDate();
|
||||
version_string += ")";
|
||||
}else
|
||||
printf("[CImageInfo]\t[%s - %d], WARNING! %s contains possible wrong version format, content = [%s]\n", __func__, __LINE__, VERSION_FILE, version_string.c_str());
|
||||
printf("[CImageInfo]\t[%s - %d], WARNING! %s contains possible wrong version format, content = [%s], internal release cycle [%s]\n", __func__, __LINE__, VERSION_FILE, version_string.c_str(), RELEASE_CYCLE);
|
||||
#endif
|
||||
struct utsname uts_info;
|
||||
|
||||
|
Reference in New Issue
Block a user