Skip to content

Commit 8c0b89a

Browse files
author
ethanholen-hpe
committed
fix-jenkins-build-issue-on-dev: added rpm build back
1 parent 02a997a commit 8c0b89a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,9 @@ serve: venv ## Serve docs locally with mkdocs
394394
# RPM packaging
395395
# ────────────────────────────────────────────
396396

397+
rpm: rpm_prepare rpm_package_source rpm_build_source rpm_build ## Build RPM package
398+
$(OK) "RPM package built in $(BUILD_DIR)/RPMS/$(ARCH)/"
399+
397400
rpm_prepare:
398401
$(INFO) "preparing RPM workspace"
399402
rm -rf $(BUILD_DIR)

0 commit comments

Comments
 (0)