1
by Ubuntu Archive
add update-germinate, update-one-germinate, and update-seeds |
1 |
#!/bin/sh
|
2 |
||
209.1.1
by Simon Quigley
Add Git support for seeds, and convert Lubuntu's seed over to Git. |
3 |
set -e
|
1
by Ubuntu Archive
add update-germinate, update-one-germinate, and update-seeds |
4 |
|
176
by Colin Watson
update-germinate: germinate is in git now |
5 |
(cd "$HOME/germinate" && git pull -q) |
1
by Ubuntu Archive
add update-germinate, update-one-germinate, and update-seeds |
6 |
|
262
by Steve Langasek
Restore accidentally-nuked export statement |
7 |
export GERMINATE_OPTIONS
|
261
by Steve Langasek
Refactor for less code duplication |
8 |
options_for_dist() { |
360
by Steve Langasek
Don't germinate for ESM (bionic) |
9 |
GERMINATE_OPTIONS="-a amd64" |
261
by Steve Langasek
Refactor for less code duplication |
10 |
}
|
11 |
||
383.1.1
by ural.tunaboyu at canonical
EOL focal |
12 |
for dist in jammy noble oracular plucky questing; do |
261
by Steve Langasek
Refactor for less code duplication |
13 |
options_for_dist "$dist" |
1
by Ubuntu Archive
add update-germinate, update-one-germinate, and update-seeds |
14 |
update-one-germinate "ubuntu.$dist" "$dist" main,restricted,universe,multiverse |
207
by Adam Conrad
Stop germinating for vivid for all but ubuntu and ubuntu-touch |
15 |
done
|
16 |
||
383.1.1
by ural.tunaboyu at canonical
EOL focal |
17 |
for dist in jammy noble oracular plucky questing; do |
261
by Steve Langasek
Refactor for less code duplication |
18 |
options_for_dist "$dist" |
1
by Ubuntu Archive
add update-germinate, update-one-germinate, and update-seeds |
19 |
update-one-germinate "kubuntu.$dist" "$dist" main,restricted,universe,multiverse |
20 |
done
|
|
21 |
||
383
by Paride Legovini
plucky->questing |
22 |
for dist in noble oracular plucky questing; do |
261
by Steve Langasek
Refactor for less code duplication |
23 |
options_for_dist "$dist" |
1
by Ubuntu Archive
add update-germinate, update-one-germinate, and update-seeds |
24 |
update-one-germinate "edubuntu.$dist" "$dist" main,restricted,universe,multiverse |
25 |
done
|
|
26 |
||
383.1.1
by ural.tunaboyu at canonical
EOL focal |
27 |
for dist in jammy noble oracular plucky questing; do |
261
by Steve Langasek
Refactor for less code duplication |
28 |
options_for_dist "$dist" |
1
by Ubuntu Archive
add update-germinate, update-one-germinate, and update-seeds |
29 |
update-one-germinate "xubuntu.$dist" "$dist" main,restricted,universe,multiverse |
30 |
done
|
|
31 |
||
383.1.1
by ural.tunaboyu at canonical
EOL focal |
32 |
for dist in jammy noble oracular plucky questing; do |
261
by Steve Langasek
Refactor for less code duplication |
33 |
options_for_dist "$dist" |
1
by Ubuntu Archive
add update-germinate, update-one-germinate, and update-seeds |
34 |
update-one-germinate "ubuntustudio.$dist" "$dist" main,restricted,universe,multiverse |
35 |
done
|
|
36 |
||
383.1.1
by ural.tunaboyu at canonical
EOL focal |
37 |
for dist in jammy noble oracular plucky questing; do |
261
by Steve Langasek
Refactor for less code duplication |
38 |
options_for_dist "$dist" |
19
by Ubuntu Archive
add germinate output for Lubuntu |
39 |
update-one-germinate "lubuntu.$dist" "$dist" main,restricted,universe,multiverse |
40 |
done
|
|
86
by Colin Watson
update-germinate, update-one-germinate, update-seeds: add ubuntu-gnome |
41 |
|
383
by Paride Legovini
plucky->questing |
42 |
for dist in noble oracular plucky questing; do |
336
by Steve Langasek
Add ubuntu-cinnamon to seeds, germinate output |
43 |
options_for_dist "$dist" |
337
by Łukasz 'sil2100' Zemczak
The name of the cinnamon flavor is ubuntucinnamon, not ubuntu-cinnamon. |
44 |
update-one-germinate "ubuntucinnamon.$dist" "$dist" main,restricted,universe,multiverse |
336
by Steve Langasek
Add ubuntu-cinnamon to seeds, germinate output |
45 |
done
|
46 |
||
383.1.1
by ural.tunaboyu at canonical
EOL focal |
47 |
for dist in jammy noble oracular plucky questing; do |
261
by Steve Langasek
Refactor for less code duplication |
48 |
options_for_dist "$dist" |
153
by Colin Watson
update-germinate: add ubuntukylin |
49 |
update-one-germinate "ubuntukylin.$dist" "$dist" main,restricted,universe,multiverse |
50 |
done
|
|
159
by Colin Watson
update-seeds, update-germinate: add ubuntu-mate |
51 |
|
383.1.1
by ural.tunaboyu at canonical
EOL focal |
52 |
for dist in jammy noble oracular plucky questing; do |
261
by Steve Langasek
Refactor for less code duplication |
53 |
options_for_dist "$dist" |
159
by Colin Watson
update-seeds, update-germinate: add ubuntu-mate |
54 |
update-one-germinate "ubuntu-mate.$dist" "$dist" main,restricted,universe,multiverse |
55 |
done
|
|
203
by Colin Watson
update-seeds, update-germinate: add ubuntu-budgie |
56 |
|
383.1.1
by ural.tunaboyu at canonical
EOL focal |
57 |
for dist in jammy noble oracular plucky questing; do |
261
by Steve Langasek
Refactor for less code duplication |
58 |
options_for_dist "$dist" |
203
by Colin Watson
update-seeds, update-germinate: add ubuntu-budgie |
59 |
update-one-germinate "ubuntu-budgie.$dist" "$dist" main,restricted,universe,multiverse |
60 |
done
|
|
263
by Steve Langasek
Germinate the i386 source package whitelist for focal |
61 |
|
383
by Paride Legovini
plucky->questing |
62 |
for dist in noble oracular plucky questing; do |
333
by Steve Langasek
ubuntu-unity germinate output |
63 |
options_for_dist "$dist" |
64 |
update-one-germinate "ubuntu-unity.$dist" "$dist" main,restricted,universe,multiverse |
|
65 |
done
|
|
66 |
||
383.1.1
by ural.tunaboyu at canonical
EOL focal |
67 |
for dist in jammy noble oracular plucky questing; do |
263
by Steve Langasek
Germinate the i386 source package whitelist for focal |
68 |
GERMINATE_OPTIONS="-a i386" \ |
69 |
update-one-germinate "i386.$dist" "$dist" main,restricted,universe,multiverse |
|
70 |
done
|