Bugzilla – Attachment 46750 Details for
Bug 15303
Letsencrypt option for Debian package installations
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15303 Workaround to use git ckeckout
Bug-15303-Workaround-to-use-git-ckeckout.patch (text/plain), 1.51 KB, created by
Mirko Tietgen
on 2016-01-16 23:36:38 UTC
(
hide
)
Description:
Bug 15303 Workaround to use git ckeckout
Filename:
MIME Type:
Creator:
Mirko Tietgen
Created:
2016-01-16 23:36:38 UTC
Size:
1.51 KB
patch
obsolete
>From 059950eb28dcf67a20e609cf905aff51146c5435 Mon Sep 17 00:00:00 2001 >From: Mirko Tietgen <mirko@abunchofthings.net> >Date: Sun, 17 Jan 2016 00:00:10 +0100 >Subject: [PATCH] Bug 15303 Workaround to use git ckeckout > >The Debian package letsencrypt is only available in unstable at the moment. > >To test without letsencrypt package: > >- apply this patch before you build the package >- on the test vm/server: >-- get letsencrypt via git > git clone https://github.com/letsencrypt/letsencrypt >-- create a symlink from /usr/bin/letsencrypt to letsencrypt-auto > sudo ln -s /path/to/letsencrypt/letsencrypt-auto /usr/bin/letsencrypt >--- > debian/scripts/koha-create | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > >diff --git a/debian/scripts/koha-create b/debian/scripts/koha-create >index 71ac623..5777b39 100755 >--- a/debian/scripts/koha-create >+++ b/debian/scripts/koha-create >@@ -338,7 +338,11 @@ check_letsencrypt() > die "You have to install letsencrypt to use the --letsencrypt parameter." > fi > else >- die "No installation candidate available for package letsencrypt." >+ echo "No installation candidate available for package letsencrypt." >+ read -r -p "If you have a symlink from /usr/bin/letsencrypt to letsencrypt-auto, it should work. [y/N] " response >+ if [[ ! $response =~ ^([yY][eE][sS]|[yY])$ ]]; then >+ die "You have to install letsencrypt to use the --letsencrypt parameter." >+ fi > fi > fi > } >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 15303
:
45397
|
45399
|
45400
|
45402
|
45404
|
45408
|
45409
|
45414
|
45415
|
46116
|
46117
|
46118
|
46617
|
46742
|
46745
|
46746
|
46747
|
46748
|
46749
|
46750
|
46751
|
46752
|
49470
|
49471
|
50215
|
50216
|
50271
|
50283
|
50287
|
50307
|
50308
|
50309
|
50310
|
50311
|
50312
|
50313
|
50324