~ubuntu-archive/ubuntu-archive-scripts/trunk

« back to all changes in this revision

Viewing changes to run-proposed-migration

  • Committer: Steve Langasek
  • Date: 2022-08-31 19:29:45 UTC
  • Revision ID: steve.langasek@canonical.com-20220831192945-o3lo41cqjzpcu5d3
Add ubuntu-unity to the list of seeds

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
esac
12
12
 
13
13
DEFAULT_DISTRIBUTION=ubuntu
14
 
DEFAULT_SERIES=mantic
 
14
DEFAULT_SERIES=kinetic
15
15
 
16
16
export DISTRIBUTION="${DISTRIBUTION:-$DEFAULT_DISTRIBUTION}"
17
17
export SERIES="${SERIES:-$DEFAULT_SERIES}"
45
45
    [ -n "$tmpdir" ] && rm -rf "$tmpdir"
46
46
}
47
47
trap cleanup EXIT HUP INT QUIT TERM
48
 
http_proxy= bzr pull -q -d "$HOME/proposed-migration/code/b1"
 
48
bzr pull -q -d "$HOME/proposed-migration/code/b1"
49
49
(cd "$HOME/proposed-migration/code/b2"; git fetch origin; git reset --hard --quiet origin/master)
50
 
http_proxy= bzr pull -q -d "$HOME/auto-package-testing"
 
50
bzr pull -q -d "$HOME/auto-package-testing"
51
51
logfile="log/$full_series/$(date -u +%F/%T).log"
52
52
mkdir -p "${logfile%/*}"
53
53