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

Update readme #7

Merged
merged 5 commits into from
Apr 12, 2019
Merged

Update readme #7

merged 5 commits into from
Apr 12, 2019

Conversation

PFigs
Copy link
Contributor

@PFigs PFigs commented Apr 11, 2019

This PR focus on clarifying how to clone the repo and how to build its images

Pedro Silva added 3 commits April 11, 2019 16:03
This commit fixes a few style violations in the
README file and adds instructions on how
to clone the repo.
This commit updates the building
instructions and files, in particular
the ones related to the docker
builds.

See .ci for build-images.sh
docker build \
--compress ${DOCKER_BUILD_CACHE} \
-t ${DOCKER_IMAGE_NAME}:${DOCKER_IMAGE_TAG} . \
-f ${DOCKER_FILE} ${DOCKER_BUILD_TARGET} \
-f ${DOCKER_FILE} \
${DOCKER_BUILD_TARGET} \
Copy link

Choose a reason for hiding this comment

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

Double quote to prevent globbing and word splitting.

@@ -130,8 +130,8 @@ function lxgw_deliverables

# generates intruction files
rst2pdf deliverable/instructions.rst -o ${ENV_RELEASE_PATH}/docker/README.pdf
rst2pdf README.rst -o ${ENV_RELEASE_PATH}/native/README.pdf
rst2pdf README_release.rst -o ${ENV_RELEASE_PATH}/README.pdf
md2pdf README.md ${ENV_RELEASE_PATH}/native/README.pdf
Copy link

Choose a reason for hiding this comment

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

Double quote to prevent globbing and word splitting.

#!/usr/bin/env bash
# Wirepas Oy

source ./modules/git.sh
Copy link

Choose a reason for hiding this comment

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

./modules/git.sh was not specified as input (see shellcheck -x).

Pedro Silva added 2 commits April 12, 2019 08:29
@PFigs PFigs merged commit 0e15faa into master Apr 12, 2019
@PFigs PFigs deleted the update-readme branch June 18, 2019 11:23
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.

1 participant