projects
/
pgapt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf98b10
)
Auto-upgrade packages on build hosts
author
Christoph Berg
<myon@debian.org>
Tue, 21 Jan 2025 11:40:51 +0000
(12:40 +0100)
committer
Christoph Berg
<myon@debian.org>
Tue, 21 Jan 2025 11:40:51 +0000
(12:40 +0100)
jenkins/pgapt-jobs.yaml
patch
|
blob
|
blame
|
history
diff --git
a/jenkins/pgapt-jobs.yaml
b/jenkins/pgapt-jobs.yaml
index 66e45f79e481ceda278cebc85ee05508c3ce4a8e..cda3805992b74d9a65f76977527499bec587977d 100644
(file)
--- a/
jenkins/pgapt-jobs.yaml
+++ b/
jenkins/pgapt-jobs.yaml
@@
-953,6
+953,7
@@
builders:
- shell: |
sudo apt-get update
+ sudo DEBIAN_FRONTEND=noninteractive apt-get -o DPkg::Options::=--force-confold -y --with-new-pkgs upgrade
apt list --upgradable 2>/dev/null | grep -v "^Listing" > upgradable || :
cat upgradable
! test -s upgradable