FS#61903 - [hiawatha] obsolete install of letsencrypt's script in the PKGBUILD
Attached to Project:
Community Packages
Opened by Armand (Kewl) - Sunday, 03 March 2019, 09:02 GMT
Last edited by Kyle Keen (keenerd) - Sunday, 12 May 2019, 12:35 GMT
Opened by Armand (Kewl) - Sunday, 03 March 2019, 09:02 GMT
Last edited by Kyle Keen (keenerd) - Sunday, 12 May 2019, 12:35 GMT
|
Details
Description:
The script for letsencrypt since 10.9 is part of the CMake installation. The previous installation in the PKGBUILD is now obsolete and should be removed: mkdir -p "$pkgdir/usr/share/hiawatha/" cd "$srcdir/$pkgname-$pkgver/extra/" cp "$srcdir/letsencrypt-renew."* letsencrypt/ tar -caf "$pkgdir/usr/share/hiawatha/letsencrypt.tar.gz" letsencrypt/* Additional info: * package version(s) 10.9 * no upstream bug, PKGBUILD outdated |
This task depends upon
Closed by Kyle Keen (keenerd)
Sunday, 12 May 2019, 12:35 GMT
Reason for closing: Fixed
Additional comments about closing: hiawatha 10.9-2
Sunday, 12 May 2019, 12:35 GMT
Reason for closing: Fixed
Additional comments about closing: hiawatha 10.9-2
sed -e 's|/etc/init.d/hiawatha restart|systemctl restart hiawatha.service|' -i letsencrypt.conf
see here: https://wiki.archlinux.org/index.php/Hiawatha#Automation_with_a_systemd_timer
PKGBUILD.patch (3.9 KiB)
hiawatha.service (0.5 KiB)
lefh-renew.service (0.2 KiB)
lefh-renew.timer (0.2 KiB)