Custom Query (196 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (136 - 138 of 196)

Ticket Resolution Summary Owner Reporter
#83 fixed scripts should provide access to python 2.6 mitchb quentin
Description

scripts should provide a python 2.6 that users can choose. Fedora isn't going to ship one until Fedora 11. Here are geofft's notes from RT #793441 about trying to use the python locker's version:

I've installed zlib.i386, but that seems not to have entirely helped, since the C _hashlib implementation doesn't want to play with Fedora (even if I install openssl.i386), and the pure Python hashlib implementation seems broken in the locker. I think the best solution for right now is to get a build of Python 2.6 that works with scripts (e.g., is 64-bit) in the locker; I'll look into this.

I've contacted python@ to ask them about a 64-bit build and will update the ticket here with their reply.

#82 fixed path varies between interactive and web server contexts mitchb
Description

(as reported by geofft in RT #760351 --mitchb)

/usr/kerberos/bin is in my interactive path, but not the script path, which caused my script to spew unhappy errors when trying to kinit from a web request.

Relatedly, I don't think you can get addressless krb4 tickets. We should figure out a way to let cronjobs be run on all servers instead of just the primary.

-- Geoffrey Thomas geofft@…

#78 fixed git push to git:// hangs geofft
Description
[remote "scripts"]
        url = git://barnowl.mit.edu/barnowl
        fetch = +refs/heads/*:refs/remotes/origin/*
[remote "github"]
        url = git://github.com/nelhage/barnowl.git
        fetch = +refs/heads/*:refs/remotes/origin/*

vinegar-pot:~/owl geofft$ git push github
fatal: protocol error: expected sha/ref, got '
*********'

You can't push to git://github.com/user/repo.git
Use git@github.com:user/repo.git

*********'
vinegar-pot:~/owl geofft$ git push scripts

Hangs forever. Figure out how github gives a friendly error, and what friendly error we should give, and do so.

Note: See TracQuery for help on using queries.