From 47f59a5bad636ff35c2ffd0a94b8ad234f471652 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Fri, 6 May 2022 09:59:41 -0400 Subject: initial commit --- ipasam.example | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ipasam.example (limited to 'ipasam.example') 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 -- cgit