This repository contains Top BDII configuration files.
BDII documentation is available at gridinfo documentation site.
On RHEL-based systems, it's possible to install packages from EGI UMD packages. The packages are build from this repository, and tested to work with other components part of the Unified Middleware Distribution.
On CentOS 7, some dependencies are in EPEL.
The Makefile allows building source tarball and packages.
The required build dependencies are:
- rpm-build
- yum-utils
# Checkout tag to package
$ git clone https://github.com/EGI-Foundation/bdii-config-top.git
$ cd bdii-config-top
$ git checkout X.X.X
# Building in a container
$ docker run --rm -v $(pwd):/source -it quay.io/centos/centos:7
[root@8a9d60c61f42 /]# cd /source
[root@8a9d60c61f42 /]# yum install -y rpm-build yum-utils
[root@8a9d60c61f42 /]# yum-builddep -y bdii-config-top.spec
[root@8a9d60c61f42 /]# make rpm
The RPM will be available into the build/RPMS
directory.
This procedure is not for production deployment, please consider using packages.
- Build dependencies: None
- Runtime dependencies: bdii.
Get the source by cloning this repository and do a make install
.
- Prepare a changelog from the last version, including contributors' names
- Prepare a PR with
- Updating version and changelog in
- Merge the PR, then tag and release a new version
- GitHub Actions build and attach packages to the release page
This work started under the EGEE project, and CERN hosted and maintained it for a long time. This is now hosted here on GitHub, maintained by the BDII community with support of members of the EGI Federation.