From 46634af240f2028a30fce1ce27adb2eee3cb0133 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Fri, 2 Dec 2022 19:11:28 +0000 Subject: [PATCH] Update .local/share/chezmoi/home/.chezmoi.yaml.tmpl, .local/share/chezmoi/home/private_dot_config/ghorg/conf.yaml.tmpl Deleted .local/share/chezmoi/home/dot_local/.config/symlink_taskfiles --- .local/share/chezmoi/home/.chezmoi.yaml.tmpl | 1 + .local/share/chezmoi/home/dot_local/.config/symlink_taskfiles | 3 --- .../chezmoi/home/private_dot_config/ghorg/conf.yaml.tmpl | 4 ++-- 3 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 .local/share/chezmoi/home/dot_local/.config/symlink_taskfiles diff --git a/.local/share/chezmoi/home/.chezmoi.yaml.tmpl b/.local/share/chezmoi/home/.chezmoi.yaml.tmpl index 31aeb490..79499f11 100644 --- a/.local/share/chezmoi/home/.chezmoi.yaml.tmpl +++ b/.local/share/chezmoi/home/.chezmoi.yaml.tmpl @@ -203,6 +203,7 @@ data: githubUsername: "{{ $githubUsername }}" locale: "{{ $locale }}" timezone: "{{ $timezone }}" + holdSudoPrivileges: true CLOUDFLARE_USERNAME: "{{ $cloudflareUsername }}" CLOUDFLARE_ACCESS_KEY_ID: "{{ $cloudflareAccessKeyId }}" CLOUDFLARE_SECRET_ACCESS_KEY: "{{ $cloudflareSecretAccessKey }}" diff --git a/.local/share/chezmoi/home/dot_local/.config/symlink_taskfiles b/.local/share/chezmoi/home/dot_local/.config/symlink_taskfiles deleted file mode 100644 index 9ad0c3e7..00000000 --- a/.local/share/chezmoi/home/dot_local/.config/symlink_taskfiles +++ /dev/null @@ -1,3 +0,0 @@ -{{- if true -}} -{{ .chezmoi.homeDir }}.local/src/shared-common/common/.config/taskfiles -{{- end -}} \ No newline at end of file diff --git a/.local/share/chezmoi/home/private_dot_config/ghorg/conf.yaml.tmpl b/.local/share/chezmoi/home/private_dot_config/ghorg/conf.yaml.tmpl index cd11ba99..71594f4b 100644 --- a/.local/share/chezmoi/home/private_dot_config/ghorg/conf.yaml.tmpl +++ b/.local/share/chezmoi/home/private_dot_config/ghorg/conf.yaml.tmpl @@ -24,7 +24,7 @@ GHORG_ABSOLUTE_PATH_TO_CLONE_TO: /srv/repos # See https://github.com/gabrie30/ghorg#changing-clone-directories for example # default: org/user you are cloning, e.g. 'ghorg clone kubernetes' would create a kubernetes directory inside your ghorg directory # flag (--output-dir) eg: --output-dir=testing -GHORG_OUTPUT_DIR: megabyte-labs +# GHORG_OUTPUT_DIR: # Type of entity to clone (user or org) # flag (--clone-type, -c) eg: --clone-type=user @@ -161,7 +161,7 @@ GHORG_GITLAB_TOKEN: {{ .user.GITLAB_READ_TOKEN }} # clones repos in a directory structure that matches gitlab namespaces eg company/unit/subunit/app would clone into ghorg/org/unit/subunit/app # flag (--preserve-dir) -GHORG_PRESERVE_DIRECTORY_STRUCTURE: false +GHORG_PRESERVE_DIRECTORY_STRUCTURE: true # Skip TLS certificate verification for hosted gitlab instances # flag (--insecure-gitlab-client)