public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/codec/ghostscript-gpl-patches:index commit in: /
@ 2022-10-02  3:57 Sam James
  0 siblings, 0 replies; only message in thread
From: Sam James @ 2022-10-02  3:57 UTC (permalink / raw
  To: gentoo-commits

commit:     4373c50435683ddf8b3683c7cf50978f8486cec0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  2 03:57:30 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct  2 03:57:34 2022 +0000
URL:        https://gitweb.gentoo.org/proj/codec/ghostscript-gpl-patches.git/commit/?id=4373c504

README.md: update instructions

Signed-off-by: Sam James <sam <AT> gentoo.org>

 README.md | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 4b70c850..f0990fe0 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,11 @@
 ## Adding a new major version
 
 ```
-git checkout --orphan ghostscript-10
+# Old version: ghostscript-9.56.1
+# New version: ghostscript-10
+#
+# git checkout -b ghostscript-${NEW_VERSION} ghostscript-${OLD_VERSION}
+git checkout -b ghostscript-10 ghostscript-9.56.1
 git rm -rf .
 tar -xaf /tmp/ghostscript-10.0.tar.xz -C . --strip-components=1
 find . -name '.gitignore' -delete
@@ -33,10 +37,10 @@ tar -caf ghostscript-gpl-9.50-patchset-01.tar.xz patches/
 ## Re-spin patch set
 
 ```
-# After new version was imported and tagged as ghostscript-9.52,
-# start with checking out latest patch set
-git checkout ghostscript-9.50-gentoo
+# After new version was imported and tagged as ghostscript-10.0,
+# start with checking out latest patch set ghostscript-9.56-gentoo
+git checkout ghostscript-9.56-gentoo
 # Create a new branch for our new patch set
-git checkout -b ghostscript-9.52-gentoo
-git rebase --onto ghostscript-9 ghostscript-9.52
+git checkout -b ghostscript-10.0-gentoo
+git rebase ghostscript-10
 ```


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-10-02  3:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-02  3:57 [gentoo-commits] proj/codec/ghostscript-gpl-patches:index commit in: / Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox