Merge lp:~vorlon/ubuntu-archive-scripts/python3-not-python into lp:ubuntu-archive-scripts

Proposed by Steve Langasek
Status: Merged
Merged at revision: 346
Proposed branch: lp:~vorlon/ubuntu-archive-scripts/python3-not-python
Merge into: lp:ubuntu-archive-scripts
Diff against target: 39 lines (+4/-4)
4 files modified
auto-accept (+1/-1)
compare-archives (+1/-1)
extra-germinate (+1/-1)
process-component-mismatches-diff (+1/-1)
To merge this branch: bzr merge lp:~vorlon/ubuntu-archive-scripts/python3-not-python
Reviewer Review Type Date Requested Status
Ubuntu Package Archive Administrators Pending
Review via email: mp+439102@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'auto-accept'
--- auto-accept 2022-10-27 16:21:07 +0000
+++ auto-accept 2023-03-16 22:04:22 +0000
@@ -1,4 +1,4 @@
1#!/usr/bin/python1#!/usr/bin/python3
2import subprocess2import subprocess
3import sys3import sys
4import time4import time
55
=== modified file 'compare-archives'
--- compare-archives 2016-10-18 10:01:43 +0000
+++ compare-archives 2023-03-16 22:04:22 +0000
@@ -1,4 +1,4 @@
1#!/usr/bin/python1#!/usr/bin/python3
22
3from __future__ import print_function3from __future__ import print_function
44
55
=== modified file 'extra-germinate'
--- extra-germinate 2023-03-11 17:56:12 +0000
+++ extra-germinate 2023-03-16 22:04:22 +0000
@@ -1,4 +1,4 @@
1#! /usr/bin/env python1#! /usr/bin/python3
22
3# Based on lib/lp/archivepublisher/scripts/generate_extra_overrides.py from3# Based on lib/lp/archivepublisher/scripts/generate_extra_overrides.py from
4# Launchpad, which is:4# Launchpad, which is:
55
=== modified file 'process-component-mismatches-diff'
--- process-component-mismatches-diff 2020-12-10 09:19:27 +0000
+++ process-component-mismatches-diff 2023-03-16 22:04:22 +0000
@@ -1,4 +1,4 @@
1#!/usr/bin/python1#!/usr/bin/python3
2# (C) 2011 Canonical Ltd.2# (C) 2011 Canonical Ltd.
3# Author: Martin Pitt <martin.pitt@canonical.com>3# Author: Martin Pitt <martin.pitt@canonical.com>
4# License: GPL-2+4# License: GPL-2+

Subscribers

People subscribed via source and target branches