aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Add documentation for skein(7) and skein-infra(8)0.1.0Wynn Wolf Arbor2020-05-28-1/+192
|
* skein-infra: Rename mount point to repos.availWynn Wolf Arbor2020-05-28-4/+4
| | | | | | | | Users might easily confuse the per-instance repos/ directory with the mount point that contains all available repositories for a given user. Therefore, be more clear about the purpose of the mount point and rename it.
* skein-infra: Rename instances/ to home/Wynn Wolf Arbor2020-05-28-3/+3
| | | | | | The instances/ directory does not directly contain user instances (but instead directories for each user owning at least one instance), so use home/ as a more fitting name.
* Makefile: Install skein-infra into sbin/ instead of libexec/Wynn Wolf Arbor2020-05-27-1/+2
| | | | | Since system administrators might want to call this utility manually, install it into sbin/ instead of libexec/.
* cgit-chroot: Rename to skein-infraWynn Wolf Arbor2020-05-27-16/+16
| | | | | | | | | Be more clear about the purpose of this script and rename it to "skein-infra" since users might expect a program carrying "chroot" in its name to enter or otherwise manage a chroot. Additionally, use a consistent format for the environment variables controlling the locations of the cgit chroot and git repositories.
* cgit-chroot: Add usageWynn Wolf Arbor2020-05-27-1/+7
|
* Remove project directory from LIBEXECDIRWynn Wolf Arbor2020-05-27-3/+3
| | | | | | LIBEXECDIR is used to give the location of the libexec directory and is not supposed to contain project-specific paths. Remove /skein from the variable such that users can modify LIBEXECDIR more freely.
* Remove reference to Gentoo LinuxWynn Wolf Arbor2020-05-27-1/+1
| | | | | skein does not (yet) contain any Gentoo-specific bits, so remove the reference for now.
* Initial import0.0.1Wynn Wolf Arbor2020-05-27-0/+173