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
=== modified file 'bin/build-image-set'
--- bin/build-image-set 2011-06-24 09:40:28 +0000
+++ bin/build-image-set 2012-02-22 12:21:24 +0000
@@ -77,7 +77,7 @@
77 export CDIMAGE_UNSUPPORTED=177 export CDIMAGE_UNSUPPORTED=1
78 fi78 fi
79 ;;79 ;;
80 kubuntu-kde4|kubuntu-netbook|kubuntu-mobile)80 kubuntu-active)
81 export CDIMAGE_UNSUPPORTED=181 export CDIMAGE_UNSUPPORTED=1
82 ;;82 ;;
83 ubuntustudio)83 ubuntustudio)
8484
=== modified file 'bin/download-live-filesystems'
--- bin/download-live-filesystems 2012-01-20 21:04:10 +0000
+++ bin/download-live-filesystems 2012-02-22 12:21:24 +0000
@@ -62,7 +62,7 @@
6262
63 if [ "$PROJECT" != livecd-base ] && \63 if [ "$PROJECT" != livecd-base ] && \
64 ([ "$PROJECT" != edubuntu ] || dist_ge precise) && \64 ([ "$PROJECT" != edubuntu ] || dist_ge precise) && \
65 [ "$PROJECT" != kubuntu-mobile ]; then65 [ "$PROJECT" != kubuntu-active ]; then
66 if dist_le feisty; then66 if dist_le feisty; then
67 :67 :
68 elif dist_le intrepid; then68 elif dist_le intrepid; then
6969
=== modified file 'bin/for-project'
--- bin/for-project 2011-06-24 09:40:28 +0000
+++ bin/for-project 2012-02-22 12:21:24 +0000
@@ -12,17 +12,9 @@
12 export PROJECT=kubuntu12 export PROJECT=kubuntu
13 export CAPPROJECT=Kubuntu13 export CAPPROJECT=Kubuntu
14 ;;14 ;;
15 kubuntu-kde4)15 kubuntu-active)
16 export PROJECT=kubuntu-kde416 export PROJECT=kubuntu-active
17 export CAPPROJECT=Kubuntu-KDE417 export CAPPROJECT=Kubuntu-Active
18 ;;
19 kubuntu-netbook)
20 export PROJECT=kubuntu-netbook
21 export CAPPROJECT=Kubuntu-Netbook
22 ;;
23 kubuntu-mobile)
24 export PROJECT=kubuntu-mobile
25 export CAPPROJECT=Kubuntu-Mobile
26 ;;18 ;;
27 edubuntu)19 edubuntu)
28 export PROJECT=edubuntu20 export PROJECT=edubuntu
@@ -74,9 +66,7 @@
74Recognised projects:66Recognised projects:
75 ubuntu67 ubuntu
76 kubuntu68 kubuntu
77 kubuntu-kde469 kubuntu-active
78 kubuntu-netbook
79 kubuntu-mobile
80 edubuntu70 edubuntu
81 xubuntu71 xubuntu
82 gobuntu72 gobuntu
8373
=== modified file 'bin/list-seeds'
--- bin/list-seeds 2012-01-23 22:17:33 +0000
+++ bin/list-seeds 2012-02-22 12:21:24 +0000
@@ -54,8 +54,8 @@
54 SHIP=server-ship54 SHIP=server-ship
55 fi55 fi
56 ;;56 ;;
57 kubuntu-mobile)57 kubuntu-active)
58 SHIP=mobile-ship58 SHIP=active-ship
59 ;;59 ;;
60 esac60 esac
61 inheritance "$SHIP"61 inheritance "$SHIP"
@@ -100,11 +100,8 @@
100 ;;100 ;;
101 ship-live)101 ship-live)
102 case $PROJECT in102 case $PROJECT in
103 kubuntu-netbook)103 kubuntu-active)
104 echo 'ship-netbook-live'104 echo 'ship-active-live'
105 ;;
106 kubuntu-mobile)
107 echo 'ship-mobile-live'
108 ;;105 ;;
109 *)106 *)
110 if dist_ge dapper; then107 if dist_ge dapper; then
111108
=== modified file 'bin/make-web-indices'
--- bin/make-web-indices 2012-02-09 23:32:34 +0000
+++ bin/make-web-indices 2012-02-22 12:21:24 +0000
@@ -103,8 +103,8 @@
103 netbook)103 netbook)
104 echo "netbook live $CD"104 echo "netbook live $CD"
105 ;;105 ;;
106 mobile)106 active)
107 echo "preview mobile image"107 echo "preview active image"
108 ;;108 ;;
109 *)109 *)
110 echo "Unknown CD type $1!" >&2110 echo "Unknown CD type $1!" >&2
@@ -230,10 +230,10 @@
230at least ${DESKTOP_RAM}MiB of RAM to install from this $CD.</p>230at least ${DESKTOP_RAM}MiB of RAM to install from this $CD.</p>
231EOF231EOF
232 ;;232 ;;
233 mobile)233 active)
234 # Kubuntu only234 # Kubuntu only
235 cat <<EOF235 cat <<EOF
236<p>The Mobile Image offers a preview of the Plasma Mobile workspace to try or236<p>The Active Image offers a preview of the Plasma Active workspace to try or
237install.</p>237install.</p>
238EOF238EOF
239 ;;239 ;;
240240
=== modified file 'bin/publish-daily'
--- bin/publish-daily 2012-02-01 12:02:06 +0000
+++ bin/publish-daily 2012-02-22 12:21:24 +0000
@@ -40,8 +40,8 @@
40 TYPE=desktop40 TYPE=desktop
41 fi41 fi
42 ;;42 ;;
43 kubuntu-mobile)43 kubuntu-active)
44 TYPE=mobile44 TYPE=active
45 ;;45 ;;
46 ubuntu-server)46 ubuntu-server)
47 TYPE=live47 TYPE=live
4848
=== modified file 'bin/run-germinate'
--- bin/run-germinate 2012-01-30 17:25:32 +0000
+++ bin/run-germinate 2012-02-22 12:21:24 +0000
@@ -29,7 +29,7 @@
29if [ "$GERMINATE_BZR" ]; then29if [ "$GERMINATE_BZR" ]; then
30 SEED_SOURCE=http://bazaar.launchpad.net/~ubuntu-core-dev/ubuntu-seeds/30 SEED_SOURCE=http://bazaar.launchpad.net/~ubuntu-core-dev/ubuntu-seeds/
31 case $PROJECT in31 case $PROJECT in
32 kubuntu|kubuntu-mobile)32 kubuntu|kubuntu-active)
33 if dist_ge oneiric; then33 if dist_ge oneiric; then
34 SEED_SOURCE="http://bazaar.launchpad.net/~kubuntu-dev/ubuntu-seeds/,$SEED_SOURCE"34 SEED_SOURCE="http://bazaar.launchpad.net/~kubuntu-dev/ubuntu-seeds/,$SEED_SOURCE"
35 fi35 fi
@@ -75,8 +75,8 @@
75 ubuntu-netbook)75 ubuntu-netbook)
76 GERMINATE_SEED_DIST="netbook.$DIST"76 GERMINATE_SEED_DIST="netbook.$DIST"
77 ;;77 ;;
78 kubuntu-mobile)78 kubuntu-active)
79 GERMINATE_SEED_DIST="kubuntu-mobile.$DIST"79 GERMINATE_SEED_DIST="kubuntu-active.$DIST"
80 ;;80 ;;
81 *)81 *)
82 GERMINATE_SEED_DIST="$PROJECT.$DIST"82 GERMINATE_SEED_DIST="$PROJECT.$DIST"
8383
=== modified file 'bin/site-manifest'
--- bin/site-manifest 2011-10-19 16:24:30 +0000
+++ bin/site-manifest 2012-02-22 12:21:24 +0000
@@ -20,7 +20,7 @@
2020
21file_to_manifest () {21file_to_manifest () {
22 case $file in22 case $file in
23 kubuntu/*|edubuntu/*|xubuntu/*|gobuntu/*|ubuntu-server/*|jeos/*|ubuntu-netbook/*|kubuntu-netbook/*|kubuntu-mobile/*|mythbuntu/*|ubuntustudio/*|lubuntu/*)23 kubuntu/*|edubuntu/*|xubuntu/*|gobuntu/*|ubuntu-server/*|jeos/*|ubuntu-netbook/*|kubuntu-active/*|mythbuntu/*|ubuntustudio/*|lubuntu/*)
24 project="${file%%/*}"24 project="${file%%/*}"
25 ;;25 ;;
26 tocd*)26 tocd*)
2727
=== modified file 'etc/config'
--- etc/config 2011-10-31 10:31:28 +0000
+++ etc/config 2012-02-22 12:21:24 +0000
@@ -24,7 +24,7 @@
24# All projects currently being built. This is used for building source24# All projects currently being built. This is used for building source
25# images. Note that we only need to include projects with their own seed25# images. Note that we only need to include projects with their own seed
26# collections, so not ubuntu-server.26# collections, so not ubuntu-server.
27ALL_PROJECTS="${ALL_PROJECTS:-ubuntu kubuntu kubuntu-mobile edubuntu xubuntu ubuntustudio mythbuntu}"27ALL_PROJECTS="${ALL_PROJECTS:-ubuntu kubuntu kubuntu-active edubuntu xubuntu ubuntustudio mythbuntu}"
2828
29if [ -z "$ARCHES" ]; then29if [ -z "$ARCHES" ]; then
30 ARCHES="$(default-arches "$PROJECT" "$IMAGE_TYPE" "$DIST")"30 ARCHES="$(default-arches "$PROJECT" "$IMAGE_TYPE" "$DIST")"

Subscribers

People subscribed via source and target branches

to all changes:
to status/vote changes: