1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
- properly update copyright dates from commit logs, based on this boilerplate:
# new boilerplate:
./git-commityears.sh 'Matthias Andree' $(find . \( -name .git -o -name build\* -o -name autobuild \) -prune -or \( -type f -print \) | sort -f | xargs egrep -il '(C)|Copyright' ) | grep -v :\ $
# old garbage:
for i in $(find . -type f -print) ; do
echo "$(git log -n1 --pretty=tformat:%ci $i) $i $(egrep -qi '(C)|copyright' $i && echo UPDATE)"
done | grep '^[^ ].*UPDATE'
- debug delaybody. I tried to echo number of full article to an
interesting.groups file, fetchnews retrieved the body, but later
complained about missing Xref header when updating active file.
- check if noactive now works properly: heeded all times except if
fetchnews -f is used
- check if noactive can cause groupinfo to disappear and if so, fix
- fetchnews -x 12345 is clamped by maxfetch=1000. Meaning that you
cannot easily fetch larger archives in steps.
|