Eoan PPA builds?

Forum for questions and support relating to 1.33.x development only.
Locked
nixcamic
Posts: 11
Joined: Thu Jun 06, 2019 2:55 pm

Eoan PPA builds?

Post 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.
User avatar
iconnor
Posts: 2900
Joined: Fri Oct 29, 2010 1:43 am
Location: Toronto
Contact:

Re: Eoan PPA builds?

Post by iconnor »

Eoan builds are present
ppa is ppa:iconnor/zoneminder-master

latest is 1.33.15~20191204090030-eoan
bbunge
Posts: 2934
Joined: Mon Mar 26, 2012 11:40 am
Location: Pennsylvania

Re: Eoan PPA builds?

Post by bbunge »

Eoan build status shows failed (red x) in the master PPA
User avatar
iconnor
Posts: 2900
Joined: Fri Oct 29, 2010 1:43 am
Location: Toronto
Contact:

Re: Eoan PPA builds?

Post by iconnor »

Right. Use zmrepo instead.

https://zmrepo.zoneminder.com
bbunge
Posts: 2934
Joined: Mon Mar 26, 2012 11:40 am
Location: Pennsylvania

Re: Eoan PPA builds?

Post 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
Locked