keenerd / packer

Bash wrapper for pacman and AUR.
247 stars 48 forks source link

Warning if /tmp has no free space #151

Open levu42 opened 8 years ago

levu42 commented 8 years ago

If there is no free space in the tmp-directory packer is using, the only error you get is "curl(23) Failed writing body (X != Y)" with X and Y being numbers. Is it possible for packer to give a warning if there is no free space left? Maybe check it at least when packer is started, it doesn't have to checked all the time while packer is downloading files…