Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

osdldbt/dbt3-packaging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DBT-3 packaging

This repository contains scripts, relying on docker-compose, used to build dbt3 packages. Only the RPM format for RHEL 8 based distros is currently supported.

Package building

Execute the following make command to build the packages:

$ make -C rpm

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