You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
302 B

#!/bin/bash
set -ue
mkdir -p ~/.config
cat >~/.config/copr <<EOF
[copr-cli]
login = $copr_login
username = koalillo
token = $copr_token
copr_url = https://copr.fedorainfracloud.org
EOF
mkdir -p target
cargo rpm build
copr-cli build bitwarden_rs target/release/rpmbuild/SRPMS/bitwarden_rs*.src.rpm