Custom Query (1145 matches)
Results (82 - 84 of 1145)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#127 | fixed | debathenificator can't deal with +'s in package versions | broder | |
Description |
Alpine has a + in the package version, which ends up getting used as a regex metacharacter in the dpkg-awk line near the end of debathenificator.sh. This means that debathenify-alpine always tries to build a new package, even if there's already one with the same version number. |
|||
#147 | wontfix | athdir doesn't work in compatibility mode (ie: linuxbin) | jdreed | |
Description |
athdir -t bin -p /mit/joeuser -l Should display a list of possible bin directories, ending with /mit/joeuser/linuxbin. Instead it ends with /mit/joeuser/%mbin. This has been broken on Linux under Athena 9 for who knows how long. (See bugs[27293]). We should either fix it, or punt support for ancient bindirs. Either is fine with me, and I'd be slightly in favor of punting, because: a) then athdir should no longer care about $ATHENA_HOSTTYPE, and we can remove that from init/cshrc; b) Nothing in "linuxbin" directories is likely to work anyway. |
|||
#150 | fixed | Tab completion for athrun | broder | |
Description |
It shouldn't be too hard to write-up tab completion for the the second (and subsequent) argument(s) to athrun. We should write it up and drop it in /etc/bash_completion.d |