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

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markwkm committed May 16, 2022
1 parent 9b50ab1 commit 2c32bec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpm/build.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash -eux

# dbttools version
VERSION="0.2.0"
TAG="v0.2.0"
VERSION="0.3.0"
TAG="v0.3.0"

dnf update -y
dnf install rpm-build redhat-rpm-config yum-utils -y
Expand Down
1 change: 1 addition & 0 deletions rpm/dbttools.spec
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ make install
%{installpath}/dbt-plot-sar-net
%{installpath}/dbt-plot-sar-swap
%{installpath}/dbt-plot-transaction-distribution
%{installpath}/dbt-plot-transaction-rate
%{installpath}/dbt-process-pidstat
%{installpath}/dbt-pgsql-generate-db-html
%{installpath}/dbt-pgsql-generate-db-report
Expand Down

0 comments on commit 2c32bec

Please sign in to comment.