Verified Commit 4fa7d1f9 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

install fasttrack-archive-keyring



Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent 5bf2800e
......@@ -33,7 +33,8 @@ echo '%jenkins-adm ALL= NOPASSWD: ALL' > /etc/sudoers.d/jenkins-adm # will be ov
grep -q bullseye-backports /etc/apt/sources.list || echo "deb http://deb.debian.org/debian/ bullseye-backports main contrib non-free" >> /etc/apt/sources.list
chown jenkins-adm.jenkins-adm /home/jenkins-adm
cd ~jenkins-adm
[ -x /usr/bin/git ] || apt-get install -y git
# the keyring is needed as otherwise update_jdn will fail later
[ -x /usr/bin/git ] || apt-get install -y git fasttrack-archive-keyring
su jenkins-adm -l -c "git clone $GIT_REPO"
cd jenkins.debian.net
su jenkins-adm -l -c "git -C ~jenkins-adm/jenkins.debian.net config pull.ff only"
......
......@@ -311,6 +311,7 @@ if [ -f /etc/debian_version ] ; then
devscripts
eatmydata
etckeeper
fasttrack-archive-keyring
figlet
git
gnupg
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment