Skip to main content

Build packages

Project description

DLRN builds and maintains yum repositories following OpenStack upstream commit streams. (DLRN is not an acronym or an abbreviation, and it can be pronounced “dee el arr en”.)

Documentation is available at http://dlrn.readthedocs.org/en/latest/

Setup

# yum install git createrepo python-virtualenv mock gcc \
              redhat-rpm-config rpmdevtools httpd libffi-devel \
              openssl-devel yum-utils

Add the user you intend to run as to the mock group and login again.

$ git clone https://github.com/softwarefactory-project/DLRN.git

If you want to serve the built packages and the status reports, enable the httpd service, and then either add a section in the server configuration to map a URL to the data directories, or create a symbolic link:

# systemctl start httpd
# cd /var/www/html
# ln -s <datadir>/repos .

Preparing

$ cd DLRN
$ virtualenv ../dlrn-venv
$ . ../dlrn-venv/bin/activate
$ pip install --upgrade pip
$ pip install -r requirements.txt
$ python setup.py develop

Edit projects.ini if needed.

Bootstrapping

Some of the projects require others to build. As a result, use the special option --order to build in the order computed from the BuildRequires and Requires fields of the spec files when you bootstrap your repository.

$ dlrn --order

When using this special option, a special variable repo_bootstrap is defined in the specs, with a value of 1. You can use this variable if needed, to break dependency loops between packages. For example:

%if 0%{?repo_bootstrap} == 0
BuildRequires: package-with-circular-dependency
%endif

Running

Once all the packages have been built once, you can get back to build the packages in the order of the timestamps of the commits.

$ dlrn

Troubleshooting

If you interrupt dlrn during mock build you might get an error

OSError: [Errno 16] Device or resource busy: '/var/lib/mock/dlrn-fedora-x86_64/root/var/cache/yum'

Solution is to clear left-over bind mount as root:

# umount /var/lib/mock/dlrn-fedora-x86_64/root/var/cache/yum

Other requirements

If the git clone operation fails for a package, DLRN will try to remove the source directory using sudo. Please make sure the user running DLRN can run rm -rf /path/to/dlrn/data/* without being asked for a password, otherwise DLRN will fail to process new commits.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

DLRN-0.4.0.tar.gz (476.8 kB view details)

Uploaded Source

Built Distribution

DLRN-0.4.0-py2-none-any.whl (103.9 kB view details)

Uploaded Python 2

File details

Details for the file DLRN-0.4.0.tar.gz.

File metadata

  • Download URL: DLRN-0.4.0.tar.gz
  • Upload date:
  • Size: 476.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for DLRN-0.4.0.tar.gz
Algorithm Hash digest
SHA256 f12edfcfdb148ba639f62056803f2c79e59927aa8d492ac2f85f40831aade92f
MD5 62a9a749274ac3a87ba8b374e5ad56c1
BLAKE2b-256 5d0e72ad8184221c8a0a66db9f3dd543f959ad42d6b04886d9afa66db884c8ea

See more details on using hashes here.

File details

Details for the file DLRN-0.4.0-py2-none-any.whl.

File metadata

  • Download URL: DLRN-0.4.0-py2-none-any.whl
  • Upload date:
  • Size: 103.9 kB
  • Tags: Python 2
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for DLRN-0.4.0-py2-none-any.whl
Algorithm Hash digest
SHA256 cd5561e52220f20de4b82210332f8d99c73470411ce5cce93ba00424f47dfb9e
MD5 f0d9554102ba7f111bdcf0b82bcf6d23
BLAKE2b-256 48e22d1aa554dcdb3cf3a6b938e207160f2b91c9ab035f8a1f7b1f02f19c716b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page