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

Bug#24564: Are we ever going to support the static pages again?



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




Reply to: