update the doc by replacing 9 => 10

This commit is contained in:
Sylvestre Ledru 2020-02-05 10:52:26 +01:00
parent 44aa60f621
commit b53eb4b9c5

8
debian/README vendored
View File

@ -9,7 +9,7 @@ The current snapshot release is maintained in the "snapshot" branch.
The easiest way to get all branches is probably to have one The easiest way to get all branches is probably to have one
clone per version: clone per version:
for f in 8 9 snapshot; do for f in 8 9 10 snapshot; do
git clone git@salsa.debian.org:pkg-llvm-team/llvm-toolchain.git -b $f $f git clone git@salsa.debian.org:pkg-llvm-team/llvm-toolchain.git -b $f $f
done done
@ -57,7 +57,7 @@ branch at
https://github.com/llvm/llvm-project/branches https://github.com/llvm/llvm-project/branches
you should use, you should use,
$ sh 9/debian/orig-tar.sh release/9.x $ sh 10/debian/orig-tar.sh release/10.x
To retrieve a specific release candidate, you can pass the branch name as the To retrieve a specific release candidate, you can pass the branch name as the
first argument, and the tag rc number as the second argument. For example, to first argument, and the tag rc number as the second argument. For example, to
@ -65,11 +65,11 @@ get the 9.0.1 release candidate rc3 at
https://github.com/llvm/llvm-project/tags https://github.com/llvm/llvm-project/tags
you should use, you should use,
$ sh 9/debian/orig-tar.sh 9.0.1 rc3 $ sh 10/debian/orig-tar.sh 10.0.1 rc3
For a stable release, the syntax is: For a stable release, the syntax is:
$ sh 9/debian/orig-tar.sh 9.0.0 $ sh 10/debian/orig-tar.sh 10.0.0
Additional maintainer scripts Additional maintainer scripts