Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Commit

Permalink
Merge pull request #853 from ehazlett/docs-version-info
Browse files Browse the repository at this point in the history
docs: update dockerfile for new version package
  • Loading branch information
ehazlett committed Mar 23, 2015
2 parents b438525 + 8040076 commit aeb89ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY . /src
# Reset the /docs dir so we can replace the theme meta with the new repo's git info
RUN git reset --hard

RUN grep VERSION /src/version.go | sed 's/.*"\(.*\)".*/\1/' > /docs/VERSION
RUN grep "VERSION =" /src/version/version.go | sed 's/.*"\(.*\)".*/\1/' > /docs/VERSION
COPY docs/* /docs/sources/machine/
COPY docs/mkdocs.yml /docs/mkdocs-machine.yml

Expand Down

5 comments on commit aeb89ff

@razic
Copy link

@razic razic commented on aeb89ff Mar 25, 2015

Choose a reason for hiding this comment

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

@ehazlett machine --version is still returning the old version number 0.1.0 even though it has the correct SHA aeb89ff

$ machine --version
machine version 0.1.0 (aeb89ff)

@ehazlett
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@razic yeah there was an error on deploy. This is fixed in master. thanks!

@razic
Copy link

@razic razic commented on aeb89ff Mar 26, 2015

Choose a reason for hiding this comment

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

is it possible to redeploy (force push) the available downloads?

@razic
Copy link

@razic razic commented on aeb89ff Mar 26, 2015

Choose a reason for hiding this comment

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

by no means am i suggesting force push on the master branch, just suggesting that we update the prebuilt binaries.

@ehazlett
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@razic i will be creating an RC2 tonight - thanks!

Please sign in to comment.