Hi,
I think
1. the patch is broken because it's missing all punctuation marks and spaces;
2. what the patch is trying to do is already in Git tree that I don't quite
understand what you want to do.
At Sun, 13 Nov 2011 20:02:44 +0000,
Nicolas Bonnefon wrote:
>
> diff -ru cowdancer-0.65/cowbuilder.c cowdancer-0.65.new//cowbuilder.c
> --- cowdancer-0.65/cowbuilder.c2011-07-29 14:01:39.000000000 +0100
> +++ cowdancer-0.65.new//cowbuilder.c2011-11-13 19:16:54.356924971 +0000
> @@ -447,6 +447,16 @@
> pbuildercommandline[1]=login;
> PBUILDER_ADD_PARAM(--buildplace);
> PBUILDER_ADD_PARAM(pc->buildplace);
> + if (find_matching_param(--override-config))
> + {
> + if (pc->mirror)
> + {
> + PBUILDER_ADD_PARAM(--mirror);
> + PBUILDER_ADD_PARAM(pc->mirror);
> + }
> + PBUILDER_ADD_PARAM(--distribution);
> + PBUILDER_ADD_PARAM(pc->distribution);
> + }
> PBUILDER_ADD_PARAM(--no-targz);
> PBUILDER_ADD_PARAM(--internal-chrootexec);
> PBUILDER_ADD_PARAM(buf_chroot);
>
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]