cornell-c2s2/c2s2_ip

IP_USED created by checking open branches

Closed this issue · 2 comments

IP_USED = $(shell git pull -q; git branch -a | grep -cm 1 ${IP_NAME})

Correct me if I'm wrong here, but IP_USED looks at open branches to check if the IP already exists, but when branches are merged to main they will automatically be deleted. Instead, we should probably list folders within the src directory to check if IP already exists.

@Aidan-McNay Sorry forgot to @ you here.

Yup, you're right, that slipped my mind :') - thanks!