diff options
author | 2022-11-21 00:02:37 +0000 | |
---|---|---|
committer | 2022-11-22 04:17:44 +0000 | |
commit | 8db9349ee61829e0f17a98619989f94238cafabb (patch) | |
tree | 70115e668cb751cb414b3d56d7044a3cc78fa978 | |
parent | general-concepts/ebuild-revisions: note that build failures may be a missing ... (diff) | |
download | devmanual-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.xml | 4 |
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> |