Fabian Deutsch has posted comments on this change. Change subject: rework repo list generation for iso building ......................................................................
Patch Set 1: Verified; Looks good to me, but someone else must approve (1 inline comment) .................................................... File Makefile.am Line 53: NODE_CREATOR = $(shell ( test -e $(RECIPE_DIR)/node-creator && echo "$(RECIPE_DIR)/node-creator" ) || ( test -e node-creator && echo "./node-creator" ) || which node-creator 2>/dev/null) Line 54: Line 55: FEDORA_MIRROR = http://mirrors.fedoraproject.org/mirrorlist Line 56: OVIRT_BASE_URL = http://ovirt.org/releases/node-base Line 57: OVIRT_URL = $(OVIRT_BASE_URL)/stable/rpm Let's just use spaces i nthe two lines above Line 58: OVIRT_NIGHTLY_URL = $(OVIRT_BASE_URL)/nightly/rpm Line 59: OVIRT_BETA_URL = $(OVIRT_BASE_URL)/beta/rpm Line 60: OVIRT_ALPHA_URL = $(OVIRT_BASE_URL)/alpha/rpm Line 61: CUR_RAWHIDE = 20 -- To view, visit http://gerrit.ovirt.org/15546 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I658c65041429fcade1a56ae0b5d627c3e843efe6 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node-iso Gerrit-Branch: master Gerrit-Owner: Michael Burns <[email protected]> Gerrit-Reviewer: Fabian Deutsch <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
