Commit graph

201 commits

Author SHA1 Message Date
Jason Tibbitts
f5f479719d Fix typo on index template 2012-06-13 09:40:15 -05:00
Jason Tibbitts
cf741d5690 Use 2.6-compatible syntax 2012-06-12 22:20:12 -05:00
Jason Tibbitts
22f4f9b773 Cleanup and lift common code 2012-06-12 21:51:01 -05:00
Jason Tibbitts
0a5f752f24 Add currently under review report 2012-06-12 21:04:09 -05:00
Jason Tibbitts
a3f2a25f7b Remove errant debugging stuff 2012-06-12 20:40:18 -05:00
Jason Tibbitts
ee7cc18808 Add trivial ticket report 2012-06-12 20:34:39 -05:00
Jason Tibbitts
dfcc4dfd71 Add an EPEL ticket report 2012-06-12 20:02:05 -05:00
Jason Tibbitts
059144a9ac Add bugzilla query time 2012-06-12 16:32:02 -05:00
Jason Tibbitts
74eb9e40a3 Don't query closed bugs; huge speedup. 2012-05-30 14:44:45 -05:00
Jason Tibbitts
d394e3b751 Update obsolete branch for F-17 release. 2012-05-29 10:42:51 -05:00
Jason Tibbitts
de72ee5760 Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure 2012-04-27 17:34:07 -05:00
Jason Tibbitts
d881582d49 Allow less confrontational "AwaitingSubmitter". 2012-04-27 17:33:39 -05:00
Jon Ciesla
c63918b932 Added a note about checking existing branches. I'll
see if I can make headway on that.
2012-04-26 12:55:12 -05:00
Jason Tibbitts
4cd4c5d848 Fix errant message from logger. 2012-04-25 18:04:33 -05:00
Jon Ciesla
c210ddbff8 Add option to open BZ in browser, to speed up closer inspection. 2012-03-30 12:23:33 -05:00
Jon Ciesla
7099e54c23 Don't accept new EL-4 branches. 2012-03-30 11:48:34 -05:00
f46c938a12 Had to update a few conditions since the json response is different now 2012-02-06 20:49:01 -06:00
135c1df697 Updated mediawiki auth_fas plugin to allow email addresses as login (infra #3080) 2012-02-06 12:52:20 -06:00
Jason Tibbitts
74e6ff59f1 F14 no longer accepts new branches. 2011-11-09 09:58:08 -06:00
094c93a604 Update license to GPLv2 or later 2011-07-01 11:20:02 -07:00
6c2daab0b9 Update from puppet:
Do not create new packages with a trailing /master in branch names.
    The new git branching setup doesn't work with this.
2011-07-01 11:09:52 -07:00
Jason Tibbitts
cdfb9dc2f3 Add more warnings.
Add warnings for new package requests:
  fedora-review flag is not set to '+'
  Ticket is not assigned to anyone.
2011-06-24 10:34:16 -05:00
Jason Tibbitts
11b13f8fa1 Seems vi is in /bin, not /usr/bin. 2011-05-31 00:40:04 -05:00
Jason Tibbitts
566451b295 Remove more debugging cruft. 2011-05-25 11:52:17 -05:00
Jason Tibbitts
678deb93f5 Remove debugging prints. 2011-05-25 11:50:45 -05:00
Jason Tibbitts
d1f6a2f647 Force-remove F-13 from valid branch list.
Since f15 is out, we no longer allow F-13 branches.  Remove it from the
valid list.
2011-05-25 11:24:55 -05:00
Jason Tibbitts
3e1c769439 Remove the fixups for "f12" and "f13".
We no longer accept F-12 or F-13 branches so remove the conversions from
"f12" and "f13" to "F-12" and "F-13", respectively.
2011-05-25 11:19:15 -05:00
Jon
d1e5c04b7d Add various distgit scripts 2011-05-08 13:45:07 -04:00
Jason Tibbitts
9965e2d3d1 Stringify package name before calling pkgdb
If python-bugzilla hands us back unicode, we'll have the package name in
a unicode string (even though it will only ever have ascii characters).
Passing this to python-fedora causes pycurl to blow
up.
2011-04-29 11:02:19 -05:00
Jason Tibbitts
15b389eeb5 Switch to a regexp for finding requests in comments
Previously looked for the reqest strings anywhere in the comment, but
this breaks if someone quotes a request for some reason.
Switch to using a regexp instead.
2011-04-18 12:55:50 -05:00
Jason Tibbitts
8751ac45eb Fix crash on change request for nonexistent package. 2011-04-11 15:06:22 -05:00
Jason Tibbitts
261efdd6e6 Forgot to delete a temp file. 2011-03-25 10:08:09 -05:00
Jason Tibbitts
f65d9b36f2 Handle initial commit properly. 2011-03-24 14:05:14 -05:00
Jason Tibbitts
466e29c326 Assign positional args to named vars. 2011-03-24 14:02:58 -05:00
Jason Tibbitts
024f665e91 Reorder declared variables. 2011-03-24 14:01:53 -05:00
Jason Tibbitts
0c95eecc27 Don't open-code the zero hash. 2011-03-24 14:01:03 -05:00
Jason Tibbitts
d954f53142 Initial commit
Initial checkin of an update hook for preventing checkins of large files
or archives.
2011-03-24 13:49:25 -05:00
Jason Tibbitts
8ba7b7364b Add hitlist of bad reviewers. 2011-01-27 09:25:04 -06:00
Jason Tibbitts
1c2eb3e72e Fix typo in epel_ok list. 2011-01-25 09:05:06 -06:00
Jason Tibbitts
3af7d62c90 Better handle odd InitialCC formats
Handle "foo,bar,baz" as well as other combinations of spaces and commas.
2010-12-23 10:34:00 -06:00
Jason Tibbitts
eb9054310d Be more lenient when parsing ticket summaries. 2010-11-30 09:12:55 -06:00
Jason Tibbitts
84f27b5ed9 Add FE-BUNDLEDLIBS tracker.
Hide tickets from view when blocking the FE-BUNDLEDLIBS tracker.
2010-11-30 09:00:40 -06:00
Jason Tibbitts
c3b5f79919 Fix typo: "FEATURR". 2010-11-30 08:33:21 -06:00
Jason Tibbitts
318462b67a Add tracker for reviews blocking accepted features.
These tickets should appear in red on the main review ticket page.
2010-11-30 08:27:56 -06:00
Jason Tibbitts
fff5874451 Fix possible ignoring of owner or CC warnings.
If the only warnings were due to bad owners or CC's, the script failed
to force acceptance of them before proceeding.
2010-11-15 09:28:42 -06:00
Jason Tibbitts
1c15576907 Add StalledSubmmitter whiteboard status.
Support adding StalledSubmitter to the whiteboard to hide the package
from the queue; this makes it easy to drop stalled reviews out of the
queue and to query and mass-close them later.
2010-11-13 11:09:26 -06:00
Jason Tibbitts
a23a6f6d04 Change default editor to /usr/bin/vi
vim might not be installed for whatever odd reason, so fall back to vi.
2010-10-13 13:16:15 -05:00
Jason Tibbitts
6846f2a586 Attempt to handle misformatted change requests
For whatever reason some folks put "Branches" instead of "New Branches"
in their change requests.  Try to handle this better, but I don't think
it's working properly yet.
2010-10-13 13:12:55 -05:00
Jason Tibbitts
703371fab6 Avoid proxy errors from bugzilla due to timeouts
Split the query we use to see if dependencies are in CLOSED state into
500-bug chunks to avoid confusing bugzilla.
2010-10-13 07:28:13 -05:00
Jason Tibbitts
4c3251878d Handle change requests for nonexistent packages
Try to handle the case where we get a change request for a package that
does not exist in pkgdb.  Gives more complaints than necessary but at
least doesn't backtrace.
2010-10-05 08:47:57 -05:00