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

Created by Steve Langasek and last modified
Get this branch:
bzr branch lp:~vorlon/ubuntu-archive-scripts/python3-not-python
Only Steve Langasek can upload to this branch. If you are Steve Langasek please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Steve Langasek
Project:
ubuntu-archive-scripts
Status:
Merged

Recent revisions

345. By Steve Langasek

Move all shebangs to python3.

The code has all long since been ported to python3, but shebangs were still
pointing at python (python2). python2 is not installed on
ubuntu-archive-toolbox and shouldn't be. Currently we have a cowboyed
symlink ~/bin/python -> /usr/bin/python3 to make extra-germinate work, but
now that we've moved off of snakefruit we should update all this code to
point at python3 directly so we can drop the cowboy symlink.

344. By Steve Langasek

Don't pass -Gdpi=55 to dot for svg generation.

This argument was part of the initial commit of svg support and there's no
real explanation why we're overriding this argument. This worked fine on
xenial, but on focal and later it results in truncated output (the bottom of
the image is cut off). Just drop the argument.

343. By Steve Langasek

Unset http_proxy before calling bzr.

focal bzr+urllib break when http_proxy is present in the environment. So
just unset it.

342. By Steve Langasek

Use /usr/bin/env instead of specifying /usr/bin/python

While we're still in the process of migrating from snakefruit (xenial) to
ubuntu-archive-toolkit (focal), this lets us hack around python2 vs python3
by using a local 'python->python3' symlink on path.

341. By Steve Langasek

Append to the python path when invoking extra-germinate, don't replace it.

340. By Steve Langasek

Unset http_proxy before calling bzr

For anything we are accessing via bzr, the proxy is not needed either on
snakefruit or on ubuntu-archive-toolbox; and the bzr+urllib in focal doesn't
work if it's set.

339. By Steve Langasek

git.launchpad.net, not code.launchpad.net

338. By Steve Langasek

Stop running run-apt-mirror-snapshot.

Per discussions on #ubuntu-release on 2023-01-08/2023-01-09/2023-01-17, this
is no longer used/useful. It's also broken in that the code syncs dists/
from the Ubuntu archive and then deletes it again. So this is a lot of
churn for a broken git repository.

337. By Ɓukasz Zemczak

The name of the cinnamon flavor is ubuntucinnamon, not ubuntu-cinnamon.

336. By Steve Langasek

Add ubuntu-cinnamon to seeds, germinate output

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu-archive-scripts
This branch contains Public information 
Everyone can see this information.

Subscribers