Don Armstrong wrote:
Are we ever planning on supporting the static pages again? Should we
just shoot them and put them out of their misery permanently?
If we do ever support them, it probably makes sense to regenerate them
by doing:
lock-bts
# updated changed bugs
find spool/db-h -name '*.status' -newer spool/last-html-update |
while read a; do
bugreport.cgi $a > html/bugs/${a}.html
done
touch spool/last-html-update
# update all packages, etc
...
unlock-bts
That doesn't seem terribly hard to manage. I don't see much argument
either for or against.
Cheers,
aj
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]