Browse Source

Fixes signing of packages.

Signing was failing as the builds
were expected to run as ubuntu but
is run as root.

Closes #11686
Leonard Gram 7 years ago
parent
commit
3a48ea8dde
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/build/rpmmacros

+ 1 - 1
scripts/build/rpmmacros

@@ -1,4 +1,4 @@
 %_signature gpg
-%_gpg_path /home/ubuntu/.gnupg
+%_gpg_path /root/.gnupg
 %_gpg_name Grafana
 %_gpgbin /usr/bin/gpg