File: TODO

package info (click to toggle)
leafnode 1.11.8-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,524 kB
  • ctags: 577
  • sloc: ansic: 10,893; sh: 1,794; xml: 628; makefile: 279; perl: 84; sed: 4
file content (21 lines) | stat: -rw-r--r-- 957 bytes parent folder | download | duplicates (8)
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.