When making the daily tarball, the script daily_tarball_*.sh shall check the file configure.ac if the version information has the .master tag.
If .master is not present, send a notification email to the package maintainers.
Reason: Daily package build fails subsequently if .master is missing in configure.ac. The version can be built once and then will not work until the next release. This is because the version name is not set properly for the daily packages and thus the individual name cannot be set, resulting in a release-like package name which cannot be replaced automatically.
When making the daily tarball, the script
daily_tarball_*.shshall check the fileconfigure.acif the version information has the.mastertag.If
.masteris not present, send a notification email to the package maintainers.Reason: Daily package build fails subsequently if .master is missing in configure.ac. The version can be built once and then will not work until the next release. This is because the version name is not set properly for the daily packages and thus the individual name cannot be set, resulting in a release-like package name which cannot be replaced automatically.