diff options
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 |