Bug 219345 - devel/gitlab-runner: fix home directory
Summary: devel/gitlab-runner: fix home directory
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-17 04:16 UTC by Alan Somers
Modified: 2017-07-19 16:59 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (swills)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alan Somers freebsd_committer freebsd_triage 2017-05-17 04:16:32 UTC
The UIDs file sets gitlab-runner's home directory to "/var/tmp/minio".  This seems to be a copy/paste error from the line above.  According to the docs at https://docs.gitlab.com/runner/install/freebsd.html , gitlab-runner does require a home directory.
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-07-19 16:58:24 UTC
A commit references this bug:

Author: swills
Date: Wed Jul 19 16:58:14 UTC 2017
New revision: 446208
URL: https://svnweb.freebsd.org/changeset/ports/446208

Log:
  Fix copy and paste error in gitlab-runner home dir

  PR:		219345
  Reported by:	asomers

Changes:
  head/UIDs
Comment 2 Steve Wills freebsd_committer freebsd_triage 2017-07-19 16:59:20 UTC
Fix committed, thanks for reporting.