Merge lp:~gotwig/elementaryos/eBuild-dev into lp:elementaryos/0.1-jupiter

Proposed by Eduard Gotwig
Status: Merged
Merged at revision: 41
Proposed branch: lp:~gotwig/elementaryos/eBuild-dev
Merge into: lp:elementaryos/0.1-jupiter
Diff against target: 40 lines (+4/-3)
2 files modified
build.sh (+1/-0)
conf.sh (+3/-3)
To merge this branch: bzr merge lp:~gotwig/elementaryos/eBuild-dev
Reviewer Review Type Date Requested Status
elementaryos (old) Pending
Review via email: mp+50502@code.launchpad.net

Description of the change

removed postler, which causes in the installation of packages a bug, changed lsb-release name from jupiter back to maverick so updating and upgrading will work out of the box, added a not-ubuntu splash.pcx ( Dan wanted that for now, until we have a isolinux design)

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'build.sh'
--- build.sh 2011-02-18 22:20:09 +0000
+++ build.sh 2011-02-20 11:44:57 +0000
@@ -86,6 +86,7 @@
8686
87# Remove ubuntu crap, and give it the last kick (first line uncommented for use in the future)87# Remove ubuntu crap, and give it the last kick (first line uncommented for use in the future)
88# cp -t $BASE_ORIG_PATH/isolinux ./resources/acess.pcx ./resources/blank.pcx ./resources/splash.pcx ./resources/splash.png ./resources/16x16.fnt ./resources/back.jpg88# cp -t $BASE_ORIG_PATH/isolinux ./resources/acess.pcx ./resources/blank.pcx ./resources/splash.pcx ./resources/splash.png ./resources/16x16.fnt ./resources/back.jpg
89cp ./resources/splash.pcx $BASE_ORIG_PATH/isolinux
89cd $BASE_ORIG_PATH90cd $BASE_ORIG_PATH
90sed -i "s/Ubuntu/elementary/" boot/grub/loopback.cfg91sed -i "s/Ubuntu/elementary/" boot/grub/loopback.cfg
91rm -r *.exe autorun.inf README.diskdefines pics ubuntu 92rm -r *.exe autorun.inf README.diskdefines pics ubuntu
9293
=== modified file 'conf.sh'
--- conf.sh 2011-02-18 22:20:09 +0000
+++ conf.sh 2011-02-20 11:44:57 +0000
@@ -154,7 +154,7 @@
154apt-get dist-upgrade -f -y --allow-unauthenticated154apt-get dist-upgrade -f -y --allow-unauthenticated
155155
156# Install apps for elementary deskop --no-install-recommends156# Install apps for elementary deskop --no-install-recommends
157apt-get install -f -y --no-install-recommends --allow-unauthenticated abiword abiword-plugin-grammar bcmwl-kernel-source cups dexter dockmanager docky ease elementary-theme elementary-icon-theme elementary-wallpapers gdebi gdebi-core gloobus-preview gnumeric indicator-applet-complete indicator-datetime libgl1-mesa-dri-experimental midori nautilus ntp purple plymouth-theme-elementary-logo postler preload telepathy-salut ttf-droid ttf-unifont zeitgeist zeitgeist-fts-extension157apt-get install -f -y --no-install-recommends --allow-unauthenticated abiword abiword-plugin-grammar bcmwl-kernel-source cups dexter dockmanager docky ease elementary-theme elementary-icon-theme elementary-wallpapers gdebi gdebi-core gloobus-preview gnumeric indicator-applet-complete indicator-datetime libgl1-mesa-dri-experimental midori nautilus ntp purple plymouth-theme-elementary-logo preload telepathy-salut ttf-droid ttf-unifont zeitgeist zeitgeist-fts-extension
158# Should be replaced by a simple 'apt-get install elementary-desktop'158# Should be replaced by a simple 'apt-get install elementary-desktop'
159159
160# Compiz160# Compiz
@@ -234,10 +234,10 @@
234234
235# Set midori as default browser, and configure it235# Set midori as default browser, and configure it
236$setconf string /desktop/gnome/applications/browser/exec midori236$setconf string /desktop/gnome/applications/browser/exec midori
237echo -e '[settings] \n homepage=http://elementaryos.org' > /etc/xdg/midori/config237echo -e '[settings]\nhomepage=http://elementaryos.org' > /etc/xdg/midori/config
238238
239# elementary Standard Base (eSB) (LSB support)239# elementary Standard Base (eSB) (LSB support)
240echo -e "DISTRIB_ID=elementary\nDISTRIB_RELEASE=$VERSION\nDISTRIB_CODENAME=jupiter\nDISTRIB_DESCRIPTION=""elementary $VERSION""" > /etc/lsb-release 240echo -e "DISTRIB_ID=elementary\nDISTRIB_RELEASE=$VERSION\nDISTRIB_CODENAME=maverick\nDISTRIB_DESCRIPTION=""elementary $VERSION""" > /etc/lsb-release
241241
242# Add template file242# Add template file
243cp -r /usr/share/python-apt/templates/Ubuntu.info /usr/share/python-apt/templates/elementary.info243cp -r /usr/share/python-apt/templates/Ubuntu.info /usr/share/python-apt/templates/elementary.info
244244
=== added file 'resources/splash.pcx'
245Binary files resources/splash.pcx 1970-01-01 00:00:00 +0000 and resources/splash.pcx 2011-02-20 11:44:57 +0000 differ245Binary files resources/splash.pcx 1970-01-01 00:00:00 +0000 and resources/splash.pcx 2011-02-20 11:44:57 +0000 differ

Subscribers

People subscribed via source and target branches