aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-11-21 00:02:37 +0000
committerSam James <sam@gentoo.org>2022-11-22 04:17:44 +0000
commit8db9349ee61829e0f17a98619989f94238cafabb (patch)
tree70115e668cb751cb414b3d56d7044a3cc78fa978
parentgeneral-concepts/ebuild-revisions: note that build failures may be a missing ... (diff)
downloaddevmanual-8db9349ee61829e0f17a98619989f94238cafabb.tar.gz
devmanual-8db9349ee61829e0f17a98619989f94238cafabb.tar.bz2
devmanual-8db9349ee61829e0f17a98619989f94238cafabb.zip
ebuild-maintenance/git: update grafted repo URL
Signed-off-by: Sam James <sam@gentoo.org> Closes: https://github.com/gentoo/devmanual/pull/306 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--ebuild-maintenance/git/text.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ebuild-maintenance/git/text.xml b/ebuild-maintenance/git/text.xml
index 411e406..8cdabde 100644
--- a/ebuild-maintenance/git/text.xml
+++ b/ebuild-maintenance/git/text.xml
@@ -90,9 +90,9 @@ graft it into the repository:
</p>
<pre>
-git remote add history https://anongit.gentoo.org/git/repo/gentoo/historical.git/
+git remote add history https://anongit.gentoo.org/git/archive/repo/gentoo-2.git
git fetch history
-git replace --graft 56bd759df1d0c750a065b8c845e93d5dfa6b549d history/master
+git replace --graft 56bd759df1d0c750a065b8c845e93d5dfa6b549d cvs-final-2015-08-08
</pre>
<p>