Page 1 of 1

Eoan PPA builds?

Posted: Thu Dec 05, 2019 7:52 am
by nixcamic
Any ideas when the Eoan PPA builds will be working? I'm currently running builds from source but it would be nice to be able to upgrade with a simple apt.

Re: Eoan PPA builds?

Posted: Fri Dec 06, 2019 10:36 pm
by iconnor
Eoan builds are present
ppa is ppa:iconnor/zoneminder-master

latest is 1.33.15~20191204090030-eoan

Re: Eoan PPA builds?

Posted: Sat Dec 07, 2019 1:34 am
by bbunge
Eoan build status shows failed (red x) in the master PPA

Re: Eoan PPA builds?

Posted: Sun Dec 08, 2019 1:32 am
by iconnor
Right. Use zmrepo instead.

https://zmrepo.zoneminder.com

Re: Eoan PPA builds?

Posted: Sun Dec 08, 2019 3:15 pm
by bbunge
To add the zmrepro:

sudo nano /etc/apt/sources.list

Add the following line to the end of the file

deb https://zmrepo.zoneminder.com/debian/master eoan/

CTRL+o then [Enter] to save

CTRL+x to exit

Install the following and retrieve the key from the repro

sudo apt install apt-transport-https gnupg

wget -O - https://zmrepo.zoneminder.com/debian/ar ... eyring.gpg | sudo apt-key add -

Edit: the forum truncates the above entry. Should include: debian/archive-keyring.gpg

Important - Make sure the above "wget" process completes without error! If it does not complete you will not get the most recent Zoneminder version this procedure is written for.

sudo apt update