Re: help with dist-git

2011-01-05 Thread Curtis Doty
Yesterday Roland McGrath said: But then that breaks simple things that (mostly) worked with the old cvs/Makefile system. fedpkg prep Traceback (most recent call last): ... git.errors.GitCommandError: 'git config --get branch.resurrect.merge' returned exit status 1: Do

Re: Firewall

2010-12-17 Thread Curtis Doty
Monday Jeff Raber said: On 12/09/2010 09:00 PM, Curtis Doty wrote: Why must statefull connection tracking be imposed on every Fedora user? Don't get me wrong. I use netfilter all the time and love it. And it's good to install the userland iptables tools and a simple firewall by default

Re: Firewall

2010-12-09 Thread Curtis Doty
Yesterday Miloslav Trma said: Curtis Doty píÿÿe v St 08. 12. 2010 v 01:02 -0800: Monday Miloslav Trma said: Just disable the firewall and you'll get pretty much equivalent functionality. How? Now that the filter table and stateful connection tracking, aren't modules anymore. They now

Re: Firewall

2010-12-08 Thread Curtis Doty
Monday Miloslav Trma said: Just disable the firewall and you'll get pretty much equivalent functionality. How? Now that the filter table and stateful connection tracking, aren't modules anymore. They now appear to be built monolithic into the Fedora kernel. ../C -- devel mailing list

Re: using anonymous git

2010-12-08 Thread Curtis Doty
Sunday Curtis Doty said: 8:08pm Ricky Zhou said: On 2010-12-05 04:56:36 PM, Curtis Doty wrote: But the equivalent 'git pull' doesn't work as I'd expect. It appears the clone -B option above sets the wrong non-anonymous url inside each branch. Am I missing something? Nope, looks like you

using anonymous git

2010-12-05 Thread Curtis Doty
Catching up on the new paradigm...after a bit of tinkering, I've finally found the new git'fied: fedpkg clone -a -B foo equivalent to the old: cvs -qd:pserver:anonym...@cvs.fedoraproject.org:/cvs/pkgs co foo But alas, after I have my anonymous clone, I cannot update it with

Re: using anonymous git

2010-12-05 Thread Curtis Doty
8:08pm Ricky Zhou said: On 2010-12-05 04:56:36 PM, Curtis Doty wrote: But the equivalent 'git pull' doesn't work as I'd expect. It appears the clone -B option above sets the wrong non-anonymous url inside each branch. Am I missing something? Nope, looks like you found a bug. Here's a patch