1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00

Remove patch directory before Debian package builds.

Patches should be merged into master before trying a new build after a release with patches.
This commit is contained in:
David Steele 2017-06-22 12:37:21 -04:00
parent f596702c5b
commit f8849d7359
2 changed files with 7 additions and 0 deletions

View File

@ -197,6 +197,10 @@
</release-bug-list>
<release-refactor-list>
<release-item>
<p>Remove patch directory before Debian package builds.</p>
</release-item>
<release-item>
<p>Combine hardlink and non/compressed in synthetic tests to reduce test time and improve coverage.</p>
</release-item>

View File

@ -561,6 +561,9 @@ eval
$oStorageBackRest->put("${strBuildPath}/debian/rules", $strRules);
}
# Remove patches that should be applied to core code
$oStorageBackRest->remove("${strBuildPath}/debian/patches", {bRecurse => true});
# Update changelog to add experimental version
$oStorageBackRest->put("${strBuildPath}/debian/changelog",
"pgbackrest (${strVersionBase}-0." . ($bVersionDev ? 'D' : 'P') . strftime("%Y%m%d%H%M%S", gmtime) .