Skip to content
Snippets Groups Projects
Commit 1848795b authored by Pavel Vondruska's avatar Pavel Vondruska
Browse files

Automatic newest version build

parent d9c1936f
No related branches found
No related tags found
No related merge requests found
Pipeline #2051 passed
......@@ -37,9 +37,11 @@ echo 'deb-src http://lancelot.netknights.it/community/focal/stable focal main' >
apt update -qqq
PIVER=$(apt-cache policy privacyidea | grep -Po "Candidate: \K[^\-]+")
apt source privacyidea privacyidea-server privacyidea-radius
cd privacyidea-3.7.1
cd privacyidea-${PIVER}
mk-build-deps --install --tool='apt-get -o Debug::pkgProblemResolver=yes --yes' debian/control
sed "1 s/focal/bullseye/" debian/changelog -i
echo "opt/venvs/privacyidea /opt/privacyidea" > debian/privacyidea.links
......@@ -47,7 +49,7 @@ dpkg-buildpackage -uc -us -b
cd ..
cd privacyidea-server-3.7.1
cd privacyidea-server-${PIVER}
sed "1 s/focal/bullseye/" debian/changelog -i
dpkg-buildpackage -uc -us -b
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment