forked from OwlCyberDefense/clip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CONFIG_REPOS
42 lines (38 loc) · 1.92 KB
/
CONFIG_REPOS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Copyright (C) 2011-2012 Tresys Technology, LLC
#
# Authors: Spencer Shimko <[email protected]>
#
# CLIP officially supports RHEL. If you choose to use CentOS it will probably
# work. There is guidance below for both.
#
# Basic instructions:
#
# This is the file where you configure yum repos. The packages found in these
# yum repos can be referenced from the kickstart files in
# ./kickstarts/<name>/<name>.ks. The packages from the repos below will be
# included in generated ISOs.
#
# Some basic repos *must* be available for CLIP itself. They are RHEL/CentOS,
# EPEL, and RHEL/CentOS Optional repos.
#
# Note that for now, these must be local repos. We plan on adding FTP/HTTP
# support in the future. One of the issues we are trying to wrap our heads
# around is ensuring we still version the packages used when rolling the
# builds. To do this with FTP/HTTP we would like to wget the packages when
# rolling the ISO. We do not want to just stick URLs into kickstarts
# because we lose the benefit of rigorously versioning the packages used.
# Anywho, we're thinking about it, but no timeline yet ;)
# A RHEL/CentOS repo must be available. Must be a local path (we use NFS mounts).
RHEL = /mnt/repos/rhel7/rhel-x86_64-server-7/Packages
#CentOS = /mnt/repos/centos/Packages
# NOTE: If using RHEL, *not CentOS*, you must provide the Optional repo.
# An RHEL Optional repo must be available. Must be a local path (we use NFS
# mounts).
RHEL_OPT = /mnt/repos/rhel7/rhel-x86_64-server-optional-7/Packages
# Packages from EPEL needed to build policy (python 3.4)
EPEL = /mnt/repos/epel/final
# NOTE: <= RHEL 5 requires BUILDGROUPS repo. RHEL 6 has the BUILDGROUPS stuff built-in.
# A groups repo must be available. Can be a local path or an http/ftp location.
# WARNING: The CLIP team is no longer testing or supporting RHEL 5 builds from this tree.
# It might work, but probably will not.
#buildgroups = /mnt/repos/buildgroups