HTCondor Project List Archives



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Condor-devel] 7.6.0 tag moved -- instructions for getting the new one




All:

In the process of making the 7.6.0 release, I needed to move the tag, due to last minute surprises. Apparently, a git pull won't update tags. So, to get the new 7.6.0 tag, you must manually do the following

git tag -d V7_6_0
git fetch

That is all.

-Greg