Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
Updated for v0.48.1
Browse files Browse the repository at this point in the history
  • Loading branch information
markwkm committed May 16, 2022
1 parent 0d4af1a commit ce89bea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion rpm/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -eux

# DBT2 version
VERSION="0.48.0"
VERSION="0.48.1"
TAG="v$VERSION"

dnf update -y
Expand Down
2 changes: 0 additions & 2 deletions rpm/dbt2-exec.spec
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,12 @@ Fair Use TPC-C benchmark kit - Execution and reporting scripts
%install
mkdir -p %{buildroot}/%{installpath}
cp -p src/scripts/dbt2-generate-report %{buildroot}/%{installpath}/
cp -p src/scripts/dbt2-plot-transaction-rate %{buildroot}/%{installpath}/
cp -p src/scripts/dbt2-post-process %{buildroot}/%{installpath}/
cp -p src/scripts/dbt2-run-workload %{buildroot}/%{installpath}/
cp -p src/scripts/pgsql/dbt2-pgsql-report %{buildroot}/%{installpath}/

%files
%{installpath}/dbt2-generate-report
%{installpath}/dbt2-plot-transaction-rate
%{installpath}/dbt2-post-process
%{installpath}/dbt2-run-workload

Expand Down

0 comments on commit ce89bea

Please sign in to comment.