HTCondor Project List Archives



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

[Condor-devel] Tickets in 7.7.2



Dear colleagues:

I ran the following:

git --no-pager log origin/master --not V7_7_0 1e01956987 V7_6_3 | \
sed -n '/#[0-9]\+/{s/^.*\(#[0-9]\+\)/\1\n/p}' | grep '#' | \
sort -u | \
while read ticket; do \
	git tag --contains $(git --no-pager log --pretty=format:'%H%n' --grep="$ticket" origin/master -1) | \
	grep -q V7_7_1 || echo "$ticket"
done 

and got the following list of tickets that seem like they should be in 7.7.2:

#1285 #2057 #2060 #2122 #2165 #2197 #2299 #2337 #2354 #2364 #2366 #2367 #2375
#2382 #2389 #2402 #2403 #2412 #2417 #2432 #563

(A couple of these are actually in 7.6..., and #2122 is in 7.7.1, but got in
this list because I referenced it in #2057)  Several of them were missing
"Fixed" versions which I "fixed" in gittrac; apologies if I did not do it
correctly.  Anyway, you might want to check if a ticket above is yours to see
that everything is squared away.

Nathan Panike