This patch adds a 'koji-helper' setuid program which implements the
following methods:
* koji-helper rmrf
removes everything under , inclusive . It does not cross
filesystem borders
* koji-helper rmtree
removes everything under , but not itself. It does not cross
filesystem bo
This patch adds support for building from git:// respositories. It is used
like
koji call build 'git://?#'
The repository specified above must have the following layout:
/
|- common/
| `- .git/
|- ...
|-
| `- .git/
|- ...
This means that every package is hold in an own git repositor
On Fri, 2007-09-07 at 16:35 +0900, pochi_ken wrote:
>
> I made yum-3.2.4-2 based fix file.
> yum-3.2.1/3.2.2/3.2.4 have same problem.
> New ISOs made that include New RPMS files at pungi or revisor, but
> during installation process exception error occured.
>
> Apply patch to yum/yumRepo.py
>
>