Custom Query (1145 matches)
Results (130 - 132 of 1145)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1328 | fixed | pidgin-wrapper and evolution-wrapper and gconfd-2-wrapper FTBFS on raring | jdreed | |
Description |
It used the obsolete divert.mk. Fixed in r25934 and friends. |
|||
#1327 | duplicate | Trac's login button should redirect properly | adehnert | |
Description |
If I go to http://debathena.mit.edu/trac/, open some ticket, and click "login", I get sent back to the http://athena10.mit.edu/trac/. I should stay at the same ticket. The easiest answer might be to just always redirect http://debathena.mit.edu/trac/ to the athena10 version? |
|||
#1325 | fixed | Rewrite attachandrun in python | achernya | |
Description |
attachandrun.c is a horrible bit of C that tries to do things that are like subprocess.open(). To make matters worse, it links against libathdir, for no good reason, when you can just do athdir locker -t bin to get the same effect, and the code already does fork. Instead of keeping it around, just move to Python, as this will be shorter, and prettier. |