snap: Use interface names etc-gitconfig and gitconfig - hugo - [fork] hugo port for 9front
(HTM) git clone git@git.drkhsh.at/hugo.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
(DIR) commit fd3953c18cc198b9d8b6474173f6b5522b8d0e47
(DIR) parent 15463f835bbadd6f86158b83cb1499721ae2269f
(HTM) Author: Anthony Fok <foka@debian.org>
Date: Fri, 24 Jun 2022 00:59:37 -0600
snap: Use interface names etc-gitconfig and gitconfig
as recommended by @alexmurray to keep consistency with other snaps; see
https://forum.snapcraft.io/t/system-files-and-personal-files-request-for-hugo/30598/2
One closer step towards fixing #6226
Diffstat:
M snap/snapcraft.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
(DIR) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
@@ -18,16 +18,16 @@ package-repositories:
url: https://deb.nodesource.com/node_16.x
plugs:
- system-gitconfig:
+ etc-gitconfig:
interface: system-files
read:
- /etc/gitconfig
- user-gitconfig:
+ gitconfig:
interface: personal-files
read:
- $HOME/.gitconfig
- $HOME/.config/git/config
-
+
apps:
hugo:
environment: