~apw/ubuntu-archive-scripts/drop-dists-mirrors-for-disco-eoan

« back to all changes in this revision

Viewing changes to run-britney

  • Committer: Iain Lane
  • Date: 2020-10-07 08:14:43 UTC
  • Revision ID: iain.lane@canonical.com-20201007081443-0kvq43rl4b8bi2bm
Drop run-britney completely

The only thing left in here is a bzr pull of Packages-Arch-Specific.

Archaeology shows that this was used to run the
"ubuntu-archive-reporting/outdate-report" script, which was dropped in r295,
and nowhere else.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh
2
 
set -e
3
 
 
4
 
if [ "$1" = --debug ]; then
5
 
        REDIR=
6
 
else
7
 
        REDIR='>/dev/null 2>&1'
8
 
fi
9
 
 
10
 
# ubuntu-archive-reporting needs this
11
 
bzr pull -q --overwrite -d "$HOME/packages-arch-specific"