On Thu, 29 May 2014 21:40:21 -0500
Dennis Gilmore <[email protected]> wrote:

> moving the workdir is needed as /tmp can be quite small with /tmp on tmpfs

ACK

other tools will need the same change


                Dan
 
> Signed-off-by: Dennis Gilmore <[email protected]>
> ---
>  builder/kojid | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/builder/kojid b/builder/kojid
> index f101e0f..14309bb 100755
> --- a/builder/kojid
> +++ b/builder/kojid
> @@ -3657,7 +3657,7 @@ def get_options():
>                  'log_level': None,
>                  'topdir': '/mnt/koji',
>                  'topurl': None,
> -                'workdir': '/tmp/koji',
> +                'workdir': '/var/tmp/koji',
>                  'pluginpath': '/usr/lib/koji-builder-plugins',
>                  'mockdir': '/var/lib/mock',
>                  'mockuser': 'kojibuilder',
> -- 
> 1.9.3
> 
> --
> buildsys mailing list
> [email protected]
> https://admin.fedoraproject.org/mailman/listinfo/buildsys
--
buildsys mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/buildsys

Reply via email to