aboutsummaryrefslogtreecommitdiff
path: root/copr.example
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-05-06 09:59:41 -0400
committerB. Stack <bgstack15@gmail.com>2022-05-06 09:59:41 -0400
commit47f59a5bad636ff35c2ffd0a94b8ad234f471652 (patch)
tree64e7c65831571ab974ec8abe25d63b06fa19e587 /copr.example
downloadipasam-47f59a5bad636ff35c2ffd0a94b8ad234f471652.tar.gz
ipasam-47f59a5bad636ff35c2ffd0a94b8ad234f471652.tar.bz2
ipasam-47f59a5bad636ff35c2ffd0a94b8ad234f471652.zip
initial commit
Diffstat (limited to 'copr.example')
-rw-r--r--copr.example9
1 files changed, 9 insertions, 0 deletions
diff --git a/copr.example b/copr.example
new file mode 100644
index 0000000..3159ee5
--- /dev/null
+++ b/copr.example
@@ -0,0 +1,9 @@
+# File: ~copruser/.config/copr
+# Project: update-ipasam-rpm
+[copr-cli]
+login = ligoajgowkjoglwigj3r
+username = yourcoprusername
+token = bojwioqk2baondkrpowiwknaktokit
+copr_url = https://copr.fedorainfracloud.org
+# expiration date: 2022-11-01
+# https://copr.fedorainfracloud.org/api/
bgstack15