Merge lp:~jr/ubuntu-cdimage/kubuntu-active into lp:~cjwatson/ubuntu-cdimage/mainline

Proposed by Jonathan Riddell
Status: Needs review
Proposed branch: lp:~jr/ubuntu-cdimage/kubuntu-active
Merge into: lp:~cjwatson/ubuntu-cdimage/mainline
Diff against target: 183 lines (+21/-34)
9 files modified
bin/build-image-set (+1/-1)
bin/download-live-filesystems (+1/-1)
bin/for-project (+4/-14)
bin/list-seeds (+4/-7)
bin/make-web-indices (+4/-4)
bin/publish-daily (+2/-2)
bin/run-germinate (+3/-3)
bin/site-manifest (+1/-1)
etc/config (+1/-1)
To merge this branch: bzr merge lp:~jr/ubuntu-cdimage/kubuntu-active
Reviewer Review Type Date Requested Status
Colin Watson Pending
Review via email: mp+94138@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Scott Kitterman (kitterman) wrote :

Looks good to me based on what I remember.

Unmerged revisions

884. By Jonathan Riddell

replace kubuntu-mobile with kubuntu-active

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bin/build-image-set'
2--- bin/build-image-set 2011-06-24 09:40:28 +0000
3+++ bin/build-image-set 2012-02-22 12:21:24 +0000
4@@ -77,7 +77,7 @@
5 export CDIMAGE_UNSUPPORTED=1
6 fi
7 ;;
8- kubuntu-kde4|kubuntu-netbook|kubuntu-mobile)
9+ kubuntu-active)
10 export CDIMAGE_UNSUPPORTED=1
11 ;;
12 ubuntustudio)
13
14=== modified file 'bin/download-live-filesystems'
15--- bin/download-live-filesystems 2012-01-20 21:04:10 +0000
16+++ bin/download-live-filesystems 2012-02-22 12:21:24 +0000
17@@ -62,7 +62,7 @@
18
19 if [ "$PROJECT" != livecd-base ] && \
20 ([ "$PROJECT" != edubuntu ] || dist_ge precise) && \
21- [ "$PROJECT" != kubuntu-mobile ]; then
22+ [ "$PROJECT" != kubuntu-active ]; then
23 if dist_le feisty; then
24 :
25 elif dist_le intrepid; then
26
27=== modified file 'bin/for-project'
28--- bin/for-project 2011-06-24 09:40:28 +0000
29+++ bin/for-project 2012-02-22 12:21:24 +0000
30@@ -12,17 +12,9 @@
31 export PROJECT=kubuntu
32 export CAPPROJECT=Kubuntu
33 ;;
34- kubuntu-kde4)
35- export PROJECT=kubuntu-kde4
36- export CAPPROJECT=Kubuntu-KDE4
37- ;;
38- kubuntu-netbook)
39- export PROJECT=kubuntu-netbook
40- export CAPPROJECT=Kubuntu-Netbook
41- ;;
42- kubuntu-mobile)
43- export PROJECT=kubuntu-mobile
44- export CAPPROJECT=Kubuntu-Mobile
45+ kubuntu-active)
46+ export PROJECT=kubuntu-active
47+ export CAPPROJECT=Kubuntu-Active
48 ;;
49 edubuntu)
50 export PROJECT=edubuntu
51@@ -74,9 +66,7 @@
52 Recognised projects:
53 ubuntu
54 kubuntu
55- kubuntu-kde4
56- kubuntu-netbook
57- kubuntu-mobile
58+ kubuntu-active
59 edubuntu
60 xubuntu
61 gobuntu
62
63=== modified file 'bin/list-seeds'
64--- bin/list-seeds 2012-01-23 22:17:33 +0000
65+++ bin/list-seeds 2012-02-22 12:21:24 +0000
66@@ -54,8 +54,8 @@
67 SHIP=server-ship
68 fi
69 ;;
70- kubuntu-mobile)
71- SHIP=mobile-ship
72+ kubuntu-active)
73+ SHIP=active-ship
74 ;;
75 esac
76 inheritance "$SHIP"
77@@ -100,11 +100,8 @@
78 ;;
79 ship-live)
80 case $PROJECT in
81- kubuntu-netbook)
82- echo 'ship-netbook-live'
83- ;;
84- kubuntu-mobile)
85- echo 'ship-mobile-live'
86+ kubuntu-active)
87+ echo 'ship-active-live'
88 ;;
89 *)
90 if dist_ge dapper; then
91
92=== modified file 'bin/make-web-indices'
93--- bin/make-web-indices 2012-02-09 23:32:34 +0000
94+++ bin/make-web-indices 2012-02-22 12:21:24 +0000
95@@ -103,8 +103,8 @@
96 netbook)
97 echo "netbook live $CD"
98 ;;
99- mobile)
100- echo "preview mobile image"
101+ active)
102+ echo "preview active image"
103 ;;
104 *)
105 echo "Unknown CD type $1!" >&2
106@@ -230,10 +230,10 @@
107 at least ${DESKTOP_RAM}MiB of RAM to install from this $CD.</p>
108 EOF
109 ;;
110- mobile)
111+ active)
112 # Kubuntu only
113 cat <<EOF
114-<p>The Mobile Image offers a preview of the Plasma Mobile workspace to try or
115+<p>The Active Image offers a preview of the Plasma Active workspace to try or
116 install.</p>
117 EOF
118 ;;
119
120=== modified file 'bin/publish-daily'
121--- bin/publish-daily 2012-02-01 12:02:06 +0000
122+++ bin/publish-daily 2012-02-22 12:21:24 +0000
123@@ -40,8 +40,8 @@
124 TYPE=desktop
125 fi
126 ;;
127- kubuntu-mobile)
128- TYPE=mobile
129+ kubuntu-active)
130+ TYPE=active
131 ;;
132 ubuntu-server)
133 TYPE=live
134
135=== modified file 'bin/run-germinate'
136--- bin/run-germinate 2012-01-30 17:25:32 +0000
137+++ bin/run-germinate 2012-02-22 12:21:24 +0000
138@@ -29,7 +29,7 @@
139 if [ "$GERMINATE_BZR" ]; then
140 SEED_SOURCE=http://bazaar.launchpad.net/~ubuntu-core-dev/ubuntu-seeds/
141 case $PROJECT in
142- kubuntu|kubuntu-mobile)
143+ kubuntu|kubuntu-active)
144 if dist_ge oneiric; then
145 SEED_SOURCE="http://bazaar.launchpad.net/~kubuntu-dev/ubuntu-seeds/,$SEED_SOURCE"
146 fi
147@@ -75,8 +75,8 @@
148 ubuntu-netbook)
149 GERMINATE_SEED_DIST="netbook.$DIST"
150 ;;
151- kubuntu-mobile)
152- GERMINATE_SEED_DIST="kubuntu-mobile.$DIST"
153+ kubuntu-active)
154+ GERMINATE_SEED_DIST="kubuntu-active.$DIST"
155 ;;
156 *)
157 GERMINATE_SEED_DIST="$PROJECT.$DIST"
158
159=== modified file 'bin/site-manifest'
160--- bin/site-manifest 2011-10-19 16:24:30 +0000
161+++ bin/site-manifest 2012-02-22 12:21:24 +0000
162@@ -20,7 +20,7 @@
163
164 file_to_manifest () {
165 case $file in
166- kubuntu/*|edubuntu/*|xubuntu/*|gobuntu/*|ubuntu-server/*|jeos/*|ubuntu-netbook/*|kubuntu-netbook/*|kubuntu-mobile/*|mythbuntu/*|ubuntustudio/*|lubuntu/*)
167+ kubuntu/*|edubuntu/*|xubuntu/*|gobuntu/*|ubuntu-server/*|jeos/*|ubuntu-netbook/*|kubuntu-active/*|mythbuntu/*|ubuntustudio/*|lubuntu/*)
168 project="${file%%/*}"
169 ;;
170 tocd*)
171
172=== modified file 'etc/config'
173--- etc/config 2011-10-31 10:31:28 +0000
174+++ etc/config 2012-02-22 12:21:24 +0000
175@@ -24,7 +24,7 @@
176 # All projects currently being built. This is used for building source
177 # images. Note that we only need to include projects with their own seed
178 # collections, so not ubuntu-server.
179-ALL_PROJECTS="${ALL_PROJECTS:-ubuntu kubuntu kubuntu-mobile edubuntu xubuntu ubuntustudio mythbuntu}"
180+ALL_PROJECTS="${ALL_PROJECTS:-ubuntu kubuntu kubuntu-active edubuntu xubuntu ubuntustudio mythbuntu}"
181
182 if [ -z "$ARCHES" ]; then
183 ARCHES="$(default-arches "$PROJECT" "$IMAGE_TYPE" "$DIST")"

Subscribers

People subscribed via source and target branches

to all changes:
to status/vote changes: