aboutsummaryrefslogtreecommitdiff
path: root/ipasam.example
blob: cf54e5c3332816fa60dedf51ea7a442d77fef02d (plain)
1
2
3
4
5
6
7
8
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
bgstack15