update upstream git url

This commit is contained in:
Ximin Luo 2020-09-04 17:27:26 +01:00
parent 5dee6353b3
commit b81b8ba349

View File

@ -11,7 +11,7 @@ Updating the package
- In ``rust.git`` run ``debian/rules update-version`` as normal. - In ``rust.git`` run ``debian/rules update-version`` as normal.
- Look at ``debian/control`` and get the commit hash from Build-Depends-Indep - Look at ``debian/control`` and get the commit hash from Build-Depends-Indep
- commit=<THE COMMIT HASH YOU GOT> - commit=<THE COMMIT HASH YOU GOT>
- git remote add upstream https://github.com/CraneStation/wasi-sysroot || true - git remote add upstream https://github.com/WebAssembly/wasi-libc || true
- git fetch upstream && git checkout upstream-orig && git reset --hard "$commit" && git push origin - git fetch upstream && git checkout upstream-orig && git reset --hard "$commit" && git push origin
- git checkout master && uscan --verbose - git checkout master && uscan --verbose
- gbp import-orig ../wasi-libc_0.0~git*.$commit.orig.tar.xz - gbp import-orig ../wasi-libc_0.0~git*.$commit.orig.tar.xz