Commit graph

14 commits

Author SHA1 Message Date
Gavin Atkinson
fc37cb633c In query-pr.cgi, stop linking to cvsweb.cgi as it no longer exists. 2014-08-16 21:07:09 +00:00
Gavin Atkinson
90dc95bf1a The canonical form of links to Bugzilla should be http://bugs.FreeBSD.org .
Correct case and schema.
2014-07-30 22:55:12 +00:00
Peter Wemm
993f4b49cb Fix "print (...) interpreted as function" 2014-07-18 03:47:21 +00:00
Warren Block
b6ade22d89 Be more specific about which PR is current and which is historical. 2014-06-18 19:50:52 +00:00
Peter Wemm
170f31c141 Place a link to the bugzilla version of each PR at the top of the page so
that folks arriving from mail archive links have a clear location to go.
2014-06-09 00:30:05 +00:00
Peter Wemm
930b896503 Skip offering a search form on a non-existing PR lookup. 2014-06-09 00:12:19 +00:00
Peter Wemm
8063ec8fcf Fix syntax error in previous commit. 2014-06-08 18:22:28 +00:00
Eitan Adler
9e14a35364 During the temporary period, make it more obvious that this script is old and
incomplete.
2014-06-08 17:11:06 +00:00
Eitan Adler
d56abb52df During the temporary period, make it more obvious that this script is old and
incomplete.

It needs to live for debugging, while people ensure that their bugs are correct.
this has already caught issues.  Eventually it will turn into a proper redirect
for any old bugs, and a warning for newer IDs.
2014-06-08 08:17:34 +00:00
Eitan Adler
23936b73d6 During the temporary period, drop the footer on the gnats PRs. 2014-06-08 08:02:42 +00:00
Eitan Adler
d02894ff5e During the temporary period, drop the footer on the gnats PRs. 2014-06-08 08:00:18 +00:00
Chris Rees
391471e01f Trailing newlines are stripped from any attachments to PRs. This is a problem
commonly manifested by distinfo updates, where the file ends up without a
newline.  Newer versions of GNU patch also choke on such patches.

There is probably a more elegant solution than this, but given that GNATS
is not going to be with us for too long, we can rely on the behaviour of tools
to ignore any trailing newlines if they are added incorrectly [patch, shar].

http://lists.freebsd.org/pipermail/svn-ports-all/2013-February/012069.html

Anyone who can show that adding extra newlines to attachments causes breakage
is welcome to comment.

Bug noticed by:	ak, dougb
Approved by:	maintainer timeout (shaun, five months, multiple emails)
2013-02-18 20:56:52 +00:00
Hiroki Sato
35babe0ae5 - Set svn:ketwords and svn:mime-type. Note that application/octet-stream is
set on some files as a workaround for binary check.
- Fix pathname for svn co in the webupdate script.

Approved by:	doceng (implicit)
2012-05-17 19:12:14 +00:00
Hiroki Sato
282a032540 - Remove junk directories.
- Repocopy from www/<lang> to head/<lang>/htdocs to eliminate duplicate
  information in the www and the doc directory.
- Add various administration files to svnadmin.
 
Approved by:	doceng (implicit)
2012-05-17 02:51:08 +00:00