Skip to content

Commit

Permalink
Revert "eval-win7x86-enterprise is failing on uploading virtualbox gu…
Browse files Browse the repository at this point in the history
…est addions, add -debug"

This reverts commit 027aab1c8f8d586a8b4ac7815583fa0af7290cd4.
  • Loading branch information
Taylor Monacelli committed Nov 17, 2016
1 parent a8a8c58 commit 5e28595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ define BUILDBOX
$(VIRTUALBOX_BOX_DIR)/$(1)$(BOX_SUFFIX): $(1).json
rm -rf $(VIRTUALBOX_OUTPUT)
mkdir -p $(VIRTUALBOX_BOX_DIR)
$(PACKER) build -debug -only=$(VIRTUALBOX_BUILDER) $(PACKER_VARS) -var "iso_url=$(2)" -var "iso_checksum=$(3)" $(1).json
$(PACKER) build -only=$(VIRTUALBOX_BUILDER) $(PACKER_VARS) -var "iso_url=$(2)" -var "iso_checksum=$(3)" $(1).json

$(VMWARE_BOX_DIR)/$(1)$(BOX_SUFFIX): $(1).json
rm -rf $(VMWARE_OUTPUT)
Expand Down

0 comments on commit 5e28595

Please sign in to comment.