mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-21 09:21:52 +00:00
Create unified diff when refreshing patch files in manage-packages.sh
The unified diff patch format will contain slightly more information, which is helpful when rebasing patches to new releases. Signed-off-by: Hans-Christian Noren Egtvedt <hegtvedt@cisco.com>
This commit is contained in:
parent
4ad0620fcd
commit
1dd4a4fd28
@ -204,7 +204,7 @@ update_patches()
|
||||
# By now we know we have a non-empty set of patches
|
||||
CT_DoExecLog ALL quilt --quiltrc - import "${p}"
|
||||
CT_DoExecLog ALL quilt --quiltrc - push
|
||||
CT_DoExecLog ALL quilt --quiltrc - refresh -p ab --no-timestamps --no-index --diffstat
|
||||
CT_DoExecLog ALL quilt --quiltrc - refresh -p ab -u --no-timestamps --no-index --diffstat
|
||||
done
|
||||
# Now publish the patches back into the package's directory, renumbering them
|
||||
# in the process.
|
||||
|
Loading…
x
Reference in New Issue
Block a user