HTCondor Project List Archives



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

Re: [Condor-devel] [condor-fw] New 7.5.6 branch created



On 03/01/2011 02:09 PM, Cathrin Weiss wrote:
The new 7.5.6 branch has been created off of 7.6. Typically I would say
that it's open for business now -- but since the code freeze was at some
point last week, no more commits unless you discussed that with me (all
commits I know about should already be in).

Now, please delete your local 7.5.6 branch copies and check it out
freshly from the repo if you need it.

Thanks,
Cathrin

_______________________________________________
condor-fw mailing list
condor-fw@xxxxxxxxxxx
https://lists.cs.wisc.edu/mailman/listinfo/condor-fw

If you want to retrieve this branch without blowing away your git repository, do the following, assuming that origin points to the central repository: (As a sequence of bash commands)

git fetch origin
if test "$(git symbolic-ref -q HEAD)" == "refs/heads/V7_5_6-branch"; then
	git reset --hard origin/V7_5_6-branch
else
	git branch -M V7_5_6-branch origin/V7_5_6-branch
fi


--
Nathan Panike, nwp@xxxxxxxxxxx
Condor Project, University of Wisconsin, Madison
4280 Computer Sciences, (608)890-0032
Laboratory for Molecular and Computational Genomics
5445 Biotechnology Center, (608)890-0086