Confirmed users
4,971
edits
(5 intermediate revisions by the same user not shown) | |||
Line 398: | Line 398: | ||
rsync --dry-run -av --exclude=unsigned --exclude=*.txt --exclude=*crashreporter* --exclude=*tests* --exclude=*unaligned* ../../candidates/4.0b1-candidates/build3/. . | rsync --dry-run -av --exclude=unsigned --exclude=*.txt --exclude=*crashreporter* --exclude=*tests* --exclude=*unaligned* ../../candidates/4.0b1-candidates/build3/. . | ||
rsync -av --exclude=unsigned --exclude=*.txt --exclude=*crashreporter* --exclude=*tests* --exclude=*unaligned* ../../candidates/4.0b1-candidates/build3/. . | rsync -av --exclude=unsigned --exclude=*.txt --exclude=*crashreporter* --exclude=*tests* --exclude=*unaligned* ../../candidates/4.0b1-candidates/build3/. . | ||
rsync -av ../../candidates/4.0b1-candidates/repos . | |||
ln -s repos maemo | |||
cd .. | cd .. | ||
rm -rf 4.0b1 # get rid of build2 to avoid confusion | rm -rf 4.0b1 # get rid of build2 to avoid confusion | ||
Line 403: | Line 405: | ||
ln -s 4.0b1-real latest-alpha | ln -s 4.0b1-real latest-alpha | ||
ln -s 4.0b1-real latest-beta | ln -s 4.0b1-real latest-beta | ||
# hack chinook for now... long term fix later? | |||
cd 4.0b1-real/repos/en-US/dists | |||
ln -s fremantle chinook | |||
===== Create new .install files ===== | ===== Create new .install files ===== |