Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-06-21 | abuild-fetch.c: remove saveas- syntax | tmpfile | 1 | -3/+0 | |
2016-05-20 | abuild-fetch: fix -Wformat-security warnings | Natanael Copa | 1 | -3/+3 | |
2016-05-16 | abuild-fetch: retry to create lock on ESTALE | Natanael Copa | 1 | -2/+10 | |
2016-03-10 | abuild-fetch: use _exit after execvp | Natanael Copa | 1 | -1/+1 | |
2015-10-08 | abuild-fetch: add missing header | Andrew Wilcox | 1 | -0/+1 | |
2015-08-26 | abuild: fix fetch lock file on nfs | Natanael Copa | 1 | -0/+194 | |
flock(2) on an NFS mount will on the server side convert the lock to a POSIX lock (fcntl(F_SETLK)). This means that abuild running on NFS server and client will create different locks and they will both try download same file at same time. We fix this by creating a small abuild-fetch application that will create a POSIX lock which works with NFS. |