[sysadmin/neon-tooling] nci: noble has new newer autopkgtools in backports
Carlos De Maine <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit c6f99aadd9f92820a1e449356cc46a6a02a0a5e8 by Carlos De Maine.
Committed on 07/08/2026 at 20:46.
Pushed by carlosdem into branch 'master'.
noble has new newer autopkgtools in backports
adjust choice of patch to allow for this
M +1 -1 nci/adt.rb
https://invent.kde.org/sysadmin/neon-tooling/-/commit/c6f99aadd9f92820a1e449356cc46a6a02a0a5e8
diff --git a/nci/adt.rb b/nci/adt.rb
index 4c027eb6..74d0ab66 100755
--- a/nci/adt.rb
+++ b/nci/adt.rb
@@ -83,7 +83,7 @@ Dir.chdir('/') do
FileUtils.cp("#{__dir__}/adt-helpers/mktemp", '/usr/sbin/mktemp',
verbose: true)
FileUtils.chmod(0o0755, '/usr/sbin/mktemp')
- if ENV.fetch('DIST') == 'noble' # noble
+ if ENV.fetch('DIST') == 'jammy' # noble
system('patch',
'/usr/bin/autopkgtest',
"#{__dir__}/adt-helpers/adt-run.diff") || raise