mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
snap: Use interface names etc-gitconfig and gitconfig, Take 2
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
I neglected to make the rename of system-gitconfig → etc-gitconfig and
user-gitconfig → gitconfig to the apps.plugs section in commit fd3953c
,
hence this commit to fix the store upload scan failure:
interface 'system-gitconfig' not found in base declaration
interface 'user-gitconfig' not found in base declaration
unknown plugs interface name reference 'system-gitconfig'
unknown plugs interface name reference 'user-gitconfig'
Special thanks to Alex Murray and Igor Ljubuncic for approving the
system-files and personal-files request for Hugo.
Fixes #6226
This commit is contained in:
parent
d1278f696a
commit
5caed8a71f
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@ apps:
|
||||||
- home
|
- home
|
||||||
- network-bind
|
- network-bind
|
||||||
- removable-media
|
- removable-media
|
||||||
- system-gitconfig
|
- etc-gitconfig
|
||||||
- user-gitconfig
|
- gitconfig
|
||||||
|
|
||||||
parts:
|
parts:
|
||||||
git:
|
git:
|
||||||
|
|
Loading…
Reference in a new issue