File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3737# `updpkgsums` requires the bare clone `msys2-runtime` to exist
3838git init --bare msys2-runtime &&
3939git --git-dir=msys2-runtime config remote.origin.url https://github.com/cygwin/cygwin &&
40+ git --git-dir=msys2-runtime fetch --tags https://github.com/cygwin/cygwin &&
4041
41- git init --bare src/msys2-runtime &&
42+ git clone --bare msys2-runtime src/msys2-runtime &&
4243git --git-dir=src/msys2-runtime config remote.origin.url https://github.com/git-for-windows/msys2-runtime &&
4344# pretend to be a partial clone
4445git --git-dir=src/msys2-runtime config remote.origin.promisor true &&
@@ -53,7 +54,6 @@ previous_commit="$(cat msys2-runtime.commit)" && {
5354
5455# update pkgver if needed
5556update_pkgver= &&
56- git --git-dir=src/msys2-runtime fetch --tags https://github.com/cygwin/cygwin &&
5757pkgver=$( git --git-dir=src/msys2-runtime describe --match=' cygwin-[0-9]*' " $revision " ) &&
5858pkgver=${pkgver# cygwin-} &&
5959pkgver=${pkgver%% -* } &&
You can’t perform that action at this time.
0 commit comments