summaryrefslogtreecommitdiff
path: root/scripts/prep-librewolf-rpm.conf
blob: c4b42e4f4ba2264dd77b090296991f61c56ba05b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Config file for prep-librewolf-rpm.sh
# Configure these settings before running that script.

# Available options for DISTRO: fedora
DISTRO=${DISTRO:-'fedora'}
# current version of Firefox package in target distro
distro_firefox_release=${distro_firefox_release:-'6'}
# current version of Firefox, as defined by name of the orig tarball.
firefox_version=${firefox_version:-'88.0'}
settings_commit=${settings_commit:-'master'}
CI_PROJECT_DIR=${CI_PROJECT_DIR:-$(realpath $(dirname $0)/../)}
output_dir=${CI_PROJECT_DIR}/out
bgstack15