* Remove dynamic memory usage from core * Refacor status check to use json pointers * Move access token to session * Remove code duplication * Fix compile warnings from rapidjson sources * Add 'interactive mode option to session configuration * Implement non interactive mode connector * Add 'non interactove' implementation * Apply rapidjson patch * Build on all cores * Rename build script * Split configure and build steps * Add scripts for building all images * Change bash to python for build scripts * Stop printing methods name in non interactive mode * Add trace log level, adn more params to init message * Fix build * Fix non interactive method selection and refactor vagrant files for debian like systems * Refactor log messages * Remove exces dependencies from vagrant configuration files * Fixed vagrantfiles * Added repo for rhel * Add nonInteractiveMode option * Added instalation script for pubkey * Fixed pubkey install script and postrm for rhel
32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
#####################################################################
|
|
# CentOS-Base.repo
|
|
#
|
|
# The mirror system uses the connecting IP address of the client and the
|
|
# update status of each mirror to pick mirrors that are updated to and
|
|
# geographically close to the client. You should use this for CentOS updates
|
|
# unless you are manually picking other mirrors.
|
|
#
|
|
# If the mirrorlist= does not work for you, as a fall back you can try the
|
|
# remarked out baseurl= line instead.
|
|
#
|
|
#
|
|
[centosApp]
|
|
name=CentOSApp-9
|
|
baseurl=https://yum.oracle.com/repo/OracleLinux/OL8/appstream/x86_64/
|
|
enabled=1
|
|
gpgcheck=0
|
|
gpgkey=http://mirror.centos.org/centos/8/os/x86_64/RPM-GPG-KEY-CentOS-8
|
|
[centosApp2]
|
|
name=CentOSApp-8
|
|
baseurl=https://yum.oracle.com/repo/OracleLinux/OL8/baseos/latest/x86_64/
|
|
enabled=1
|
|
gpgcheck=0
|
|
gpgkey=http://mirror.centos.org/centos/8/os/x86_64/RPM-GPG-KEY-CentOS-8
|
|
#[centosBase]
|
|
#name=CentOSBase-9
|
|
#baseurl=https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/
|
|
#enabled=1
|
|
#gpgcheck=0
|
|
#gpgkey=http://mirror.centos.org/centos/8/os/x86_64/RPM-GPG-KEY-CentOS-8
|
|
#####################################################################
|