Custom Query (1145 matches)
Results (301 - 303 of 1145)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#409 | wontfix | ood-packages shouldn't require you to be debathena-root to work | geofft | |
Description |
There's a script "ood-packages" in the debathena locker that will give you a list of all packages with newer versions in SVN than in apt. It uses reprepro, which wants to be able to lock the apt repo while running, and therefore requires write bits on the apt repo. I'd probably use it more if I could run it unprivileged. |
|||
#413 | fixed | alpine-config: ${ATHENA_USER:-$USER} doesn't work | geofft | |
Description |
alpine implements its own ${foo:-bar} parsing that's nonrecursive, so if $ATHENA_USER is unset, you get an error message about not finding a literal $USER.mail.mit.edu. Perhaps we should fix this to be recursive, send the patch upstream, and Debathenify it, but among other concerns with this approach, that gets seriously in the way of the goal of stopping Debathenifying alpine and using the distro version (because we no longer need either the krb4 or Hesiod patches). We could also just try harder to make sure $ATHENA_USER is set no matter what. |
|||
#414 | fixed | mark firefox-extension compatible with 3.5 | rbasch | geofft |
Description |
Before Karmic releases, we should quickly check that there are no API changes we care about between Firefox 3.0 and 3.5 (or notice that there are, and take them into account), and mark our Firefox extension compatible with 3.5. |