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