Clone without --depth 1

The background for this change was discussed on the HardenedBSD
irc channel. It is known to cause issues with pull later on,
due to hardware constraints on git.hardenedbsd.org.
This commit is contained in:
0x1eef 2023-01-25 16:13:32 -03:00
parent d72030f6bc
commit 08d97a33c4

View file

@ -73,7 +73,7 @@ clone() {
exit 1
fi
umask $clone_mask
git clone --depth 1 $ports_url $portzap_dir
git clone $ports_url $portzap_dir
else
echo "Permission denied."
fi