From 1dd4a4fd28f8eabc2a4dbc844d5cc27c67c1d1a0 Mon Sep 17 00:00:00 2001 From: Hans-Christian Noren Egtvedt Date: Thu, 12 May 2022 11:00:25 +0200 Subject: 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 --- maintainer/manage-packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'maintainer') diff --git a/maintainer/manage-packages.sh b/maintainer/manage-packages.sh index c370719b..928455a0 100755 --- a/maintainer/manage-packages.sh +++ b/maintainer/manage-packages.sh @@ -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. -- cgit v1.2.3