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

Installer #127

Merged
merged 34 commits into from
Jan 11, 2019
Merged

Installer #127

merged 34 commits into from
Jan 11, 2019

Conversation

edouard-lopez
Copy link
Member

@edouard-lopez edouard-lopez commented Jan 11, 2019

related: #81


  • update documentation:
    • revamp configuration section e5af49f
    • update feature list section 07951f2
  • installation method tests use internal docker image pure-on-fish.Dockerfile 6d5e85c
  • prefix tests description with their filename f79a505 9b7a361
  • fix busybox compatibility: use short form option (hostname, rm, gawk) 840b5aa 09e270d 4dbb2fe
  • isolate configuration tests 295b69b
docker run \
		--name run-pure-on-3.0.0 \
		--rm \
		--interactive \
		--tty \
		--volume=(pwd):/tmp/.pure/ \
		pure-on-fish-3.0.0

Available `sort` version doesn't support ` --check=silent --version-sort`

See fish-shell/fish-shell#4419 (comment)
@edouard-lopez edouard-lopez added 🐛 bug something that doesn't works as expected 🚀 enhancement performance, UX or maintainability fish-3.x labels Jan 11, 2019
@edouard-lopez edouard-lopez added this to the v2.0.0 milestone Jan 11, 2019
make build-pure-on FISH_VERSION=3.0.0   # build container
make test-pure-on  FISH_VERSION=3.0.0   # run tests
make dev-pure-on   FISH_VERSION=3.0.0   # dev in container
Install of `gwak` was required in second stage requiring to:
* juggle with USER
* COPY --from various directory
@edouard-lopez edouard-lopez merged commit 4c5acdd into master Jan 11, 2019
@edouard-lopez edouard-lopez deleted the installer branch January 11, 2019 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug something that doesn't works as expected 🚀 enhancement performance, UX or maintainability
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant