mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 12:14:08 -06:00
10 lines
219 B
Bash
10 lines
219 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
git clone git@github.com:torkelo/private.git ~/private-repo
|
||
|
|
||
|
gpg --allow-secret-key-import --import ~/private-repo/signing/private.key
|
||
|
|
||
|
cp rpmmacros ~/.rpmmacros
|
||
|
|
||
|
./sign_expect $GPG_KEY_PASSWORD dist/*.rpm
|