Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9125102
Makefile
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
765 B
Subscribers
None
Makefile
View Options
# Set the Linux distribution w/defaults (see spec/acceptance/nodesets)
DISTRO ?= ubuntu-server-1604-x64
BEAKER_set ?= $(DISTRO)
export BEAKER_set
# Export potentially set variables for rake/rspec/beaker
export STRICT_VARIABLES=yes
.DEFAULT_GOAL := vendor
vendor: Gemfile
bundle install
touch vendor
.PHONY: clean
clean:
bundle exec rake spec_clean
bundle exec rake artifacts:clean
rm -rf .bundle vendor
.PHONY: clean-logs
clean-logs:
rm -rf log
.PHONY: release
release: clean-logs
bundle exec puppet module build
.PHONY: test-intake
test-intake: vendor
bundle exec rake intake
.PHONY: test-acceptance
test-acceptance: vendor
bundle exec rake beaker:acceptance
.PHONY: test-integration
test-integration: vendor
bundle exec rake beaker:integration
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jun 21, 8:03 PM (3 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3401303
Attached To
R150 puppet-elastic-elasticsearch
Event Timeline
Log In to Comment