Confirmed users
4,467
edits
Line 168: | Line 168: | ||
# in /home/ftp/pub/mobile/releases/5.0/maemo/multi/dists | # in /home/ftp/pub/mobile/releases/5.0/maemo/multi/dists | ||
ln -s freemantle chinook | ln -s freemantle chinook | ||
</pre> | |||
As you will notice above, I had used the 5.0b7 builds so I had to re-do with the 5.0-candidates: | |||
<pre> | |||
cd /home/ftp/pub/mobile/releases/5.0 | |||
rsync -av --exclude=unsigned --exclude=*.txt --exclude=*crashreporter* --exclude=*tests* --exclude=*unaligned* --exclude=*old* --exclude=maemo5-gtk ../../candidates/5.0-candidates/build1/. . | |||
rsync -av --exclude=unsigned --exclude=*.txt --exclude=*crashreporter* --exclude=*tests* --exclude=*unaligned* --exclude=*old* --exclude=maemo5-gtk ../../../candidates/5.0-candidates/build1/maemo5-gtk/multi . | |||
cd .. | |||
rsync -av --exclude=*.install ../../candidates/5.0-candidates/repos/ repos/ | |||
</pre> | </pre> | ||