Releases/Fennec 4.0.1/BuildNotes: Difference between revisions

Jump to navigation Jump to search
Line 173: Line 173:
==== Push Live ====
==== Push Live ====
===== Copy bits to releases/ =====
===== Copy bits to releases/ =====
<pre>
# ffxbld@stage /home/ftp/pub/mobile/releases
mkdir 4.0.1
cd 4.0.1
# exclude *old* to avoid copying in the old original android apk
# exclude maemo5-gtk to skip single locale repacks
rsync --dry-run -av --exclude=unsigned --exclude=*.txt --exclude=*crashreporter* --exclude=*tests* --exclude=*unaligned* --exclude=*old* --exclude=maemo5-gtk ../../candidates/4.0.1-candidates/build1/. .
rsync -av --exclude=unsigned --exclude=*.txt --exclude=*crashreporter* --exclude=*tests* --exclude=*unaligned* --exclude=*old* --exclude=maemo5-gtk ../../candidates/4.0.1-candidates/build1/. .
mkdir maemo5-gtk
cd maemo5-gtk
rsync --dry-run -av --exclude=unsigned --exclude=*.txt --exclude=*crashreporter* --exclude=*tests* --exclude=*unaligned* --exclude=*old* ../../../candidates/4.0.1-candidates/build1/maemo5-gtk/multi .
rsync -av --exclude=unsigned --exclude=*.txt --exclude=*crashreporter* --exclude=*tests* --exclude=*unaligned* --exclude=*old* --exclude=maemo5-gtk ../../../candidates/4.0.1-candidates/build1/maemo5-gtk/multi .
cd ..
# and repos
mkdir repos
rsync -av --exclude=*.install ../../candidates/4.0.1-candidates/repos/ repos/
# symlink repos
ln -s repos maemo
cd ..
rm latest-*; ln -s 4.0.1 latest-beta; ln -s 4.0.1 latest-alpha
# link freemantle to chinook for multi deb repo
# in /home/ftp/pub/mobile/releases/4.0rc1/maemo/multi/dists
ln -s freemantle chinook
</pre>


=====Create new .install files=====
=====Create new .install files=====
Confirmed users
4,467

edits

Navigation menu