blob: 524134779e07d0bb474a4c48fd66172829916cf1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#To populate the source mirror the autobuilder uses the following command:
rsync ~/OE/downloads/ angstrom@linuxtogo.org:~/website/unstable/sources/ -av \
--exclude "*.md5" \
--exclude "svn" \
--exclude "hg" \
--exclude "bzr" \
--exclude "cvs" \
--exclude "git" \
--exclude "umac.ko" \
--exclude "IPL_ixp400NpeLibrary-2_3_2.zip" \
--exclude "*.lock" \
--exclude "codec_*" \
--exclude "dsplink*" \
--progress
|