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:
parent
f596702c5b
commit
f8849d7359
@ -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>
|
||||
|
@ -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) .
|
||||
|
Loading…
Reference in New Issue
Block a user