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 to easyrsa 3.0, remove .git dir #68

Merged
merged 1 commit into from
Sep 8, 2015
Merged

Conversation

jvassev
Copy link
Contributor

@jvassev jvassev commented Sep 7, 2015

No description provided.

@kylemanna
Copy link
Owner

Good catch on the release. 👍 I think now that Easy RSA v3 is out we can remove git-core from the pkg install list and use the tarball.

If you could update your branch (re-base please to keep the history clean) to use the release tarball @ https://github.com/OpenVPN/easy-rsa/archive/v3.0.0.tar.gz and remove the chmod stuff I commented on I'd love to merge it.

RUN git clone --depth 1 --branch v3.0.0-rc2 https://github.com/OpenVPN/easy-rsa.git /usr/local/share/easy-rsa && \
ln -s /usr/local/share/easy-rsa/easyrsa3/easyrsa /usr/local/bin
RUN git clone --depth 1 --branch v3.0.0 https://github.com/OpenVPN/easy-rsa.git /usr/local/share/easy-rsa && \
rm -fr /usr/local/share/easy-rsa/.git && \
Copy link
Owner

Choose a reason for hiding this comment

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

Good catch. Should have been cleaned up.

virtual size 60mb smaller, git replaced by curl
@ypid
Copy link
Contributor

ypid commented Sep 8, 2015

Please also check the signature now that we can use the tarball: https://github.com/OpenVPN/easy-rsa/releases/download/3.0.0/EasyRSA-3.0.0.tgz.sig
We could/should have done this also for the v3.0.0-rc2

@ypid
Copy link
Contributor

ypid commented Sep 8, 2015

@jvassev You forgot about checking the sig. See jchaney/owncloud#12

@kylemanna
Copy link
Owner

@tsing Any idea if Easy RSA will ever be in Alpine's main? I started playing with Alpine the yesterday and like it alot.

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.

None yet

4 participants