This commit is contained in:
Frans Kaashoek 2022-09-19 09:27:22 -04:00
parent 4d7493893d
commit dc9153fcb9

View File

@ -374,7 +374,7 @@ handin-check:
test "$$r" = y; \
fi
UPSTREAM := $(shell git remote -v | grep -m 1 "xv6-labs-2021" | awk '{split($$0,a," "); print a[1]}')
UPSTREAM := $(shell git remote -v | grep -m 1 "xv6-labs-2022" | awk '{split($$0,a," "); print a[1]}')
tarball: handin-check
git archive --format=tar HEAD | gzip > lab-$(LAB)-handin.tar.gz