Merge lp:~codygarver/elementaryos/elementaryos-lightweight-bzr into lp:elementaryos

Proposed by Cody Garver
Status: Merged
Merged at revision: 63
Proposed branch: lp:~codygarver/elementaryos/elementaryos-lightweight-bzr
Merge into: lp:elementaryos
Diff against target: 13 lines (+2/-2)
1 file modified
auto/hooks/blacklist.sh (+2/-2)
To merge this branch: bzr merge lp:~codygarver/elementaryos/elementaryos-lightweight-bzr
Reviewer Review Type Date Requested Status
elementary OS team Pending
Review via email: mp+119459@code.launchpad.net

Description of the change

I have NOT tested this because my internet service provider already wants to kill me.

It should save as much as a minute because the script checks out some branches that have a lot of commits.

To post a comment you must log in.
Revision history for this message
Sergey "Shnatsel" Davidoff (shnatsel) wrote :

Makes sense. I'll test this next time I build an ISO.

Revision history for this message
Cody Garver (codygarver) wrote :

Just tested and it works fine so I'm merging.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'auto/hooks/blacklist.sh'
2--- auto/hooks/blacklist.sh 2012-04-21 20:49:46 +0000
3+++ auto/hooks/blacklist.sh 2012-08-14 01:55:22 +0000
4@@ -1,7 +1,7 @@
5 #!/bin/bash
6 apt-get install -q -f -y --allow-unauthenticated --no-install-recommends bzr
7-bzr branch lp:~elementary-os/elementaryos/elementary-seeds.precise elementary-seeds.precise
8-bzr branch lp:~elementary-os/elementaryos/platform.precise platform.precise
9+bzr co --lightweight lp:~elementary-os/elementaryos/elementary-seeds.precise elementary-seeds.precise
10+bzr co --lightweight lp:~elementary-os/elementaryos/platform.precise platform.precise
11 for package in $(cat 'platform.precise/blacklist' 'elementary-seeds.precise/blacklist' | grep -v '#'); do
12 apt-get -q -f -y autoremove --purge "$package"
13 done

Subscribers

People subscribed via source and target branches

to status/vote changes: