Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README and Makefile cleanups #3713

Merged
merged 8 commits into from
Mar 4, 2016
Merged

README and Makefile cleanups #3713

merged 8 commits into from
Mar 4, 2016

Conversation

myleshorton
Copy link
Contributor

This breaks out the release details from the README @xiam and @oxtoacart since that only applies to Lantern developers actually creating releases and goes into detail that's unusual for a Makefile. I also added simple instructions for building "the old fashioned way" with just go build. Finally, I added back the make docker target in the Makefile.

echo docker run `echo $(DOCKER_VOLS) | xargs` -t $(DOCKER_IMAGE_TAG) /bin/bash -c 'cd /lantern && VERSION="'$$VERSION'" HEADLESS="'$$HEADLESS'" BNS_CERT_PASS="'$$BNS_CERT_PASS'" make $*' && \
docker run `echo $(DOCKER_VOLS) | xargs` -t $(DOCKER_IMAGE_TAG) /bin/bash -c 'cd /lantern && VERSION="'$$VERSION'" HEADLESS="'$$HEADLESS'" BNS_CERT_PASS="'$$BNS_CERT_PASS'" make $*';

docker-test: system-checks
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@myleshorton Why does this target need to duplicate the code on lines 173 to 180?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh sorry -- committed docker-test by mistake. Will fix!

@myleshorton
Copy link
Contributor Author

Hey how's this look now @oxtoacart?

@oxtoacart
Copy link
Contributor

LGTM. I made one small addition about using clean-desktop - e6b20a5

oxtoacart added a commit that referenced this pull request Mar 4, 2016
@oxtoacart oxtoacart merged commit 9a6ea8d into valencia Mar 4, 2016
@oxtoacart oxtoacart deleted the issue-3709 branch March 4, 2016 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants