Confirmed users
4,971
edits
| Line 361: | Line 361: | ||
In releases/4.0b3, | In releases/4.0b3, | ||
# 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.0b3-candidates/build3/. . | rsync --dry-run -av --exclude=unsigned --exclude=*.txt --exclude=*crashreporter* --exclude=*tests* --exclude=*unaligned* --exclude=*old* --exclude=maemo5-gtk ../../candidates/4.0b3-candidates/build3/. . | ||
rsync -av --exclude=unsigned --exclude=*.txt --exclude=*crashreporter* --exclude=*tests* --exclude=*unaligned* --exclude=*old* --exclude=maemo5-gtk ../../candidates/4.0b3-candidates/build3/. . | rsync -av --exclude=unsigned --exclude=*.txt --exclude=*crashreporter* --exclude=*tests* --exclude=*unaligned* --exclude=*old* --exclude=maemo5-gtk ../../candidates/4.0b3-candidates/build3/. . | ||
| Line 367: | Line 369: | ||
rsync --dry-run -av --exclude=unsigned --exclude=*.txt --exclude=*crashreporter* --exclude=*tests* --exclude=*unaligned* --exclude=*old* ../../../candidates/4.0b3-candidates/build3/maemo5-gtk/multi . | rsync --dry-run -av --exclude=unsigned --exclude=*.txt --exclude=*crashreporter* --exclude=*tests* --exclude=*unaligned* --exclude=*old* ../../../candidates/4.0b3-candidates/build3/maemo5-gtk/multi . | ||
rsync -av --exclude=unsigned --exclude=*.txt --exclude=*crashreporter* --exclude=*tests* --exclude=*unaligned* --exclude=*old* --exclude=maemo5-gtk ../../../candidates/4.0b3-candidates/build3/maemo5-gtk/multi . | rsync -av --exclude=unsigned --exclude=*.txt --exclude=*crashreporter* --exclude=*tests* --exclude=*unaligned* --exclude=*old* --exclude=maemo5-gtk ../../../candidates/4.0b3-candidates/build3/maemo5-gtk/multi . | ||
cd .. | |||
mkdir repos | |||
ln -s repos maemo | |||
cd .. | |||
rm latest-beta; ln -s 4.0b3 latest-beta | |||
rm latest-alpha; ln -s 4.0b3 latest-alpha | |||
===== Create new .install files ===== | ===== Create new .install files ===== | ||