Skip to content

Commit

Permalink
Useless 30K lines added to the logs
Browse files Browse the repository at this point in the history
It's easy to check what's in the tar, this is not needed here.
  • Loading branch information
fauust committed Mar 12, 2024
1 parent be36a0d commit ad31de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master-bintars/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def getBintarBuilder(
"rm -Rf buildbot && mkdir -p buildbot/build",
ScpSourceIntoVM(port),
util.Interpolate(
"cd buildbot/build && tar -xvzf %(prop:tarbuildnum)s_%(prop:mariadb_version)s.tar.gz --strip-components=1 && rm %(prop:tarbuildnum)s_%(prop:mariadb_version)s.tar.gz"
"cd buildbot/build && tar -xzf %(prop:tarbuildnum)s_%(prop:mariadb_version)s.tar.gz --strip-components=1 && rm %(prop:tarbuildnum)s_%(prop:mariadb_version)s.tar.gz"
),
util.Interpolate(read_template("bintar_compile")),
util.Interpolate(
Expand Down

0 comments on commit ad31de9

Please sign in to comment.