commit 8e839f3b4912a02438523ac7256908a8f4ec252f from: Stefan Sperling via: Thomas Adam date: Thu May 25 11:33:07 2023 UTC gotd no longer uses chroot; remove comments suggesting otherwise commit - 72f5a11aff98b21aafaf38400707411549e7c12b commit + 8e839f3b4912a02438523ac7256908a8f4ec252f blob - 38259e224eecc4b0deaaaff9b35ca1c7e54810fb blob + 937680cd2632c134258ca22376a49cbf0aedf094 --- lib/got_lib_repository.h +++ lib/got_lib_repository.h @@ -31,7 +31,7 @@ #define GOT_PACK_CACHE_SIZE 32 /* - * While in gotd(8) chroot, a repository needs this many temporary files. + * An open repository needs this many temporary files. * This limit sets an upper bound on how many raw objects or blobs can * be kept open in parallel. */ @@ -81,7 +81,7 @@ struct got_repository { /* Open file handles for pack files. */ struct got_pack packs[GOT_PACK_CACHE_SIZE]; - /* Open file handles for storing temporary data in gotd(8) chroot. */ + /* Open file handles for temporary files. */ int tempfiles[GOT_REPO_NUM_TEMPFILES]; uint32_t tempfile_use_mask;