I know this is rather subject to opinion but what are some good choices where on the file system to locate the source code of a build that the server builds (let's say it's a build/integration server)? E.g. there is /usr/src
but I think that is rather a conventional location for shell-related stuff (correct me if wrong). How about /usr/local/src
?
E.g. right now I check out foo (one of our apps we integrate) source code in /var/lib/foo
but I think that may be a misleading reference. Of course it doesn't matter for execution purposes but I am trying to get in line with the convetions.
/usr/local/src
for builds). – Stephen Kitt Jun 27 '18 at 15:12