127
128
background_wait chdist_pids
134
131
run_proposed_migration () {
135
132
DISTRIBUTION=ubuntu SERIES="$1" run-proposed-migration
137
142
for series in $PROPOSED_MIGRATION_SERIES; do
138
143
if release_changed "$series" || release_changed "$series-proposed" || \
139
144
release_changed "$series-updates" || \
141
148
background pids run_proposed_migration "$series"
150
152
if release_changed "$DEVEL-proposed"; then
151
153
background pids update-transitions
158
156
# Now update all the other chdist configurations, and wait for that to
159
157
# finish before doing anything else.