mirror of
https://github.com/grafana/grafana.git
synced 2025-01-19 13:03:32 -06:00
10 lines
219 B
Bash
Executable File
10 lines
219 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 rpmmacros ~/.rpmmacros
|
|
|
|
./sign_expect $GPG_KEY_PASSWORD dist/*.rpm
|