Skip to content

Commit

Permalink
silient dnf install
Browse files Browse the repository at this point in the history
  • Loading branch information
hangxie committed Dec 21, 2024
1 parent 4d3626a commit e5a24f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/scripts/build-rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function build() {
# Build RPM
docker exec -t ${DOCKER_NAME} bash -c "
set -eou pipefail;
dnf install -y systemd-rpm-macros rpm-build;
dnf install -q -y systemd-rpm-macros rpm-build;
mkdir -p ~/rpmbuild/SOURCES;
cp /tmp/${PKG_NAME}-${RPM_VER}.tar.gz ~/rpmbuild/SOURCES/;
rpmbuild -bb --target ${PKG_ARCH} /tmp/${PKG_NAME}.spec;
Expand Down

0 comments on commit e5a24f7

Please sign in to comment.