diff options
author | B. Stack <bgstack15@gmail.com> | 2022-05-06 09:59:41 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-05-06 09:59:41 -0400 |
commit | 47f59a5bad636ff35c2ffd0a94b8ad234f471652 (patch) | |
tree | 64e7c65831571ab974ec8abe25d63b06fa19e587 /ipasam.example | |
download | ipasam-47f59a5bad636ff35c2ffd0a94b8ad234f471652.tar.gz ipasam-47f59a5bad636ff35c2ffd0a94b8ad234f471652.tar.bz2 ipasam-47f59a5bad636ff35c2ffd0a94b8ad234f471652.zip |
initial commit
Diffstat (limited to 'ipasam.example')
-rw-r--r-- | ipasam.example | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ipasam.example b/ipasam.example new file mode 100644 index 0000000..cf54e5c --- /dev/null +++ b/ipasam.example @@ -0,0 +1,9 @@ +# File: ~copruser/.config/ipasam +# Project: update-ipasam-rpm +# Usage: dot-sourced by update-ipasam-rpm.sh +# Path to web directory that contains ipa-server-trust-ad rpm files. Have to do it this way because ipa-server-trust-ad package is in different dnf module than what this server uses so it is not visible from dnf. +mirror_path="http://www.example.com/mirror/almalinux/8/AppStream/x86_64/os/Packages/" +# Url of ipasam.spec template file +spec_url="https://gitlab.com/bgstack15/ipasam/-/raw/master/ipasam.spec" +# COPR project name, under your username +coprrepo=stackrpms |