mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-12 10:04:14 +02:00
Fixed dev version string in Debian changelog.
This commit is contained in:
parent
2c48cf8d0d
commit
774b243719
@ -535,7 +535,7 @@ eval
|
||||
|
||||
# Update changelog to add experimental version
|
||||
fileStringWrite("${strBuildPath}/debian/changelog",
|
||||
"pgbackrest (${strVersionBase}-0." . ($bVersionDev ? 'D' : 'P') . strftime("%Y%m%e%H%M%S", gmtime) .
|
||||
"pgbackrest (${strVersionBase}-0." . ($bVersionDev ? 'D' : 'P') . strftime("%Y%m%d%H%M%S", gmtime) .
|
||||
") experimental; urgency=medium\n" .
|
||||
"\n" .
|
||||
' * Automated experimental ' . ($bVersionDev ? 'development' : 'production') . " build.\n" .
|
||||
|
Loading…
Reference in New Issue
Block a user