Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 387 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 387 Bytes

DBT2 packaging

This repository contains scripts, relying on docker-compose, used to build dbt2 packages with Postgres support (no MySQL nor SQLite3 support). Only the RPM format for centos8 is supported.

Package building

Execute the following make command to build the packages:

$ make -C rpm

Generated packages are located into the rpm/build/ directory.